File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy Changelog
2
2
3
+ ## 1.39.0 (2023-09-20)
4
+
5
+ ### Features
6
+
7
+ * Refactored ` smithy-rules-engine ` significantly in an effort to improve validation, separate
8
+ AWS and non-AWS concerns, add a specification, and more. General notes are provided in
9
+ individual commit messages. The format of the rules documents have not changed, meaning a
10
+ successful migration to the refactored codebase will involve no changes to code generated
11
+ for an SDK client ([ #1855 ] ( https://github.com/smithy-lang/smithy/pull/1855 ) )
12
+ * Added ` Sha1 ` checksum to ` ResolvedArtifacts ` ([ #1979 ] ( https://github.com/smithy-lang/smithy/pull/1979 ) )
13
+ * Relaxed ` Content-Length ` in unset union payloads protocol tests ([ #1984 ] ( https://github.com/smithy-lang/smithy/pull/1984 ) )
14
+
15
+ ### Documentation
16
+
17
+ * Updated example by keeping operation list from previous examples ([ #1981 ] ( https://github.com/smithy-lang/smithy/pull/1981 ) )
18
+
3
19
## 1.38.0 (2023-09-14)
4
20
5
21
### Features
Original file line number Diff line number Diff line change 1
- 1.38 .0
1
+ 1.39 .0
You can’t perform that action at this time.
0 commit comments