Skip to content

Commit b8dc751

Browse files
Release v1.6.2 (#411)
* chore: bump version to 1.6.2 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: trigger CI * ci: add release/v* branch to push triggers to fix CI not running on release PRs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jesse Turner <ajesstur@amazon.com>
1 parent 1235897 commit b8dc751

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI/CD Pipeline
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, 'release/v*' ]
66
tags:
77
- 'v*'
88
pull_request:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.6.2] - 2026-04-13
4+
5+
### Fixed
6+
- fix: make agentcore-worker-loop compatible with OTEL threading instrumentation (#405) (1235897)
7+
8+
### Other Changes
9+
- fix(ci): increase memory integration test timeout to 15 minutes (#401) (180a7c5)
10+
311
## [1.6.1] - 2026-04-10
412

513
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bedrock-agentcore"
7-
version = "1.6.1"
7+
version = "1.6.2"
88
description = "An SDK for using Bedrock AgentCore"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)