File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy Changelog
2
2
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
+
3
26
## 1.58.0 (2025-05-13)
4
27
5
28
### Bug Fixes
Original file line number Diff line number Diff line change 1
- 1.58 .0
1
+ 1.59 .0
You can’t perform that action at this time.
0 commit comments