Skip to content

Commit b86bc55

Browse files
authored
chore(codegen): bump version to 0.22.0 (#6363)
1 parent b83c4a8 commit b86bc55

File tree

6 files changed

+13
-3
lines changed

6 files changed

+13
-3
lines changed

clients/client-s3/src/models/models_0.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// smithy-typescript generated code
22
import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client";
3+
34
import { StreamingBlobTypes } from "@smithy/types";
45

56
import { S3ServiceException as __BaseException } from "./S3ServiceException";

clients/client-s3/src/models/models_1.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// smithy-typescript generated code
22
import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client";
3+
34
import { StreamingBlobTypes } from "@smithy/types";
45

56
import {
@@ -27,6 +28,7 @@ import {
2728
StorageClass,
2829
Tag,
2930
} from "./models_0";
31+
3032
import { S3ServiceException as __BaseException } from "./S3ServiceException";
3133

3234
/**

codegen/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Smithy AWS Typescript Codegen Changelog
22

3+
## 0.22.0 (2024-07-06)
4+
5+
### Features
6+
* Added support for `AccountIdEndpointMode` when configuring client endpoint parameters ([#6036](https://github.com/aws/aws-sdk-js-v3/pull/6036))
7+
* Enabled the new identity and auth behavior by default ([#1352](https://github.com/smithy-lang/smithy-typescript/pull/1352))
8+
9+
310
## 0.21.0 (2024-05-22)
411

512
### Bug Fixes

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
mavenCentral()
3232
}
3333
group = "software.amazon.smithy.typescript"
34-
version = "0.21.1"
34+
version = "0.22.0"
3535
}
3636

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

codegen/smithy-aws-typescript-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ buildscript {
3636

3737
dependencies {
3838
// Smithy TypeScript
39-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.21.1")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.22.0")
4040

4141
// Smithy generic dependencies
4242
api("software.amazon.smithy:smithy-model:$smithyVersion")

scripts/generate-clients/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "efcbbf42baf48ed19d2634555b2545acbd974321",
4+
SMITHY_TS_COMMIT: "e77488b746a5b98c0e64e009242382e56bed531f",
55
};
66

77
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)