Releases: sabre-io/uri
Release 3.1.0
3.1.0 (2026-04-26)
- #139 add rector check (@ChristophWurst @phil-davis)
- #140 drop PHP 7.4 8.0 8.1 and support PHP 8.2 and up (@DerDreschner @ChristophWurst @phil-davis)
This release supports PHP 8.2 and up. That is specified in composer.json so consumers should automatically select it only for projects that have minimum PHP 8.2 support.
The 3.0.* release series, supporting PHP 7.4 8.0 8.1, will have bugfixes backported if relevant/needed for some time.
Release 3.0.3
3.0.3 (2026-04-01)
- #124 phpstan major version 2 (@phil-davis)
- #127 add PHP 8.5 to CI workflows (@phil-davis)
- #133 refactor: add and apply rector (ChristophWurst)
This release is confirmed to work with PHP 7.4 through 8.5.
Release 3.0.2
3.0.2 (2024-09-04)
- #98: Update readme and test (@phil-davis)
- #100: Update CI and test things (@phil-davis)
- #101: Create dependabot.yml (@DeepDiver1975)
- #102: Bump actions/checkout from 3 to 4 (@DeepDiver1975)
- #103: Change array<int...> to list<...> in PHP doc (@phil-davis)
- #104: Add PHP 8.3 to CI (@phil-davis)
- #105: add convertDeprecationsToExceptions option to unit test settings (@phil-davis)
- and other CI and analysis/test tool changes
Release 2.3.4
2.3.4 (2024-08-27)
- #111: apply cs-fixer 3.54.0 changes to v2 branch (@phil-davis)
- #115: Add PHP 8.3 to CI for v2 branch (@phil-davis)
- #116: Add PHP 8.4 to CI for v2 branch (@phil-davis)
- #117: check for nullable_type_declaration (@phil-davis)
Most of this is CI tooling to support PHP 8.3 and 8.4, which demonstrates that the tests pass with those latest PHP versions.
There are some code format changes applied by php-cs-fixer. They do not effect behavior.
Release 3.0.1
3.0.1 (2023-06-09)
- #89: Call static assert functions with self:: (tests only) (@phil-davis)
- #90: Implement phpstan strict rules and fix edge cases for paths that have "0" (@phil-davis)
- #91: Use newer GitHub workflow action versions (CI only) (@phil-davis)
- #93: Minor cs-fixer change (@phil-davis)
Release 2.3.3
2.3.3 (2023-06-09)
- #89: Call static assert functions with self:: (tests only) (@phil-davis)
- #90: Implement phpstan strict rules and fix edge cases for paths that have "0" (@phil-davis)
- #91: Use newer GitHub workflow action versions (CI only) (@phil-davis)
- #93: Minor cs-fixer change (@phil-davis)
Note: This is a patch release for the "old" major version 2 series. There will also be a 3.0.1 release coming with the same patches for the current major version 3.
Release 3.0.0
3.0.0 (2022-09-26)
- #82: Add empty host and leading slash to Windows file paths (@peterpostmann @phil-davis)
This changes the behavior of parsing of some Windows file paths. See the discussions in PR #82 #71 #25 and issue #31 #81
Release 2.3.2
2.3.2 (2022-09-19)
- #83: Revert windows file paths change (was PR 71). See issue 81 (@phil-davis)
See the discussion in issue #81 and PR #83 and links from there.
This patch release reverts to the previous behavior for Windows file paths like file:///C:/path/file.ext
The newer behavior will be released in a major version release, so that consumers can adjust to the change, if needed, in a more controlled manner.
Release 2.2.4
2.2.4 (2022-09-19)
- #83: Revert windows file paths change (was PR 71). See issue 81 (@phil-davis)
See the discussion in issue #81 and PR #83 and links from there.
This patch release reverts to the previous behavior for Windows file paths like file:///C:/path/file.ext
The Windows file paths change was released in 2.2.3. So this 2.2.4 release allows anyone on 2.2.3 to bump just the patch version to 2.2.4 to get back the old behavior. This will be relevant to consumers who are still using PHP 7.1 7.2 or 7.3, and are thus on 2.2.. The 2.2. series is the last release series for those PHP versions.
The newer behavior will be released in a major version release, so that consumers can adjust to the change, if needed, in a more controlled manner. That release will also require a minimum of PHP 7.4
Release 2.3.1
2.3.1 (2022-08-30)
- #77: Add PHP 8.2 to CI - confirms that the code is working with PHP 8.2 (@phil-davis)
- #78: Raise phpstan to level 8 (@phil-davis)
- #79: Specify detailed return type of parse() (@phil-davis)