Skip to content

Commit 0eece16

Browse files
committed
Bump version to 1.61.0
1 parent 8563b40 commit 0eece16

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 1.61.0 (2025-07-23)
4+
5+
### Bug Fixes
6+
7+
* Return the specific type of the trait for RpcV2CborTrait as other protocols traits do. ([#2711](https://github.com/smithy-lang/smithy/pull/2711))
8+
* Relocate `com.google` dependencies in the CLI to avoid classpath conflicts. ([#2718](https://github.com/smithy-lang/smithy/pull/2718))
9+
10+
### Documentation
11+
12+
* Added more explicit rule on how to serialize conflicting headers. ([#2692](https://github.com/smithy-lang/smithy/pull/2692))
13+
* Removed `set` from trait selector in `@trait` documentation. ([#2698](https://github.com/smithy-lang/smithy/pull/2698))
14+
15+
### Features
16+
17+
* Relaxed restrictions on trait-codegen to allow `smithy*`, and some `smithy.*` namespaces. ([#2671](https://github.com/smithy-lang/smithy/pull/2671), [#2708](https://github.com/smithy-lang/smithy/pull/2708), [#2709](https://github.com/smithy-lang/smithy/pull/2709))
18+
* Added `aws-eusc` to AWS rules engine partitions. ([#2697](https://github.com/smithy-lang/smithy/pull/2697))
19+
* Added MQTT topic filter parsing and conflict support. ([#2690](https://github.com/smithy-lang/smithy/pull/2690))
20+
* Added OpenAPI configuration option to disable default deprecation description. ([#2694](https://github.com/smithy-lang/smithy/pull/2694))
21+
322
## 1.60.3 (2025-06-27)
423

524
### Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.60.3
1+
1.61.0

0 commit comments

Comments
 (0)