Skip to content

Releases: traderinteractive/tol-api-php

Version 5.1.0: API Gateway Authentication

11 Nov 19:55
5de8232
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.2...v5.1.0

Version 4.1.0: API Gateway Authentication

11 Nov 19:54
e55b7cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

Version 3.4.1: API Gateway Authentication

11 Nov 20:29
304394d
Compare
Choose a tag to compare

What's Changed

  • Allow API Gateway Authentication by @chadicus in #59
  • Fix full URL issue in createApiGatewayClientCredentials by @chadicus in #62

Full Changelog: v3.3.0...v3.4.1

Version 5.0.2: GuzzleHttp/Promise v2 support

09 Jun 20:25
0b567a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

Version 5.0.1: Curl 8 Support

17 Apr 13:47
1602d08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

Version 5.0.0: Guzzle 7 Support

05 Oct 21:39
d21b596
Compare
Choose a tag to compare

Backwards Compatibility Breakers

  • Guzzle 7 Support [PR #54]
    • Add support for Guzzle version 7
    • Remove support for Guzzle version 6

Version 4.0.0: PHP 8 Support

20 Sep 19:19
5a0e236
Compare
Choose a tag to compare

Backwards Compatibility Breakers

  • Version 4 [PR #53]
    • Add support for PHP 8
    • Remove support for PHP < 7.3
    • Upgrade to PHPUnit 9

Version 3.3.0: Mongo Cache

08 Jan 13:24
5e9c114
Compare
Choose a tag to compare

Minor Features

  • Add MongoDB Caching Support

Bug Fixes

  • Fix deprecation warning in PHP7.4

Version 3.2.2: Content-Type Header

18 Sep 18:48
ee9f14c
Compare
Choose a tag to compare

Minor Features

  • Only set Content-Type header if request has body [PR #48]

Version 3.2.1

30 Oct 13:42
1fc33f9
Compare
Choose a tag to compare

Developer Changes

  • Remove deprecated dependencies [PR #46]