Skip to content

Commit 820f19c

Browse files
committed
docs: add v0.7.2 changelog for dependency bumps
1 parent 6055907 commit 820f19c

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [v0.7.2] - 2026-07-29
13+
14+
### Changed
15+
16+
- **Go minimum version**: Bumped to Go 1.25.5 (required by mcp-go v0.52.0)
17+
- **CI**: Upgraded test/lint/build matrix to Go 1.25.x, golangci-lint v2.12.2
18+
19+
### Updated Dependencies
20+
21+
**GitHub Actions:**
22+
- actions/upload-pages-artifact 4 → 5
23+
- codecov/codecov-action 6 → 7
24+
- actions/checkout 6 → 7
25+
- actions/cache 5 → 6
26+
27+
**Go Modules:**
28+
- github.com/jackc/pgx/v5 5.8.0 → 5.9.2
29+
- github.com/redis/go-redis/v9 9.18.0 → 9.19.0
30+
- modernc.org/sqlite 1.46.1 → 1.50.1
31+
- github.com/openai/openai-go/v3 3.22.0 → 3.35.0
32+
- github.com/mark3labs/mcp-go 0.47.1 → 0.52.0
33+
34+
### Fixed
35+
36+
- **openai-go v3.35.0 breaking change**: `ConversationItemUnionArguments` changed from `string` to a union struct; adapted to use `.OfString`
37+
1238
## [v0.7.1] - 2026-02-20
1339

1440
### Fixed
@@ -540,6 +566,7 @@ conditionalTool := tools.Tool{
540566

541567
## Version Links
542568

569+
- [v0.7.2](https://github.com/MitulShah1/openai-agents-go/releases/tag/v0.7.2)
543570
- [v0.7.1](https://github.com/MitulShah1/openai-agents-go/releases/tag/v0.7.1)
544571
- [v0.7.0](https://github.com/MitulShah1/openai-agents-go/releases/tag/v0.7.0)
545572
- [v0.6.1](https://github.com/MitulShah1/openai-agents-go/releases/tag/v0.6.1)

0 commit comments

Comments
 (0)