- 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 - AWS api-change: Added
us-isob-west-1region - AWS api-change: Adds support to create, update, retrieve, rotate, and delete managed external secrets.
- AWS api-change: Added
eusc-de-east-1region - AWS api-change: Add SortBy parameter to ListSecrets
- 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
- AWS api-change: Rework regions configuration
- AWS api-change: added
eu-isoe-west-1region
- Sort exception alphabetically.
- Fix the lowest bound for the
symfony/polyfill-uuidrequirement
- AWS api-change: Fix
fipsandisobregions name
- AWS api-change: Added
us-isof-east-1andus-isof-south-1regions
- AWS api-change: Added
ap-southeast-7region - AWS api-change: Added
mx-central-1region
- use strict comparison
null !==instead of!
- AWS api-change: Added
ap-southeast-5region
- AWS enhancement: Documentation updates.
- AWS api-change: Introducing RotationToken parameter for PutSecretValue API
- Add
Accept: application/jsonheader in request to fix incompatibility with 3rd party providers - AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- AWS api-change: Added
ca-west-1andfips-ca-west-1regions
- AWS api-change: Add additional InvalidRequestException to list of possible exceptions for ListSecret.
- AWS api-change: Change region's endpoints.
- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.
- The type for
\AsyncAws\SecretsManager\Input\DeleteSecretRequest::getRecoveryWindowInDaysand\AsyncAws\SecretsManager\Input\DeleteSecretRequest::setRecoveryWindowInDaysusesintinstead ofstringto reflect the AWS type. - The return type for
\AsyncAws\SecretsManager\ValueObject\RotationRulesType::getAutomaticallyAfterDaysusesintinstead ofstringto reflect the AWS type.
- AWS enhancement: Documentation updates.
- Avoid overriding the exception message with the raw message
- Use int as the PHP representation of long fields in generated code
- Improve parameter type and return type in phpdoc
- AWS enhancement: Documentation updates.
- AWS api-change: Added owning service filter, include planned deletion flag, and next rotation date response parameter in ListSecrets.
- AWS api-change: Added
us-iso-west-1andus-isob-east-1regions
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates for Secrets Manager
- AWS api-change: Use specific configuration for
usregions - AWS enhancement: Documentation updates.
- AWS api-change: Added
DurationandScheduleExpressionto the Rotation rules - AWS api-change: Added
ca-central-1-fipsregion
- Fill the optional
clientRequestTokenproperty with an UUID when value is omitted. - AWS enhancement: Documentation updates for SecretsManager.
First version