Releases: phpgt/Cipher
Releases · phpgt/Cipher
Release list
May 2026 release
What's Changed
- feature: allow encrypted message to construct with string iv by @g105b in #50
- test: upgrade test runners by @g105b in #41
- Create SECURITY.md by @g105b in #37
- Add JetBrains sponsorship to README with H1 heading by @g105b in #38
- build(deps-dev): bump phpstan/phpstan from 1.8.5 to 2.1.40 by @dependabot[bot] in #39
- build(deps-dev): bump phpunit/phpunit from 10.5.63 to 12.5.22 by @dependabot[bot] in #44
- Wrap secretbox exceptions by @g105b in #42
- refactor: gt-tidy by @g105b in #43
- ci: code coverage by @g105b in #46
- ci by @g105b in #47
- docs by @g105b in #48
Full Changelog: v1.0.1...v1.0.2
May 2023 release
What's Changed
- Sodium by @g105b in #9
- maintenance: dependabot by @g105b in #12
- build(deps): bump phpgt/http from 1.1.5 to 1.1.6 by @dependabot in #13
- feature: customise query string keys by @g105b in #36
New Contributors
- @dependabot made their first contribution in #13
Full Changelog: v1.0.0...v1.0.1
Stable libsodium implementation
OpenSSL has been replaced by libsodium in this stable release. It's currently been in use and tested by Authwave/php-client and Authwave/provider.
What's Changed
Full Changelog: v0.3.0...v1.0.0
InitVectorFactory
What's Changed
Full Changelog: v0.2.0...v0.3.0
Defensive coding
MVP: Fully tested cipher encryption & decryption
This pre-prelease is fully tested, implementing the basic functionality. This will be used in the next development phase of Authwave, during which any new functionality will be identified ready for Cipher's v1 release.