This release introduces a forward compatibility layer for the next major release (v4.0.0), guiding users to make their code compatible with both versions.
⚠ This version also triggers E_USER_DEPRECATED
errors in scenarios where we can't simply use @deprecated
. Please make sure you follow the provided instructions before upgrading your production code.
- Total issues resolved: 9
- Total pull requests resolved: 12
- Total contributors: 5
Backporting
- 548: Final preparations for 3.4 thanks to @lcobucci
- 547: Use arrays for audience thanks to @lcobucci
- 545: Only prefix file:// if doesn't exist already thanks to @lcobucci
- 543: Ensure compatibility with new token namespace thanks to @lcobucci
- 542: Backport new APIs thanks to @lcobucci
- 539: Backport custom exceptions thanks to @lcobucci
CI
- 524: Prevent BC-breaks thanks to @lcobucci
- 433: Backport GH actions thanks to @lcobucci