Skip to content

Commit

Permalink
Bump version to 1.27.1 (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbaker authored Jan 10, 2023
1 parent 44e7263 commit 8e68395
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Smithy Changelog

## 1.27.1 (2023-01-11)

### Features
* Update protocol tests with datetime offset coverage ([#1502](https://github.com/awslabs/smithy/pull/1502))
* Add protocol tests to cover @range for short, long and integer shapes ([#1515](https://github.com/awslabs/smithy/pull/1515))
* Add exclude/include tranforms using selectors ([#1534](https://github.com/awslabs/smithy/pull/1534))
* Add a parseArn test case for resources with `:` and `/` ([#1537](https://github.com/awslabs/smithy/pull/1537))
* Move CDS warmup to the CLI directly ([#1553](https://github.com/awslabs/smithy/pull/1553))
* Allow error rename and disallow error rename for all AWS protocols ([#1554](https://github.com/awslabs/smithy/pull/1554))
* Add details to ModifiedTrait event id ([#1560](https://github.com/awslabs/smithy/pull/1560))

### Bug Fixes
* Fix deterministic order of properties ([#1555](https://github.com/awslabs/smithy/pull/1555))
* Fix datetime offset restXml payload ([#1559](https://github.com/awslabs/smithy/pull/1559))
* Fix `RestJsonQueryStringEscaping` protocol test ([#1562](https://github.com/awslabs/smithy/pull/1562))
* Fix `RestJsonAllQueryStringTypes` protocol test ([#1564](https://github.com/awslabs/smithy/pull/1564))
* Fix Upgrade1to2Command for Set shape ([#1569](https://github.com/awslabs/smithy/pull/1569))
* Fix parameters to builder ([#1571](https://github.com/awslabs/smithy/pull/1571))

### Documentation
* Fix typo for NOTE under breaking change rules ([#1552](https://github.com/awslabs/smithy/pull/1552))

## 1.27.0 (2022-12-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.0
1.27.1

0 comments on commit 8e68395

Please sign in to comment.