- use strict comparison
null !==
instead of!
- AWS enhancement: Documentation updates.
- Enable compiler optimization for the
sprintf
function.
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- AWS api-change: Added
fips-ca-west-1
regions
- AWS api-change: Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.
- Allow passing explicit null values for optional fields of input objects
- Avoid overriding the exception message with the raw message
- Improve parameter type and return type in phpdoc
- Fixed crashes when details in error responses are missing.
- AWS api-change: Added
fips-us-gov-east-1
andfips-us-gov-west-1
regions - AWS api-change: Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.
- AWS api-change: Added
us-iso-west-1
region - AWS api-change: Use specific configuration for
us
regions - AWS enhancement: Documentation updates for Amazon SNS.
- Added operation
PublishBatch
- AWS enhancement: Documentation updates for Amazon SNS.
- Changed case of object's properties to camelCase.
- Added documentation in class headers.
- Added domain exceptions
- AWS enhancement: Documentation updates for Amazon SNS.
- Make sure required Map properties are validated before sending the request
- Make sure we throw exception from async-aws/core
- If provided an unrecognized region, then fallback to default region config
- AWS api-change: SNS now supports a new class of topics: FIFO (First-In-First-Out). FIFO topics provide strictly-ordered, deduplicated, filterable, encryptable, many-to-many messaging at scale.
- Support for PHP 8
SnsClient::createPlatformEndpoint()
SnsClient::deleteEndpoint()
- Removes methods
getServiceCode
,getSignatureVersion
andgetSignatureScopeName
from Client.
- Add return typehint for
listSubscriptionsByTopic
- Added operations
CreateTopic
,DeleteTopic
,ListSubscriptionsByTopic
,Subscribe
andUnsubscribe
.
- Support only version 1.0 of async-aws/core
- Dependency on
symfony/http-client-contracts
- All
validate()
methods on the inputs. They are merged withrequest()
.
- Moved value objects to a dedicated namespace.
- Results'
populateResult()
has only one argument. It takes aAsyncAws\Core\Response
. - The
AsyncAws\Sns\Input\*
andAsyncAws\Sns\ValueObject*
classes are marked final.
- Removed
requestBody()
,requestHeaders()
,requestQuery()
andrequestUri()
input classes. They are replaced withrequest()
. - Using async-aws/core: 0.4.0
- Using async-aws/core: 0.3.0
First version