Skip to content

Commit 69387b0

Browse files
kuhetrivikr
andauthored
Bump codegen version to 0.30.0 (#1587)
* Bump codegen version to 0.30.0 --------- Co-authored-by: Trivikram Kamat <[email protected]>
1 parent 9f8d075 commit 69387b0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Smithy Typescript Codegen Changelog
22

3+
## 0.30.0 (2025-05-08)
4+
5+
### Features
6+
- Upgraded smithy version to 1.57.1 ([#1576](https://github.com/smithy-lang/smithy-typescript/pull/1576))
7+
- Added authSchemePreference client config ([#1567](https://github.com/smithy-lang/smithy-typescript/pull/1567))
8+
- Improved generated protocol test assertion messages ([#1572](https://github.com/smithy-lang/smithy-typescript/pull/1572))
9+
10+
### Bug Fixes
11+
- Allowed overwriting a protocol's priority during protocol selection ([#1585](https://github.com/smithy-lang/smithy-typescript/pull/1585))
12+
313
## 0.29.1 (2025-04-24)
414

515
### Chores

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To add a minimal `typescript-client-codegen` plugin, add the following to `smith
4646
"sources": ["models"],
4747
// Add the Smithy TypeScript code generator dependency
4848
"maven": {
49-
"dependencies": ["software.amazon.smithy.typescript:smithy-typescript-codegen:0.29.1"]
49+
"dependencies": ["software.amazon.smithy.typescript:smithy-typescript-codegen:0.30.0"]
5050
},
5151
"plugins": {
5252
// Add the Smithy TypeScript client plugin
@@ -139,7 +139,7 @@ dependencies {
139139
smithyCli("software.amazon.smithy:smithy-cli:$smithyVersion")
140140

141141
// Add the Smithy TypeScript code generator dependency
142-
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.29.1")
142+
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.30.0")
143143

144144
// Uncomment below to add various smithy dependencies (see full list of smithy dependencies in https://github.com/awslabs/smithy)
145145
// implementation("software.amazon.smithy:smithy-model:$smithyVersion")

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828

2929
allprojects {
3030
group = "software.amazon.smithy.typescript"
31-
version = "0.29.1"
31+
version = "0.30.0"
3232
}
3333

3434
// The root project doesn't produce a JAR.

0 commit comments

Comments
 (0)