-
-
Notifications
You must be signed in to change notification settings - Fork 115
Merge release 3.3.0 into 4.0.x #527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add IsEqualChecker * Add CallableChecker
* Rector 0.17 + PHPSTAN baseline updated
Updates the requirements on [matthiasnoback/symfony-config-test](https://github.com/matthiasnoback/SymfonyConfigTest) to permit the latest version. - [Release notes](https://github.com/matthiasnoback/SymfonyConfigTest/releases) - [Changelog](https://github.com/SymfonyTest/SymfonyConfigTest/blob/master/CHANGELOG.md) - [Commits](SymfonyTest/SymfonyConfigTest@4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: matthiasnoback/symfony-config-test dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
To PHPUnit 10
SF7 and code refactoring
Fix detached and non-encoded non-UTF8 string
Fix PHPDoc for JWS header (not complete)
Fix the presence of padding
Merge up 3.2.x to 3.3.x
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ons/checkout-4 Bump actions/checkout from 3 to 4
#501) Merge all experimental algorithms into a new package and bundle folder simplified
Merge ECC to jwt-core
Merge small libs to jwt-library
Merge algorithms to jwt-library
* Rename bundle and library folders * Fix Composer deps tests * Move packs to deprecated repos
* Remove useless verifications * Tests on PHP 8.2 and 8.3
Fix openssl error reporting
Allows Symfony Http Client
Do not load KW algorithms if the dependency is not available
Fix Ed25519 public key
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes for 3.3.0
Feature release (minor)
3.3.0
DX
DX,enhancement
Dependencies
bug
522: Bugs/fix ed25519 thanks to @Spomky
520: Do not load KW algorithms if the dependency is not available thanks to @Spomky
513: Ensure JWS serializers only throw InvalidArgumentException thanks to @Spomky
512: Fix openssl error reporting thanks to @Spomky
518: No auto-merge thanks to @Spomky
517: Stan error thanks to @Spomky
470: Support new symfony serializer's getSupportedTypes thanks to @rmikalkenas
feature
DX,enhancement,pinned
wontfix
enhancement