Skip to content

Commit e3c94bf

Browse files
Jose Vitor Schneidjvschneid
Jose Vitor Schneid
authored andcommitted
Bump version to 1.39.0
1 parent d8aa29d commit e3c94bf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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+
319
## 1.38.0 (2023-09-14)
420

521
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.38.0
1+
1.39.0

0 commit comments

Comments
 (0)