Skip to content

Latest commit

 

History

History
100 lines (53 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

100 lines (53 loc) · 1.49 KB

Change Log

NOT RELEASED

1.7.0

Added

  • AWS api-change: Added ap-southeast-5 region

Changed

  • Enable compiler optimization for the sprintf function.

1.6.1

Changed

  • Add Accept: application/json header in request to fix incompatibility with 3rd party providers

1.6.0

Added

  • AWS api-change: Added ca-west-1 region

1.5.1

Changed

  • Allow passing explicit null values for optional fields of input objects

1.5.0

Added

  • AWS api-change: Add support for the il-central-1 region
  • Avoid overriding the exception message with the raw message

Changed

  • Improve parameter type and return type in phpdoc

1.4.0

Added

  • AWS api-change: Added ap-southeast-4 region.

1.3.0

Added

  • AWS api-change: Added eu-central-2, eu-south-2 and ap-south-2 regions

1.2.0

Added

  • Added me-central-1 region

1.1.0

Added

  • AWS api-change: Added us-iso-west-1 region
  • AWS api-change: Use specific configuration for us regions
  • AWS api-change: Added ap-southeast-3 region

1.0.0

Added

  • AWS api-change: Added ap-northeast-3 region
  • AWS enhancement: Documentation updates

Fixed

  • Assert the provided Input can be json-encoded.

0.1.2

Added

  • Added documentation in class headers.
  • Added domain exceptions.

0.1.1

Deprecated

  • AWS api-change: GetAuthorizationTokenRequest::$registryIds has been deprecated

Fixed

  • AWS api-change: Added us-isob-east-1 region

0.1.0

First version