Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 958 Bytes

CHANGELOG.md

File metadata and controls

66 lines (36 loc) · 958 Bytes

Change Log

NOT RELEASED

1.4.0

Added

  • AWS api-change: This release allows you to override the alarm configurations when creating a deployment.

1.3.0

Added

  • AWS api-change: Added us-iso-west-1 region
  • AWS api-change: Use specific configuration for us regions
  • Added createDeployment method
  • Added getDeployment method

1.2.1

Fixed

  • AWS api-change: Improve documentation
  • Assert the provided Input can be json-encoded.

1.2.0

Added

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

1.1.1

Fixed

  • If provided an unrecognized region, then fallback to default region config

1.1.0

Added

  • Added region us-isob-east-1

1.0.0

Added

  • Support for PHP 8

0.2.0

Removed

  • Removes methods getServiceCode, getSignatureVersion and getSignatureScopeName from Client.

0.1.1

Fixed

  • Use camelCase for all getter methods.

0.1.0

First version