Skip to content

Commit 8f9b0a9

Browse files
chore: update dates for 2025-10-08 release
1 parent c48b35c commit 8f9b0a9

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Amazon Web Services (AWS) Advanced Go Wrapper allows an application to take
1818
* `https://github.com/aws/aws-advanced-go-wrapper/pgx-driver`: [v1.0.0](pgx-driver/CHANGELOG.md#100---2025-07-31)
1919
* `https://github.com/aws/aws-advanced-go-wrapper/xray`: [v1.0.0](xray/CHANGELOG.md#100---2025-07-31)
2020

21-
# Release (2025-10-02)
21+
# Release (2025-10-08)
2222

2323
## General Highlights
2424
### :magic_wand: Added
@@ -33,13 +33,13 @@ The Amazon Web Services (AWS) Advanced Go Wrapper allows an application to take
3333
* If failover is unsuccessful, the underlying error is returned ([PR #252](https://github.com/aws/aws-advanced-go-wrapper/pull/252)).
3434

3535
## Module Highlights
36-
* `https://github.com/aws/aws-advanced-go-wrapper/auth-helpers`: [v1.0.1](auth-helpers/CHANGELOG.md#101---2025-10-02)
37-
* `https://github.com/aws/aws-advanced-go-wrapper/aws-secrets-manager`: [v1.0.1](aws-secrets-manager/CHANGELOG.md#101---2025-10-02)
38-
* `https://github.com/aws/aws-advanced-go-wrapper/awssql`: [v1.1.0](awssql/CHANGELOG.md#110---2025-10-02)
39-
* `https://github.com/aws/aws-advanced-go-wrapper/federated-auth`: [v1.0.1](federated-auth/CHANGELOG.md#101---2025-10-02)
40-
* `https://github.com/aws/aws-advanced-go-wrapper/iam`: [v1.0.1](iam/CHANGELOG.md#101---2025-10-02)
41-
* `https://github.com/aws/aws-advanced-go-wrapper/mysql-driver`: [v1.0.1](mysql-driver/CHANGELOG.md#101---2025-10-02)
42-
* `https://github.com/aws/aws-advanced-go-wrapper/okta`: [v1.0.1](okta/CHANGELOG.md#101---2025-10-02)
43-
* `https://github.com/aws/aws-advanced-go-wrapper/otlp`: [v1.0.1](otlp/CHANGELOG.md#101---2025-10-02)
44-
* `https://github.com/aws/aws-advanced-go-wrapper/pgx-driver`: [v1.0.1](pgx-driver/CHANGELOG.md#101---2025-10-02)
45-
* `https://github.com/aws/aws-advanced-go-wrapper/xray`: [v1.0.1](xray/CHANGELOG.md#101---2025-10-02)
36+
* `https://github.com/aws/aws-advanced-go-wrapper/auth-helpers`: [v1.0.1](auth-helpers/CHANGELOG.md#101---2025-10-08)
37+
* `https://github.com/aws/aws-advanced-go-wrapper/aws-secrets-manager`: [v1.0.1](aws-secrets-manager/CHANGELOG.md#101---2025-10-08)
38+
* `https://github.com/aws/aws-advanced-go-wrapper/awssql`: [v1.1.0](awssql/CHANGELOG.md#110---2025-10-08)
39+
* `https://github.com/aws/aws-advanced-go-wrapper/federated-auth`: [v1.0.1](federated-auth/CHANGELOG.md#101---2025-10-08)
40+
* `https://github.com/aws/aws-advanced-go-wrapper/iam`: [v1.0.1](iam/CHANGELOG.md#101---2025-10-08)
41+
* `https://github.com/aws/aws-advanced-go-wrapper/mysql-driver`: [v1.0.1](mysql-driver/CHANGELOG.md#101---2025-10-08)
42+
* `https://github.com/aws/aws-advanced-go-wrapper/okta`: [v1.0.1](okta/CHANGELOG.md#101---2025-10-08)
43+
* `https://github.com/aws/aws-advanced-go-wrapper/otlp`: [v1.0.1](otlp/CHANGELOG.md#101---2025-10-08)
44+
* `https://github.com/aws/aws-advanced-go-wrapper/pgx-driver`: [v1.0.1](pgx-driver/CHANGELOG.md#101---2025-10-08)
45+
* `https://github.com/aws/aws-advanced-go-wrapper/xray`: [v1.0.1](xray/CHANGELOG.md#101---2025-10-08)

MAINTENANCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release Schedule
22

3-
| Release Date | Release |
4-
|-----------------|------------------------------------------------------------------------------------------------------|
5-
| Jul 31 2025 | [Release 2025-07-31](https://github.com/aws/aws-advanced-go-wrapper/releases/tag/release-2025-07-31) |
6-
| October ?? 2025 | [Release 2025-10-??](https://github.com/aws/aws-advanced-go-wrapper/releases/tag/release-2025-10-xx) |
3+
| Release Date | Release |
4+
|----------------|------------------------------------------------------------------------------------------------------|
5+
| Jul 31 2025 | [Release 2025-07-31](https://github.com/aws/aws-advanced-go-wrapper/releases/tag/release-2025-07-31) |
6+
| October 8 2025 | [Release 2025-10-02](https://github.com/aws/aws-advanced-go-wrapper/releases/tag/release-2025-10-02) |
77

88
`aws-advanced-go-wrapper` follows [semver](https://semver.org/#semantic-versioning-200) which means we will only
99
release breaking changes in major versions. Generally speaking, patches will be released to fix existing problems without

auth-helpers/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [1.0.0] - 2025-07-31
88
* Various authentication-related helpers used by the AWS Advanced Go Wrapper.
99

10-
## [1.0.1] - 2025-10-02
10+
## [1.0.1] - 2025-10-08
1111
### :bug: Fixed
1212
* Safe concurrent access to properties across different go-routines and monitors ([Issue #242](https://github.com/aws/aws-advanced-go-wrapper/issues/242)).
1313

aws-secrets-manager/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [1.0.0] - 2025-07-31
88
* The AWS Secrets Manager Plugin supports usage of database credentials stored as secrets in the AWS Secrets Manager. To see information on how to configure and use AWS Secrets Manager Plugin, see [Using the AWS Secrets Manager Plugin](../docs/user-guide/using-plugins/UsingTheAwsSecretsManagerPlugin.md).
99

10-
## [1.0.1] - 2025-10-02
10+
## [1.0.1] - 2025-10-08
1111
### :bug: Fixed
1212
* Safe concurrent access to properties across different go-routines and monitors ([Issue #242](https://github.com/aws/aws-advanced-go-wrapper/issues/242)).
1313

awssql/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [1.0.0] - 2025-07-31
88
* The Amazon Web Services (AWS) Advanced Go Wrapper allows an application to take advantage of the features of clustered Aurora databases.
99

10-
## [1.1.0] - 2025-10-02
10+
## [1.1.0] - 2025-10-08
1111
### :magic_wand: Added
1212
* Read Write Splitting Plugin ([PR #198](https://github.com/aws/aws-advanced-go-wrapper/pull/198)). For more information, see the [documentation](https://github.com/aws/aws-advanced-go-wrapper/blob/main/docs/user-guide/using-plugins/UsingTheReadWriteSplittingPlugin.md).
1313
* Blue/Green Deployment Plugin ([PR #211](https://github.com/aws/aws-advanced-go-wrapper/pull/211)). For more information, see the [documentation](https://github.com/aws/aws-advanced-go-wrapper/blob/main/docs/user-guide/using-plugins/UsingTheBlueGreenPlugin.md).

federated-auth/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [1.0.0] - 2025-07-31
88
* The Federated Authentication Plugin adds support for authentication via Microsoft Active Directory Federation Services (AD FS) and then database access via IAM. To see information on how to configure and use the Federated Authentication Plugin, see [Using the Federated Authentication Plugin](../docs/user-guide/using-plugins/UsingTheFederatedAuthPlugin.md).
99

10-
## [1.0.1] - 2025-10-02
10+
## [1.0.1] - 2025-10-08
1111
### :bug: Fixed
1212
* Safe concurrent access to properties across different go-routines and monitors ([Issue #242](https://github.com/aws/aws-advanced-go-wrapper/issues/242)).
1313

iam/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [1.0.0] - 2025-07-31
88
* The IAM Authentication Plugin supports usage of database authentication via IAM. To see information on how to configure and use IAM authentication Plugin, see [Using the IAM Authentication Plugin](../docs/user-guide/using-plugins/UsingTheIamAuthenticationPlugin.md).
99

10-
## [1.0.1] - 2025-10-02
10+
## [1.0.1] - 2025-10-08
1111
### :bug: Fixed
1212
* Safe concurrent access to properties across different go-routines and monitors ([Issue #242](https://github.com/aws/aws-advanced-go-wrapper/issues/242)).
1313

mysql-driver/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [1.0.0] - 2025-07-31
88
* The AWS Advanced Go Wrapper wraps the [Go-MySQL-Driver](https://github.com/go-sql-driver/mysql) to connect to MySQL, Aurora MySQL, and RDS MySQL databases. For more information on how to configure and use the `Go-MySQL` driver with the AWS Advanced Go Wrapper, see [Using The Go Wrapper](../docs/user-guide/UsingTheGoWrapper.md).
99

10-
## [1.0.1] - 2025-10-02
10+
## [1.0.1] - 2025-10-08
1111
### :bug: Fixed
1212
* Safe concurrent access to properties across different go-routines and monitors ([Issue #242](https://github.com/aws/aws-advanced-go-wrapper/issues/242)).
1313

okta/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [1.0.0] - 2025-07-31
88
* The Okta Authentication Plugin adds support for authentication via Microsoft Active Directory Federation Services (AD FS) and then database access via IAM. To see information on how to configure and use the Okta Authentication Plugin, see [Using the Okta Authentication Plugin](../docs/user-guide/using-plugins/UsingTheOktaAuthPlugin.md).
99

10-
## [1.0.1] - 2025-10-02
10+
## [1.0.1] - 2025-10-08
1111
### :bug: Fixed
1212
* Safe concurrent access to properties across different go-routines and monitors ([Issue #242](https://github.com/aws/aws-advanced-go-wrapper/issues/242)).
1313

otlp/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [1.0.0] - 2025-07-31
88
* The AWS Advanced Go Wrapper supports the use of OpenTelemetry to collect telemetry data. To see information on how to configure and use OpenTelemetry with the AWS Advanced Go Wrapper, see [Telemetry User Guide](../docs/user-guide/Telemetry.md).
99

10-
## [1.0.1] - 2025-10-02
10+
## [1.0.1] - 2025-10-08
1111
### :bug: Fixed
1212
* Safe concurrent access to properties across different go-routines and monitors ([Issue #242](https://github.com/aws/aws-advanced-go-wrapper/issues/242)).
1313

0 commit comments

Comments
 (0)