Skip to content

Commit e5dbf38

Browse files
committed
Bump version to 1.55.0
1 parent 5891534 commit e5dbf38

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## 1.55.0 (2025-02-27)
4+
5+
### Features
6+
7+
* Added support for `oneOf` enumStrategy in smithy-jsonschema ([#2504](https://github.com/smithy-lang/smithy/pull/2504))
8+
* Updated TaggableApiConfig builder methods visibility to public ([#2506](https://github.com/smithy-lang/smithy/pull/2506))
9+
* Added flattenAndRemoveMixins build transform ([#2516](https://github.com/smithy-lang/smithy/pull/2516))
10+
* Added ability to model more complex ARN templates in the `@arn` trait ([#2527](https://github.com/smithy-lang/smithy/pull/2527))
11+
* Expanded the list of allowed member names in tag shapes ([#2528](https://github.com/smithy-lang/smithy/pull/2528))
12+
13+
14+
### Bug Fixes
15+
16+
* Fixed malformed CBOR body in rpcv2Cbor test ([#2502](https://github.com/smithy-lang/smithy/pull/2502))
17+
* Fixed serialization order of resource properties in the IDL ([#2513](https://github.com/smithy-lang/smithy/pull/2513))
18+
* Fixed restXml protocol test to be consistent with other tests and be less confusing ([#2520](https://github.com/smithy-lang/smithy/pull/2520))
19+
* Fixed validation of shape ids for resource identifier bindings ([#2526](https://github.com/smithy-lang/smithy/pull/2526))
20+
* Fixed bug where null was being returned instead of empty collection in trait-codegen ([#2530](https://github.com/smithy-lang/smithy/pull/2530))
21+
22+
### Documentation
23+
24+
* Added links to SigV4a spec ([#2503](https://github.com/smithy-lang/smithy/pull/2503))
25+
* Fixed cfnDefaultValue trait selector documentation to match what is defined in code. ([#2509](https://github.com/smithy-lang/smithy/pull/2509))
26+
* Added a smithy-java quickstart guide ([#2517](https://github.com/smithy-lang/smithy/pull/2517), [#2521](https://github.com/smithy-lang/smithy/pull/2521), [#2525](https://github.com/smithy-lang/smithy/pull/2525))
27+
* Fixed incorrect examples and typos in mixin specification ([#2518](https://github.com/smithy-lang/smithy/pull/2518))
28+
* Added a smithy-java client user-guide ([#2522](https://github.com/smithy-lang/smithy/pull/2522), [#2531](https://github.com/smithy-lang/smithy/pull/2531), [#2533](https://github.com/smithy-lang/smithy/pull/2533))
29+
* Added documentation placeholders for other languages ([#2534](https://github.com/smithy-lang/smithy/pull/2534))
30+
31+
332
## 1.54.0 (2025-01-08)
433

534
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.54.0
1+
1.55.0

0 commit comments

Comments
 (0)