- AWS enhancement: Documentation updates.
- Remove redundant ext-json requirement
- Add
UNKNOWN_TO_SDKvalue to enums that is used when the API returns an value that is not (or not yet) known by the AsyncAws
- Drop support for PHP versions lower than 8.2
- Apply new CodingStandard from latest php-cs-fixer.
- Use a more stable sorting for the list of generated region metadata
- Sort exception alphabetically.
- use strict comparison
null !==instead of!
- AWS api-change: CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
- Enable compiler optimization for the
sprintffunction.
- Add
Accept: application/jsonheader in request to fix incompatibility with 3rd party providers
- AWS enhancement: Documentation updates.
- 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.
- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.
- Improve parameter type and return type in phpdoc
- Added operation
ListRepositories - Added operation
CreateRepository - Added operation
DeleteRepository
- Added operation
GetCommit - Added operation
PutRepositoryTriggers
First version