Skip to content

2.6.0

Compare
Choose a tag to compare
@hannesvdvreken hannesvdvreken released this 26 Feb 12:39
· 116 commits to main since this release

Removed

  • Dependency on dated version of 99designs/http-signatures
  • HMAC class, inlined the functionality into Signer class.
  • public Signer::urlSafeB64encode method. Was not supposed to be used as part of public interface of this package.
  • signature_middleware_factory global method in helpers.php file.

Changed

  • Batcher constructor (was not supposed to be used outside of $client->batcher())

Added

  • public method Signer::signRequest which handles Request signing for Batcher.
  • docblock fixes