Skip to content

Commit c19ff16

Browse files
sugmanuekstich
andauthored
Bump version to 1.52.0 (#2421)
* Bump version to 1.52.0 * Fix typo Co-authored-by: Kevin Stich <[email protected]> * Fix typos Co-authored-by: Kevin Stich <[email protected]> * Fix typos Co-authored-by: Kevin Stich <[email protected]> * Add links to the pull requests --------- Co-authored-by: Kevin Stich <[email protected]>
1 parent a78331f commit c19ff16

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## 1.52.0 (2024-10-15)
4+
5+
### Features
6+
7+
* Added validator for identifiers missing references ([#2418](https://github.com/smithy-lang/smithy/pull/2418))
8+
* Added checksum algorithm to model enum ([#2419](https://github.com/smithy-lang/smithy/pull/2419))
9+
* Updated the `httpChecksum` trait spec ([#2413](https://github.com/smithy-lang/smithy/pull/2413))
10+
* Added `breakingChanges` to the `httpChecksum` trait ([#2398](https://github.com/smithy-lang/smithy/pull/2398))
11+
* Use the most common suffix for IDL inline IO ([#2397](https://github.com/smithy-lang/smithy/pull/2397))
12+
13+
### Bug Fixes
14+
15+
* Fixed trait codegen to properly support lists of enums ([#2420](https://github.com/smithy-lang/smithy/pull/2420))
16+
* Update RPC v2 CBOR spec to require an Accept header for requests ([#2417](https://github.com/smithy-lang/smithy/pull/2417))
17+
* Changed prefix header tests to allow for empty headers ([#2415](https://github.com/smithy-lang/smithy/pull/2415))
18+
* Fixed OpenAPI plugin to properly support effective documentation precedence ([#2402](https://github.com/smithy-lang/smithy/pull/2402))
19+
* Fixed a bug in the `SigV4` diff logic that assumed that the a service exists in the old operation ([#2405](https://github.com/smithy-lang/smithy/pull/2405))
20+
* Added `NodeValidationVisitor` checks for invalid nulls ([#2393](https://github.com/smithy-lang/smithy/pull/2393))
21+
22+
### Documentation
23+
24+
* Updated the `httpChecksum` trait spec to clarify the expected behavior and added the supported algorithms ([#2413](https://github.com/smithy-lang/smithy/pull/2413))
25+
* Fixed the `httpChecksum` algorithm list in spec ([#2394](https://github.com/smithy-lang/smithy/pull/2394))
26+
* Fixed a broken link to smithy-rs design document in Code Gen documentation. ([#2416](https://github.com/smithy-lang/smithy/pull/2416))
27+
* Fixed resource type typo in AST docs ([#2410](https://github.com/smithy-lang/smithy/pull/2410))
28+
* Fixed small typos in full stack tutorial ([#2389](https://github.com/smithy-lang/smithy/pull/2389))
29+
330
## 1.51.0 (2024-09-03)
431

532
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.51.0
1+
1.52.0

0 commit comments

Comments
 (0)