Skip to content

Commit

Permalink
Bump version to 1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbaker authored and milesziemer committed Jan 25, 2024
1 parent c7a179e commit e2c5b47
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Smithy Changelog

## 1.44.0 (2024-01-25)

### Features

* Add AWS smoke test model package. ([#2113](https://github.com/smithy-lang/smithy/pull/2113))
* Expand protocol tests for default values. ([#2049](https://github.com/smithy-lang/smithy/pull/2049))
* Add protocol tests for 0/false in query params. ([#2070](https://github.com/smithy-lang/smithy/pull/2070))
* Change line break formatting in brackets. ([#2072](https://github.com/smithy-lang/smithy/pull/2072))
* Add backticks to diff messages for trait changes. ([#2075](https://github.com/smithy-lang/smithy/pull/2075))
* Support internal trait when building synthetic enum trait. ([#2106](https://github.com/smithy-lang/smithy/pull/2106))
* Add "critical" validation phase to validation. ([#2098](https://github.com/smithy-lang/smithy/pull/2098))
* Deprecated IAM Action traits that are now formally superseded by `@iamAction`. ([#2095](https://github.com/smithy-lang/smithy/pull/2095))
* Added ability to override AWS endpoints partitions when needed. ([#2092](https://github.com/smithy-lang/smithy/pull/2092))

### Bug Fixes

* Fail when duplicate members are found in enum/intEnum shapes. ([#2112](https://github.com/smithy-lang/smithy/pull/2112))
* Check references via idRef when looking for unreferenced shapes. ([#2105](https://github.com/smithy-lang/smithy/pull/2105))
* Remove service renames after flattening namespaces. ([#2109](https://github.com/smithy-lang/smithy/pull/2109))
* Fixed issue where endpoint modifier traits without a valid shape definition were being indexed. ([#2096](https://github.com/smithy-lang/smithy/pull/2096))

### Documentation

* Upgrade sphinx for docs. ([#2100](https://github.com/smithy-lang/smithy/pull/2100))
* Updated several of the guide sections and tidied up the layout. ([#2097](https://github.com/smithy-lang/smithy/pull/2097))

## 1.43.0 (2024-01-05)

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

0 comments on commit e2c5b47

Please sign in to comment.