Releases: acquia/http-hmac-php
Releases · acquia/http-hmac-php
HTTP HMAC PHP v6.1.2
What's Changed
- Fixing implicitly marking parameter $digest as nullable is deprecated by @apathak18 in #65
New Contributors
- @apathak18 made their first contribution in #65
Full Changelog: 6.1.1...6.1.2
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.