Skip to content

Latest commit

 

History

History
265 lines (144 loc) · 8.96 KB

File metadata and controls

265 lines (144 loc) · 8.96 KB

Changelog

1.12.0 (2026-04-28)

Features

  • Add Buggregator server into the registry (#105) (7035ef0)

Code Refactoring

  • Add more debug info into GitHub API implementation (17bb1fa)
  • Remove symfony/http-client 4 and 5 from composer.json (7035ef0)

1.11.0 (2026-03-30)

Features

  • Support .gz archives (fcdc71d)
  • Validate file extensions in renaming logic (7bf11e1)

1.10.0 (2026-03-21)

Features

1.9.0 (2026-02-13)

Features

Documentation

  • Readme: Sync translations with GitLab support changes (6514fda)

1.8.0 (2025-12-17)

Features

1.7.3 (2025-12-14)

Bug Fixes

  • Stop using deprecated Command::getDefaultName() (#90) (8b22008)

1.7.2 (2025-12-03)

Code Refactoring

  • Use internal/path instead of local implementation (2aba0bd)

1.7.1 (2025-11-30)

Full Changelog: https://github.com/php-internal/dload/compare/1.7.0...1.7.1

1.7.0 (2025-11-11)

What's Changed

  • Support velox.plugin.replace option by @roxblnfk in #84

Full Changelog: https://github.com/php-internal/dload/compare/1.6.5...1.7.0

1.6.5 (2025-11-07)

Full Changelog: https://github.com/php-internal/dload/compare/1.6.4...1.6.5

1.6.4 (2025-11-06)

What's Changed

  • Use TOML library to work with Velox config by @roxblnfk in #81

Full Changelog: https://github.com/php-internal/dload/compare/1.6.3...1.6.4

1.6.3 (2025-10-23)

What's Changed

  • Process GitHub message with assoc content by @roxblnfk in #78

Full Changelog: https://github.com/php-internal/dload/compare/1.6.2...1.6.3

1.6.2 (2025-09-23)

What's Changed

  • Fix --force option by @ERuban in #76

New Contributors

  • @ERuban made their first contribution in #76

Full Changelog: https://github.com/php-internal/dload/compare/1.6.1...1.6.2

1.6.1 (2025-08-29)

What's Changed

  • Fix processing of --path flag in the get command by @roxblnfk in #70

Full Changelog: https://github.com/php-internal/dload/compare/1.6.0...1.6.1

1.6.0 (2025-08-29)

What's Changed

  • Enhance version syntax for get command by @roxblnfk in #68

Full Changelog: https://github.com/php-internal/dload/compare/1.5.0...1.6.0

1.5.0 (2025-07-28)

What's Changed

  • Separate HTTP Client module by @roxblnfk in #63
  • Add RoadRunner building by @roxblnfk in #65

Full Changelog: https://github.com/php-internal/dload/compare/1.4.1...1.5.0

1.4.1 (2025-06-27)

What's Changed

  • fix config injection path in Container by @roxblnfk in #61

Full Changelog: https://github.com/php-internal/dload/compare/1.4.0...1.4.1

1.4.0 (2025-06-23)

What's Changed

  • Add readme translations by @DimaTiunov in #55
  • Clean up temporary downloaded files after extraction by @roxblnfk in #58
  • Add init console command by @roxblnfk in #59

New Contributors

  • @DimaTiunov made their first contribution in #55

Full Changelog: https://github.com/php-internal/dload/compare/1.3.0...1.4.0

1.3.0 (2025-06-15)

What's Changed

  • Add ability to load phar archives by @roxblnfk in #52

Full Changelog: https://github.com/php-internal/dload/compare/1.2.3...1.3.0

1.2.3 (2025-06-14)

What's Changed

  • Downloader hotfixes by @roxblnfk in #48
  • Downloader refactoring by @roxblnfk in #50

Full Changelog: https://github.com/php-internal/dload/compare/1.2.2...1.2.3

1.2.2 (2025-06-12)

What's Changed

  • Remove deprecated E_STRICT constant by @roxblnfk in #45

Full Changelog: https://github.com/php-internal/dload/compare/1.2.1...1.2.2

1.2.1 (2025-06-12)

What's Changed

  • Increase memory limit and adjust error reporting settings by @roxblnfk in #43

Full Changelog: https://github.com/php-internal/dload/compare/1.2.0...1.2.1

1.2.0 (2025-06-03)

What's Changed

  • Enhanced Version Constraints by @roxblnfk in #41

Full Changelog: https://github.com/php-internal/dload/compare/1.1.0...1.2.0

1.1.0 (2025-05-04)

What's Changed

  • Add more stability markers by @roxblnfk in #37

Full Changelog: https://github.com/php-internal/dload/compare/1.0.2...1.1.0

1.0.2 (2025-04-14)

What's Changed

  • Remove script time limit by @roxblnfk in #32

Full Changelog: https://github.com/php-internal/dload/compare/1.0.1...1.0.2

1.0.1 (2025-04-13)

What's Changed

  • Hotfixes by @roxblnfk in #28
    • skip binary download if file exists and no version detected
    • use Composer's version comparator in Binary::satisfies()
    • fix version checker for dolt and protoc

Full Changelog: https://github.com/php-internal/dload/compare/1.0.0...1.0.1

1.0.0-RC3 (2025-04-13)

What's Changed

  • Added software versions checker by @roxblnfk in #23 Added dload show command Added a new software trap

1.0.0-RC2 (2025-04-12)

What's Changed

  • Support loading not archived binaries
  • Binary config separated into embedded entity
  • Mon-binary files can be loaded without arch/os checks
  • Added param extract-path to download action

1.0.0-RC1 (2025-04-07)

What's Changed

  • Fix PHAR building by @roxblnfk in #16
  • Make lazy loading of releases pages; maintenance by @roxblnfk in #18
  • Check binaries before downloading by @roxblnfk in #19

1.0.0-alpha (2024-07-20)

What's Changed

  • Fix compatibility with synfony console 4-5 by @roxblnfk in #9
  • Add protoc, protoc-gen-php-grpc and tigerbeetle software by @roxblnfk in #13

Full Changelog: https://github.com/php-internal/dload/compare/0.2.1...0.2.2

0.2.1 (2024-07-20)

What's Changed

  • Fixed asset file extension detection by @roxblnfk
  • Updated min version of yiisoft/injector by @roxblnfk

Full Changelog: https://github.com/php-internal/dload/compare/0.2.0...0.2.1

0.2.0 (2024-07-19)

What's Changed

  • Add software command by @roxblnfk in #5
  • Support custom XML config by @roxblnfk in #6

New Contributors

  • @roxblnfk made their first contribution in #5

Full Changelog: https://github.com/php-internal/dload/compare/0.1.0...0.2.0