Skip to content

Latest commit

 

History

History
100 lines (53 loc) · 1.79 KB

File metadata and controls

100 lines (53 loc) · 1.79 KB

Change Log

NOT RELEASED

Changed

  • AWS enhancement: Documentation updates.

1.3.1

Changed

  • Remove redundant ext-json requirement

1.3.0

Added

  • Add UNKNOWN_TO_SDK value to enums that is used when the API returns an value that is not (or not yet) known by the AsyncAws

Dependency bumped

  • Drop support for PHP versions lower than 8.2

Changed

  • Apply new CodingStandard from latest php-cs-fixer.
  • Use a more stable sorting for the list of generated region metadata

1.2.2

Changed

  • Sort exception alphabetically.

1.2.1

Changed

  • use strict comparison null !== instead of !

1.2.0

Added

  • AWS api-change: CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.

Changed

  • Enable compiler optimization for the sprintf function.

1.1.2

Changed

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

1.1.1

Changed

  • AWS enhancement: Documentation updates.

1.1.0

Added

  • AWS api-change: AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.

1.0.2

Changed

  • Allow passing explicit null values for optional fields of input objects
  • AWS enhancement: Documentation updates.

1.0.1

Changed

  • Improve parameter type and return type in phpdoc

1.0.0

Added

  • Added operation ListRepositories
  • Added operation CreateRepository
  • Added operation DeleteRepository

0.1.1

Added

  • Added operation GetCommit
  • Added operation PutRepositoryTriggers

0.1.0

First version