Skip to content

Commit 48ccceb

Browse files
Bump version to 1.59.0 (#2664)
1 parent e94aff4 commit 48ccceb

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## 1.59.0 (2025-06-16)
4+
5+
### Bug Fixes
6+
7+
* Fixed generation of nested lists/maps in trait code generation. ([#2647](https://github.com/smithy-lang/smithy/pull/2647))
8+
* Fixed generation of boolean collections in trait code generation. ([#2652](https://github.com/smithy-lang/smithy/pull/2652))
9+
* Fixed enum generation in docgen. ([#2653](https://github.com/smithy-lang/smithy/pull/2653))
10+
11+
### Features
12+
13+
* Added a warning when mixin members are removed. ([#2644](https://github.com/smithy-lang/smithy/pull/2644))
14+
* Added a tag to identify service-specific protocol tests. ([#2655](https://github.com/smithy-lang/smithy/pull/2655))
15+
16+
### Documentation
17+
18+
* Made several improvements to the landing pages. ([#2656](https://github.com/smithy-lang/smithy/pull/2656))
19+
* Added guidance about generating unknown members for unions. ([#2657](https://github.com/smithy-lang/smithy/pull/2657))
20+
* Updated references to `awslabs` to `smithy-lang` where relevant. ([#2662](https://github.com/smithy-lang/smithy/pull/2662))
21+
22+
### Other
23+
24+
* Added additional protocol tests for `restJson1`. ([#2641](https://github.com/smithy-lang/smithy/pull/2641))
25+
326
## 1.58.0 (2025-05-13)
427

528
### Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.58.0
1+
1.59.0

0 commit comments

Comments
 (0)