Skip to content

Commit ae63328

Browse files
committed
Bump to 1.21.0
1 parent 7c63960 commit ae63328

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 1.21.0 (2022-04-13)
4+
5+
### Features
6+
* Added `DirectedCodegen` to make codegen simpler. ([#1167](https://github.com/awslabs/smithy/pull/1167), [#1180](https://github.com/awslabs/smithy/pull/1180))
7+
* Add ability to register interceptors with delegator. ([#1165](https://github.com/awslabs/smithy/pull/1165))
8+
* Optimized deprecated trait validation. ([#1162](https://github.com/awslabs/smithy/pull/1162))
9+
* Used ConcurrentSkipListMap in Model for knowledge instead of synchornized IdentityMap. ([#1161](https://github.com/awslabs/smithy/pull/1161))
10+
11+
### Documentation
12+
13+
* Added http and eventStreamHttp properties to AWS protocols. ([#1172](https://github.com/awslabs/smithy/pull/1172))
14+
315
## 1.19.0 (2022-03-21)
416

517
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.0
1+
1.21.0

0 commit comments

Comments
 (0)