Releases: acquia/http-hmac-php
Releases · acquia/http-hmac-php
v6.1.1
What's Changed
- API-841 | Update acquia/http-hmac-php's ResponseSigner to use an interface by @sagarsinha7777 in #64
New Contributors
- @sagarsinha7777 made their first contribution in #64
Full Changelog: 6.1.0...6.1.1
v6.1.0
What's Changed
- Add Github Actions related files by @secretsayan in #59
- ORCA-537: Fix psr/http-message version to support drupal/core:10.1.x by @secretsayan in #62
New Contributors
- @secretsayan made their first contribution in #59
Full Changelog: 6.0.0...6.1.0
v6.0.0
v5.0.0
v4.1.2
v4.1.1
v4.1.0
v4.0.1
v4.0.0
This major release:
- No longer uses
mt_rand()
to generate the nonce. If availablerandom_bytes()
will be used, otherwiseopenssl_random_pseudo_bytes()
will be used instead. - removes support for the end-of-life PHP 5.5.
- removes support for the end-of-life Silex.
acquia/http-hmac-php 4.0 is otherwise API compatible with acquia/http-hmac-php 3.0. If you are unaffected by the changes above, you can use the 4.0 version as a drop-in replacement.
v3.4.0
This is a minor release that:
- Adds PHP 7.2 support during testing (h/t @peter279k)
- Improves the support and documentation around Symfony integration (h/t @galphanet)
Note: as of this release, PHP 5.5 support is deprecated and will be removed in the next major version. PHP 5.5 has been end-of-life since July 21, 2016 and it is recommended to upgrade to the latest version of PHP.