Skip to content

Commit a9c83b3

Browse files
chore: update changelog, version, and dependencies for 2025-10-17 release
1 parent 7b405f9 commit a9c83b3

File tree

23 files changed

+120
-50
lines changed

23 files changed

+120
-50
lines changed

.test/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ go 1.24.0
44

55
require (
66
github.com/Shopify/toxiproxy v2.1.4+incompatible
7-
github.com/aws/aws-advanced-go-wrapper/auth-helpers v1.0.1
8-
github.com/aws/aws-advanced-go-wrapper/aws-secrets-manager v1.0.1
9-
github.com/aws/aws-advanced-go-wrapper/awssql v1.1.0
10-
github.com/aws/aws-advanced-go-wrapper/federated-auth v1.0.1
11-
github.com/aws/aws-advanced-go-wrapper/iam v1.0.1
12-
github.com/aws/aws-advanced-go-wrapper/mysql-driver v1.0.1
13-
github.com/aws/aws-advanced-go-wrapper/okta v1.0.1
14-
github.com/aws/aws-advanced-go-wrapper/otlp v1.0.1
15-
github.com/aws/aws-advanced-go-wrapper/pgx-driver v1.0.1
16-
github.com/aws/aws-advanced-go-wrapper/xray v1.0.1
7+
github.com/aws/aws-advanced-go-wrapper/auth-helpers v1.0.2
8+
github.com/aws/aws-advanced-go-wrapper/aws-secrets-manager v1.0.2
9+
github.com/aws/aws-advanced-go-wrapper/awssql v1.1.1
10+
github.com/aws/aws-advanced-go-wrapper/federated-auth v1.0.2
11+
github.com/aws/aws-advanced-go-wrapper/iam v1.0.2
12+
github.com/aws/aws-advanced-go-wrapper/mysql-driver v1.0.2
13+
github.com/aws/aws-advanced-go-wrapper/okta v1.0.2
14+
github.com/aws/aws-advanced-go-wrapper/otlp v1.0.2
15+
github.com/aws/aws-advanced-go-wrapper/pgx-driver v1.0.2
16+
github.com/aws/aws-advanced-go-wrapper/xray v1.0.2
1717
github.com/aws/aws-sdk-go-v2 v1.39.0
1818
github.com/aws/aws-sdk-go-v2/config v1.31.8
1919
github.com/aws/aws-sdk-go-v2/service/rds v1.107.0

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,20 @@ The Amazon Web Services (AWS) Advanced Go Wrapper allows an application to take
4242
* `https://github.com/aws/aws-advanced-go-wrapper/okta`: [v1.0.1](okta/CHANGELOG.md#101---2025-10-08)
4343
* `https://github.com/aws/aws-advanced-go-wrapper/otlp`: [v1.0.1](otlp/CHANGELOG.md#101---2025-10-08)
4444
* `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)
45+
* `https://github.com/aws/aws-advanced-go-wrapper/xray`: [v1.0.1](xray/CHANGELOG.md#101---2025-10-08)
46+
47+
# Release (2025-10-17)
48+
## General Highlights
49+
* Refactored PostgresQL statements used by the driver to be fully qualified ([PR #270](https://github.com/aws/aws-advanced-go-wrapper/pull/270)).
50+
51+
## Module Highlights
52+
* `https://github.com/aws/aws-advanced-go-wrapper/auth-helpers`: [v1.0.2](auth-helpers/CHANGELOG.md#102---2025-10-17)
53+
* `https://github.com/aws/aws-advanced-go-wrapper/aws-secrets-manager`: [v1.0.2](aws-secrets-manager/CHANGELOG.md#102---2025-10-17)
54+
* `https://github.com/aws/aws-advanced-go-wrapper/awssql`: [v1.1.1](awssql/CHANGELOG.md#111---2025-10-17)
55+
* `https://github.com/aws/aws-advanced-go-wrapper/federated-auth`: [v1.0.2](federated-auth/CHANGELOG.md#102---2025-10-17)
56+
* `https://github.com/aws/aws-advanced-go-wrapper/iam`: [v1.0.2](iam/CHANGELOG.md#102---2025-10-17)
57+
* `https://github.com/aws/aws-advanced-go-wrapper/mysql-driver`: [v1.0.2](mysql-driver/CHANGELOG.md#102---2025-10-17)
58+
* `https://github.com/aws/aws-advanced-go-wrapper/okta`: [v1.0.2](okta/CHANGELOG.md#102---2025-10-17)
59+
* `https://github.com/aws/aws-advanced-go-wrapper/otlp`: [v1.0.2](otlp/CHANGELOG.md#102---2025-10-17)
60+
* `https://github.com/aws/aws-advanced-go-wrapper/pgx-driver`: [v1.0.2](pgx-driver/CHANGELOG.md#102---2025-10-17)
61+
* `https://github.com/aws/aws-advanced-go-wrapper/xray`: [v1.0.2](xray/CHANGELOG.md#102---2025-10-17)

MAINTENANCE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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 8 2025 | [Release 2025-10-08](https://github.com/aws/aws-advanced-go-wrapper/releases/tag/release-2025-10-08) |
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-08](https://github.com/aws/aws-advanced-go-wrapper/releases/tag/release-2025-10-08) |
7+
| October 17 2025 | [Release 2025-10-17](https://github.com/aws/aws-advanced-go-wrapper/releases/tag/release-2025-10-17) |
78

89
`aws-advanced-go-wrapper` follows [semver](https://semver.org/#semantic-versioning-200) which means we will only
910
release breaking changes in major versions. Generally speaking, patches will be released to fix existing problems without
@@ -55,4 +56,4 @@ from the updated source after the PRs are merged.
5556

5657
| Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End |
5758
| ------------- |----------------------|---------|-----------------|--------------------------| ---------------------- |
58-
| 1 | 1.1.0 | Current | Jul 31, 2025 | Jul 31, 2025 | |
59+
| 1 | 1.1.1 | Current | Jul 31, 2025 | Jul 31, 2025 | |

auth-helpers/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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

14-
[1.0.0]: https://github.com/awslabs/aws-advanced-go-wrapper/releases/tag/auth-helpers/1.0.0
15-
[1.0.1]: https://github.com/awslabs/aws-advanced-go-wrapper/releases/tag/auth-helpers/1.0.1
14+
## [1.0.2] - 2025-10-17
15+
### :crab: Changed
16+
* Update dependency `github.com/aws/aws-advanced-go-wrapper/awssql` to v1.1.1
17+
18+
[1.0.0]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/auth-helpers/1.0.0
19+
[1.0.1]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/auth-helpers/1.0.1
20+
[1.0.2]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/auth-helpers/1.0.2

auth-helpers/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-advanced-go-wrapper/auth-helpers
33
go 1.24.0
44

55
require (
6-
github.com/aws/aws-advanced-go-wrapper/awssql v1.1.0
6+
github.com/aws/aws-advanced-go-wrapper/awssql v1.1.1
77
github.com/aws/aws-sdk-go-v2 v1.39.0
88
github.com/aws/aws-sdk-go-v2/config v1.31.8
99
github.com/aws/aws-sdk-go-v2/credentials v1.18.12

aws-secrets-manager/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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

14-
[1.0.0]: https://github.com/awslabs/aws-advanced-go-wrapper/releases/tag/aws-secrets-manager/1.0.0
15-
[1.0.1]: https://github.com/awslabs/aws-advanced-go-wrapper/releases/tag/aws-secrets-manager/1.0.1
14+
## [1.0.2] - 2025-10-17
15+
### :crab: Changed
16+
* Update dependency `github.com/aws/aws-advanced-go-wrapper/awssql` to v1.1.1
17+
* Update dependency `github.com/aws/aws-advanced-go-wrapper/auth-helpers` to v1.0.2
18+
19+
[1.0.0]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/aws-secrets-manager/1.0.0
20+
[1.0.1]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/aws-secrets-manager/1.0.1
21+
[1.0.2]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/aws-secrets-manager/1.0.2

aws-secrets-manager/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/aws/aws-advanced-go-wrapper/aws-secrets-manager
33
go 1.24.0
44

55
require (
6-
github.com/aws/aws-advanced-go-wrapper/auth-helpers v1.0.1
7-
github.com/aws/aws-advanced-go-wrapper/awssql v1.1.0
6+
github.com/aws/aws-advanced-go-wrapper/auth-helpers v1.0.2
7+
github.com/aws/aws-advanced-go-wrapper/awssql v1.1.1
88
github.com/aws/aws-sdk-go-v2/config v1.31.8
99
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.39.4
1010
)

awssql/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919
* Safe concurrent access to properties across different go-routines and monitors ([Issue #242](https://github.com/aws/aws-advanced-go-wrapper/issues/242)).
2020
* If failover is unsuccessful, the underlying error is returned ([PR #252](https://github.com/aws/aws-advanced-go-wrapper/pull/252)).
2121

22-
[1.0.0]: https://github.com/awslabs/aws-advanced-go-wrapper/releases/tag/awssql/1.0.0
23-
[1.1.0]: https://github.com/awslabs/aws-advanced-go-wrapper/releases/tag/awssql/1.1.0
22+
## [1.1.1] - 2025-10-17
23+
### :crab: Changed
24+
* Refactored PostgresQL statements used by the driver to be fully qualified ([PR #270](https://github.com/aws/aws-advanced-go-wrapper/pull/270)).
25+
26+
[1.0.0]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/awssql/1.0.0
27+
[1.1.0]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/awssql/1.1.0
28+
[1.1.1]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/awssql/1.1.1

awssql/driver_info/driver_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
package driver_info
1818

19-
const AWS_ADVANCED_GO_WRAPPER_VERSION = "1.1.0"
19+
const AWS_ADVANCED_GO_WRAPPER_VERSION = "1.1.1"

federated-auth/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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

14-
[1.0.0]: https://github.com/awslabs/aws-advanced-go-wrapper/releases/tag/federated-auth/1.0.0
15-
[1.0.1]: https://github.com/awslabs/aws-advanced-go-wrapper/releases/tag/federated-auth/1.0.1
14+
## [1.0.2] - 2025-10-17
15+
### :crab: Changed
16+
* Update dependency `github.com/aws/aws-advanced-go-wrapper/awssql` to v1.1.1
17+
* Update dependency `github.com/aws/aws-advanced-go-wrapper/auth-helpers` to v1.0.2
18+
19+
[1.0.0]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/federated-auth/1.0.0
20+
[1.0.1]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/federated-auth/1.0.1
21+
[1.0.2]: https://github.com/aws/aws-advanced-go-wrapper/releases/tag/federated-auth/1.0.2

0 commit comments

Comments
 (0)