Skip to content

Merge release 3.3.5 into 4.0.x #549

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 2 commits into from
Apr 9, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 3, 2024

Release Notes for 3.3.5

3.3.x bugfix release (patch)

3.3.5

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

bug

Spomky added 2 commits March 24, 2024 10:57
* Refactor encryption algorithms configuration

Deprecated 'key_encryption_algorithms' and 'content_encryption_algorithms' have been replaced with a unified 'encryption_algorithms' across multiple classes and configurations. Warning messages have been added to any deprecated usages to ensure smooth transition in future versions. Update test assertions accordingly to reflect these changes.

* Update code to avoid use of deprecated encryption algorithms

Replaced 'key_encryption_algorithms' and 'content_encryption_algorithms' with 'encryption_algorithms'. Deprecated warning messages have now been included in code to guide future updates. Test cases have been adjusted to validate these changes.
* Update and improve RSA keys handling and support

This update enhances the RSA keys handling in the KeyConverter class, adding support for RSASSA-PSS encryption. It includes a new test case for RSASSA-PSS keys and upgrades the "spomky-labs/pki-framework" dependency, which provides underlying support for encryption algorithms. Key errors are now clarified with enhanced exception handling.

* Update PHPStan baseline with new types rules

The PHPStan baseline is updated to include newly identified type issues concerning return value types in iterable arrays for getSupportedTypes() method in both JWESerializer and JWSSerializer classes. Also, remove irrelevant default property type issues of various command classes thus reducing noise in the baseline file.
@Spomky Spomky merged commit c755aaa into 4.0.x Apr 9, 2024
@Spomky Spomky deleted the 3.3.x-merge-up-into-4.0.x_G1nLboWh branch April 9, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant