Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.3.1 2025-01-11
### Features
* Support fewer calls to Access Grants within multi-threaded environments.

### Bug Fixes
* Bug fixes for supporting the plugin to be used within multi-threaded environments.

---
## 2.3.0 2024-10-23
### Features
* Customers can now set their own user agents on the internal clients for audit purposes.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>software.amazon.s3.accessgrants</groupId>
<artifactId>aws-s3-accessgrants-java-plugin</artifactId>
<!-- This plugin is also shipped as part of AWS SDK Bundle. Please update the plugin version shipped within AWS SDK bundle-->
<version>2.3.0</version>
<version>2.3.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>The Amazon Web Services Plugin for S3 Access Grants. The plugin allows customers to integrate S3 Access grants as an additional permission layer on top of S3 calls.</description>
Expand Down
Loading