Skip to content

Commit aa3dcb6

Browse files
committed
Bump version to 1.62.0
1 parent 1f59ac9 commit aa3dcb6

File tree

4 files changed

+265
-9
lines changed

4 files changed

+265
-9
lines changed

.changes/next-release/bugfix-3462fce24080c851a7e66263b70c5280721f6767.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/releases/1.62.0.json

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
{
2+
"version": "1.62.0",
3+
"changes": [
4+
{
5+
"type": "documentation",
6+
"description": "Update README.md for Trait Codegen",
7+
"pull_requests": [
8+
"[#2753](https://github.com/smithy-lang/smithy/pull/2753)"
9+
]
10+
},
11+
{
12+
"type": "bugfix",
13+
"description": "Update query params output test in rest-json",
14+
"pull_requests": [
15+
"[#2739](https://github.com/smithy-lang/smithy/pull/2739)"
16+
]
17+
},
18+
{
19+
"type": "bugfix",
20+
"description": "Fix trait codegen for timestamp member with timestampformat trai",
21+
"pull_requests": [
22+
"[#2744](https://github.com/smithy-lang/smithy/pull/2744)"
23+
]
24+
},
25+
{
26+
"type": "bugfix",
27+
"description": "Remove the breakingChanges member from the required trait",
28+
"pull_requests": [
29+
"[#2748](https://github.com/smithy-lang/smithy/pull/2748)"
30+
]
31+
},
32+
{
33+
"type": "documentation",
34+
"description": "Add README.md for trait codegen",
35+
"pull_requests": [
36+
"[#2751](https://github.com/smithy-lang/smithy/pull/2751)"
37+
]
38+
},
39+
{
40+
"type": "bugfix",
41+
"description": "Fix trait codegen for list with uniqueitems trait",
42+
"pull_requests": [
43+
"[#2706](https://github.com/smithy-lang/smithy/pull/2706)"
44+
]
45+
},
46+
{
47+
"type": "feature",
48+
"description": "Allows specifying multiple files and/or directories to smithy format. Fixes [#2563](https://github.com/smithy-lang/smithy/issues/2563).",
49+
"pull_requests": [
50+
"[#2757](https://github.com/smithy-lang/smithy/pull/2757)"
51+
]
52+
},
53+
{
54+
"type": "feature",
55+
"description": "Add split function to rules engine",
56+
"pull_requests": [
57+
"[#2762](https://github.com/smithy-lang/smithy/pull/2762)"
58+
]
59+
},
60+
{
61+
"type": "bugfix",
62+
"description": "Fix loading smithy-ts version in docs",
63+
"pull_requests": [
64+
"[#2722](https://github.com/smithy-lang/smithy/pull/2722)"
65+
]
66+
},
67+
{
68+
"type": "bugfix",
69+
"description": "Fix trait codegen for class name conflicts in enum/intenum traits",
70+
"pull_requests": [
71+
"[#2755](https://github.com/smithy-lang/smithy/pull/2755)"
72+
]
73+
},
74+
{
75+
"type": "bugfix",
76+
"description": "Fix incorrect builder properties assignment for enum with default value",
77+
"pull_requests": [
78+
"[#2752](https://github.com/smithy-lang/smithy/pull/2752)"
79+
]
80+
},
81+
{
82+
"type": "other",
83+
"description": "Raise the severity for query error validator to danger",
84+
"pull_requests": [
85+
"[#2758](https://github.com/smithy-lang/smithy/pull/2758)"
86+
]
87+
},
88+
{
89+
"type": "documentation",
90+
"description": "Add missing important word in model.rst",
91+
"pull_requests": [
92+
"[#2726](https://github.com/smithy-lang/smithy/pull/2726)"
93+
]
94+
},
95+
{
96+
"type": "bugfix",
97+
"description": "Fix a bug that prevented warning events to show up for diff CLI command",
98+
"pull_requests": [
99+
"[#2749](https://github.com/smithy-lang/smithy/pull/2749)"
100+
]
101+
},
102+
{
103+
"type": "other",
104+
"description": "Prepare for Gradle 9",
105+
"pull_requests": [
106+
"[#2745](https://github.com/smithy-lang/smithy/pull/2745)"
107+
]
108+
},
109+
{
110+
"type": "bugfix",
111+
"description": "Fix new change tool for changelog generation",
112+
"pull_requests": [
113+
"[#2765](https://github.com/smithy-lang/smithy/pull/2765)"
114+
]
115+
},
116+
{
117+
"type": "bugfix",
118+
"description": "Fix PR link generation in new-change and render command",
119+
"pull_requests": [
120+
"[#2767](https://github.com/smithy-lang/smithy/pull/2767)"
121+
]
122+
},
123+
{
124+
"type": "bugfix",
125+
"description": "Fix trait codegen for structure's string member with `@idRef`",
126+
"pull_requests": [
127+
"[#2728](https://github.com/smithy-lang/smithy/pull/2728)"
128+
]
129+
},
130+
{
131+
"type": "bugfix",
132+
"description": "Use ordered sets for shape id sequences",
133+
"pull_requests": [
134+
"[#2742](https://github.com/smithy-lang/smithy/pull/2742)"
135+
]
136+
},
137+
{
138+
"type": "bugfix",
139+
"description": "Fix using shapes without TaritDefinition as trait",
140+
"pull_requests": [
141+
"[#2733](https://github.com/smithy-lang/smithy/pull/2733)"
142+
]
143+
},
144+
{
145+
"type": "bugfix",
146+
"description": "Fix trait codegen for List or Map traits with annotations or Javadocs",
147+
"pull_requests": [
148+
"[#2729](https://github.com/smithy-lang/smithy/pull/2729)"
149+
]
150+
},
151+
{
152+
"type": "feature",
153+
"description": "Add BDD-based rules engine trait",
154+
"pull_requests": [
155+
"[#2703](https://github.com/smithy-lang/smithy/pull/2703)"
156+
]
157+
},
158+
{
159+
"type": "bugfix",
160+
"description": "Fix type transposing in RPC v2 CBOR spec",
161+
"pull_requests": [
162+
"[#2727](https://github.com/smithy-lang/smithy/pull/2727)"
163+
]
164+
},
165+
{
166+
"type": "documentation",
167+
"description": "Update smithy-java quickstart docs with correct file name",
168+
"pull_requests": [
169+
"[#2766](https://github.com/smithy-lang/smithy/pull/2766)"
170+
]
171+
},
172+
{
173+
"type": "bugfix",
174+
"description": "Add missing sourceLocation setting in fromNode() in trait codegen",
175+
"pull_requests": [
176+
"[#2730](https://github.com/smithy-lang/smithy/pull/2730)"
177+
]
178+
},
179+
{
180+
"type": "feature",
181+
"description": "Add changelog release script",
182+
"pull_requests": [
183+
"[#2723](https://github.com/smithy-lang/smithy/pull/2723)"
184+
]
185+
},
186+
{
187+
"type": "feature",
188+
"description": "Consistently use BuilderRefs for collections in builders",
189+
"pull_requests": [
190+
"[#2743](https://github.com/smithy-lang/smithy/pull/2743)"
191+
]
192+
}
193+
],
194+
"date": "2025-09-05"
195+
}

