Skip to content

Tags: awslabs/amazon-sns-java-extended-client-lib

Tags

v2.1.0

Toggle v2.1.0's commit message
Version bump

v2.0.2

Toggle v2.0.2's commit message
Update staging plugin version in favor of deploying

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Close s3client to avoid memory leak (#18)

Co-authored-by: Tianlu Shi <tianls@amazon.com>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor code to support AWS Java SDKv2 (#17)

v1.1.3

Toggle v1.1.3's commit message

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pom.xml

v1.1.1

Toggle v1.1.1's commit message
Update pom.xml

Bump version to match tag

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump payloadoffloading-common version from 1.1.0 to 1.1.1. (#10)

This bumping will help the customers to configure the s3 key values  while publishing the request.
So that cutomers can store publish request at the location/s3 key passed in the publish request.

Co-authored-by: Ramesh Bugatha <bugatha@amazon.com>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated README (#2)

* Version 1.0.0 of the SNSExtendedClient

* Fixed wrong comment

* using SQSExtendedClientConstants

* using SQSExtendedClientConstants

* Update README.md

* update pom.xml to disable the strict javadoc checking

* add <packaging>jar</packaging> to pom.xml

* New and re-worked sections

Re-ordered sections
Added S3 storage configuration options
Added SNS to SQS code sample

* Addressing code review feedback

* Missing Publish methods added to AmazonSNSExtendedClient

* publish(String, String, String) removed, some unit tests modified to use publish(String, String)

* updated with most recent example

* sample with larger threshold

* Update README.md

Addressed latest comments

Co-authored-by: Fatemeh Rizi <rizifate@amazon.com>