CHANGELOG.md

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
11
# Smithy Changelog
22

3+
## 1.62.0 (2025-09-05)
4+
5+
### Features
6+
7+
- Allows specifying multiple files and/or directories to smithy format. Fixes
8+
[#2563](https://github.com/smithy-lang/smithy/issues/2563).
9+
([#2757](https://github.com/smithy-lang/smithy/pull/2757))
10+
- Add split function to rules engine
11+
([#2762](https://github.com/smithy-lang/smithy/pull/2762))
12+
- Add BDD-based rules engine trait
13+
([#2703](https://github.com/smithy-lang/smithy/pull/2703))
14+
- Add changelog release script
15+
([#2723](https://github.com/smithy-lang/smithy/pull/2723))
16+
- Consistently use BuilderRefs for collections in builders
17+
([#2743](https://github.com/smithy-lang/smithy/pull/2743))
18+
19+
### Bug Fixes
20+
21+
- Update query params output test in rest-json
22+
([#2739](https://github.com/smithy-lang/smithy/pull/2739))
23+
- Fix trait codegen for timestamp member with timestampformat trai
24+
([#2744](https://github.com/smithy-lang/smithy/pull/2744))
25+
- Remove the breakingChanges member from the required trait
26+
([#2748](https://github.com/smithy-lang/smithy/pull/2748))
27+
- Fix trait codegen for list with uniqueitems trait
28+
([#2706](https://github.com/smithy-lang/smithy/pull/2706))
29+
- Fix loading smithy-ts version in docs
30+
([#2722](https://github.com/smithy-lang/smithy/pull/2722))
31+
- Fix trait codegen for class name conflicts in enum/intenum traits
32+
([#2755](https://github.com/smithy-lang/smithy/pull/2755))
33+
- Fix incorrect builder properties assignment for enum with default value
34+
([#2752](https://github.com/smithy-lang/smithy/pull/2752))
35+
- Fix a bug that prevented warning events to show up for diff CLI command
36+
([#2749](https://github.com/smithy-lang/smithy/pull/2749))
37+
- Fix new change tool for changelog generation
38+
([#2765](https://github.com/smithy-lang/smithy/pull/2765))
39+
- Fix PR link generation in new-change and render command
40+
([#2767](https://github.com/smithy-lang/smithy/pull/2767))
41+
- Fix trait codegen for structure's string member with `@idRef`
42+
([#2728](https://github.com/smithy-lang/smithy/pull/2728))
43+
- Use ordered sets for shape id sequences
44+
([#2742](https://github.com/smithy-lang/smithy/pull/2742))
45+
- Fix using shapes without TaritDefinition as trait
46+
([#2733](https://github.com/smithy-lang/smithy/pull/2733))
47+
- Fix trait codegen for List or Map traits with annotations or Javadocs
48+
([#2729](https://github.com/smithy-lang/smithy/pull/2729))
49+
- Fix type transposing in RPC v2 CBOR spec
50+
([#2727](https://github.com/smithy-lang/smithy/pull/2727))
51+
- Add missing sourceLocation setting in fromNode() in trait codegen
52+
([#2730](https://github.com/smithy-lang/smithy/pull/2730))
53+
54+
### Documentation
55+
56+
- Update README.md for Trait Codegen
57+
([#2753](https://github.com/smithy-lang/smithy/pull/2753))
58+
- Add README.md for trait codegen
59+
([#2751](https://github.com/smithy-lang/smithy/pull/2751))
60+
- Add missing important word in model.rst
61+
([#2726](https://github.com/smithy-lang/smithy/pull/2726))
62+
- Update smithy-java quickstart docs with correct file name
63+
([#2766](https://github.com/smithy-lang/smithy/pull/2766))
64+
65+
### Other
66+
67+
- Raise the severity for query error validator to danger
68+
([#2758](https://github.com/smithy-lang/smithy/pull/2758))
69+
- Prepare for Gradle 9
70+
([#2745](https://github.com/smithy-lang/smithy/pull/2745))
71+
372
## 1.61.0 (2025-07-23)
473

574
### Features
@@ -4020,4 +4089,3 @@ components of the documentation will have changed.
40204089
([#162](https://github.com/awslabs/smithy/pull/162))
40214090
- Allow model assembling from symlink model files / directory
40224091
([#163](https://github.com/awslabs/smithy/pull/163))
4023-

VERSION

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

0 commit comments

Comments
 (0)