Skip to content

Commit 8bddca5

Browse files
committed
awslabs/smithy-kotlin -> smithy-lang/smithy-kotlin
1 parent 1d7e0d9 commit 8bddca5

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

CHANGELOG.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@
18721872

18731873
### Fixes
18741874
* [#1045](https://github.com/smithy-lang/smithy-kotlin/issues/1045) ⚠️ **IMPORTANT**: Fix codegen for map shapes which use string enums as map keys. See the [**Map key changes** breaking change announcement](https://github.com/awslabs/aws-sdk-kotlin/discussions/1258) for more details
1875-
* [#1041](https://github.com/awslabs/smithy-kotlin/issues/1041) ⚠️ **IMPORTANT**: Disable [OkHttp's transparent response decompression](https://square.github.io/okhttp/features/calls/#rewriting-requests) by manually specifying `Accept-Encoding: identity` in requests. See the [**Disabling automatic response decompression** breaking change announcement](https://github.com/awslabs/aws-sdk-kotlin/discussions/1259) for more details.
1875+
* [#1041](https://github.com/smithy-lang/smithy-kotlin/issues/1041) ⚠️ **IMPORTANT**: Disable [OkHttp's transparent response decompression](https://square.github.io/okhttp/features/calls/#rewriting-requests) by manually specifying `Accept-Encoding: identity` in requests. See the [**Disabling automatic response decompression** breaking change announcement](https://github.com/awslabs/aws-sdk-kotlin/discussions/1259) for more details.
18761876

18771877
### Documentation
18781878
* (**cloudformation**) Documentation update, March 2024. Corrects some formatting.
@@ -2179,7 +2179,7 @@
21792179
* (**workspaces**) This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName".
21802180

21812181
### Fixes
2182-
* [#1031](https://github.com/awslabs/smithy-kotlin/issues/1031) Bump **smithy-kotlin** version to consume upstream fixes for URL parsing
2182+
* [#1031](https://github.com/smithy-lang/smithy-kotlin/issues/1031) Bump **smithy-kotlin** version to consume upstream fixes for URL parsing
21832183

21842184
## [1.0.52] - 02/07/2024
21852185

@@ -2574,7 +2574,7 @@
25742574
* (**location**) This release 1) adds sub-municipality field in Places API for searching and getting places information, and 2) allows optimizing route calculation based on expected arrival time.
25752575

25762576
### Fixes
2577-
* [#1008](https://github.com/awslabs/smithy-kotlin/issues/1008) Upgrade to [**smithy-kotlin** 1.0.3](https://github.com/awslabs/smithy-kotlin/releases/tag/v1.0.3) to consume fixes for URL signing special characters
2577+
* [#1008](https://github.com/smithy-lang/smithy-kotlin/issues/1008) Upgrade to [**smithy-kotlin** 1.0.3](https://github.com/smithy-lang/smithy-kotlin/releases/tag/v1.0.3) to consume fixes for URL signing special characters
25782578

25792579
## [1.0.14] - 12/11/2023
25802580

@@ -2752,7 +2752,7 @@
27522752
## [1.0.0] - 11/26/2023
27532753

27542754
### Features
2755-
* [#659](https://github.com/awslabs/smithy-kotlin/issues/659) BREAKING: Overhaul URL APIs to clarify content encoding, when data is in which state, and to reduce the number of times data is encoded/decoded
2755+
* [#659](https://github.com/smithy-lang/smithy-kotlin/issues/659) BREAKING: Overhaul URL APIs to clarify content encoding, when data is in which state, and to reduce the number of times data is encoded/decoded
27562756

27572757
### Fixes
27582758
* **Breaking**: Make some properties of IoT types optional. Previously they defaulted to false, which isn't what the service expects.
@@ -3046,7 +3046,7 @@
30463046
* [#1000](https://github.com/awslabs/aws-sdk-kotlin/issues/1000) Add more parameters for fetching STS credentials
30473047

30483048
### Fixes
3049-
* [#935](https://github.com/awslabs/smithy-kotlin/issues/935) Fix closing an event stream causing an IllegalStateException
3049+
* [#935](https://github.com/smithy-lang/smithy-kotlin/issues/935) Fix closing an event stream causing an IllegalStateException
30503050

30513051
### Miscellaneous
30523052
* Sync AWS models and bump smithy-kotlin
@@ -3101,7 +3101,7 @@
31013101
## [0.29.0-beta] - 07/20/2023
31023102

31033103
### Features
3104-
* [#146](https://github.com/awslabs/smithy-kotlin/issues/146), [#800](https://github.com/awslabs/aws-sdk-kotlin/issues/800) Enable **Timestream Query** and **Timestream Write** service clients
3104+
* [#146](https://github.com/smithy-lang/smithy-kotlin/issues/146), [#800](https://github.com/awslabs/aws-sdk-kotlin/issues/800) Enable **Timestream Query** and **Timestream Write** service clients
31053105
* [#969](https://github.com/awslabs/aws-sdk-kotlin/issues/969) Make `region` an optional client config parameter to support multi-region use cases
31063106

31073107
### Miscellaneous
@@ -3161,7 +3161,7 @@
31613161
## [0.26.0-beta] - 05/25/2023
31623162

31633163
### Features
3164-
* [#755](https://github.com/awslabs/smithy-kotlin/issues/755) **Breaking**: Refresh presigning APIs to simplify usage and add new capabilities. See [this discussion post](https://github.com/awslabs/aws-sdk-kotlin/discussions/925) for more information.
3164+
* [#755](https://github.com/smithy-lang/smithy-kotlin/issues/755) **Breaking**: Refresh presigning APIs to simplify usage and add new capabilities. See [this discussion post](https://github.com/awslabs/aws-sdk-kotlin/discussions/925) for more information.
31653165

31663166
### Miscellaneous
31673167
* Sync the latest versions of AWS service models and **smithy-kotlin**
@@ -3285,7 +3285,7 @@
32853285

32863286
### Features
32873287
* Sync to latest AWS service models
3288-
* [#446](https://github.com/awslabs/smithy-kotlin/issues/446) Implement flexible checksums customization
3288+
* [#446](https://github.com/smithy-lang/smithy-kotlin/issues/446) Implement flexible checksums customization
32893289

32903290
### Miscellaneous
32913291
* Update to latest **smithy-kotlin** version
@@ -3319,7 +3319,7 @@
33193319
**NOTE**: Do not use. Prefer 0.19.4-beta or later.
33203320

33213321
### Features
3322-
* [#122](https://github.com/awslabs/smithy-kotlin/issues/122) Add capability to intercept SDK operations
3322+
* [#122](https://github.com/smithy-lang/smithy-kotlin/issues/122) Add capability to intercept SDK operations
33233323

33243324
### Miscellaneous
33253325
* Sync AWS service models
@@ -3350,7 +3350,7 @@
33503350
* [#399](https://github.com/awslabs/aws-sdk-kotlin/issues/399) Add support for [S3 Virtual Host Addressing](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html) (enabled by default).
33513351
* [#231](https://github.com/awslabs/aws-sdk-kotlin/issues/231) Add support for [S3 Access Points](https://aws.amazon.com/s3/features/access-points/).
33523352
* Add support for [S3 Object Lambda](https://aws.amazon.com/s3/features/object-lambda/).
3353-
* [#677](https://github.com/awslabs/smithy-kotlin/issues/677) Add a new tracing framework for centralized handling of log messages and metric events and providing easy integration points for connecting to downstream tracing systems (e.g., kotlin-logging)
3353+
* [#677](https://github.com/smithy-lang/smithy-kotlin/issues/677) Add a new tracing framework for centralized handling of log messages and metric events and providing easy integration points for connecting to downstream tracing systems (e.g., kotlin-logging)
33543354
* **BREAKING** Add smithy-modeled endpoint resolvers for AWS services. See [this discussion post](https://github.com/awslabs/aws-sdk-kotlin/discussions/761) for more information.
33553355
* Add support for [S3 PrivateLink](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html).
33563356
* Add support for [FIPS](https://aws.amazon.com/compliance/fips/) endpoints in client config.
@@ -3458,7 +3458,7 @@
34583458

34593459
### Miscellaneous
34603460
* Sync AWS service models.
3461-
* [#216](https://github.com/awslabs/smithy-kotlin/issues/216) Enable [Explicit API mode](https://github.com/Kotlin/KEEP/blob/master/proposals/explicit-api-mode.md)
3461+
* [#216](https://github.com/smithy-lang/smithy-kotlin/issues/216) Enable [Explicit API mode](https://github.com/Kotlin/KEEP/blob/master/proposals/explicit-api-mode.md)
34623462

34633463
## [0.17.1-beta] - 07/21/2022
34643464

@@ -3480,12 +3480,12 @@
34803480
## [0.16.6-beta] - 07/08/2022
34813481

34823482
### Features
3483-
* [#123](https://github.com/awslabs/smithy-kotlin/issues/123) Add support for smithy Document type.
3483+
* [#123](https://github.com/smithy-lang/smithy-kotlin/issues/123) Add support for smithy Document type.
34843484

34853485
### Miscellaneous
34863486
* Update AWS models to latest versions
34873487
* Upgrade smithy-kotlin version to 0.11.2
3488-
* [#599](https://github.com/awslabs/smithy-kotlin/issues/599) Upgrade Smithy version to 1.22
3488+
* [#599](https://github.com/smithy-lang/smithy-kotlin/issues/599) Upgrade Smithy version to 1.22
34893489

34903490
## [0.16.5-beta] - 07/01/2022
34913491

@@ -3495,10 +3495,10 @@
34953495
## [0.16.4-beta] - 06/23/2022
34963496

34973497
### Fixes
3498-
* [#139](https://github.com/awslabs/smithy-kotlin/issues/139) Validate that members bound to URI paths are non-null at object construction
3498+
* [#139](https://github.com/smithy-lang/smithy-kotlin/issues/139) Validate that members bound to URI paths are non-null at object construction
34993499

35003500
### Miscellaneous
3501-
* Upgrade smithy kotlin to [0.11.0](https://github.com/awslabs/smithy-kotlin/releases/tag/v0.11.0)
3501+
* Upgrade smithy kotlin to [0.11.0](https://github.com/smithy-lang/smithy-kotlin/releases/tag/v0.11.0)
35023502

35033503
## [0.16.3-beta] - 06/16/2022
35043504

@@ -3514,7 +3514,7 @@
35143514
## [0.16.2-beta] - 06/10/2022
35153515

35163516
### Fixes
3517-
* [#619](https://github.com/awslabs/aws-sdk-kotlin/issues/619), [#657](https://github.com/awslabs/smithy-kotlin/issues/657) Upgrade smithy-kotlin to pull in fixes for signing bugs.
3517+
* [#619](https://github.com/awslabs/aws-sdk-kotlin/issues/619), [#657](https://github.com/smithy-lang/smithy-kotlin/issues/657) Upgrade smithy-kotlin to pull in fixes for signing bugs.
35183518

35193519
### Documentation
35203520
* [#620](https://github.com/awslabs/aws-sdk-kotlin/issues/620) Update outdated howto docs to correctly describe client instantiation and client engine configuration
@@ -3525,7 +3525,7 @@
35253525
## [0.16.1-beta] - 06/02/2022
35263526

35273527
### Features
3528-
* [#617](https://github.com/awslabs/smithy-kotlin/issues/617) Add a new non-CRT SigV4 signer and use it as the default. This removes the CRT as a hard dependency for using the SDK (although the CRT signer can still be used via explicit configuration on client creation).
3528+
* [#617](https://github.com/smithy-lang/smithy-kotlin/issues/617) Add a new non-CRT SigV4 signer and use it as the default. This removes the CRT as a hard dependency for using the SDK (although the CRT signer can still be used via explicit configuration on client creation).
35293529

35303530
### Miscellaneous
35313531
* Sync AWS models to latest
@@ -3539,7 +3539,7 @@
35393539
* [#480](https://github.com/awslabs/aws-sdk-kotlin/issues/480) Upgrade smithy-kotlin to 0.10.0 which upgrades to ktor-2.x. This is considered a **breaking change** as it may reverse the issue described in #480 and break ktor-1.x users.
35403540

35413541
### Miscellaneous
3542-
* Upgrade smithy-kotlin to 0.9.2 which includes codegen updates to generate operations with all optional inputs to include a default parameter. See [smithy-kotlin#129](https://github.com/awslabs/smithy-kotlin/issues/129)
3542+
* Upgrade smithy-kotlin to 0.9.2 which includes codegen updates to generate operations with all optional inputs to include a default parameter. See [smithy-kotlin#129](https://github.com/smithy-lang/smithy-kotlin/issues/129)
35433543
* upgrade kotlin to 1.6.21 and other deps to latest
35443544

35453545
## [0.15.2-beta] - 05/13/2022
@@ -3675,7 +3675,7 @@
36753675

36763676
### New features
36773677
* update AWS models to latest versions [#499](https://github.com/awslabs/aws-sdk-kotlin/pull/499)
3678-
* Paginators! [smithy-kotlin#557](https://github.com/awslabs/smithy-kotlin/pull/557)
3678+
* Paginators! [smithy-kotlin#557](https://github.com/smithy-lang/smithy-kotlin/pull/557)
36793679

36803680
### Fixes
36813681
* enforce only once shutdown logic for crt engine connections [#497](https://github.com/awslabs/aws-sdk-kotlin/pull/497)
@@ -3818,7 +3818,7 @@
38183818

38193819
* implement basic retry support in runtime [#328](https://github.com/awslabs/aws-sdk-kotlin/pull/328)
38203820
* event stream framing support [#320](https://github.com/awslabs/aws-sdk-kotlin/pull/320)
3821-
* replace GSON based JSON serde with KMP compatible impl [#477](https://github.com/awslabs/smithy-kotlin/pull/477)
3821+
* replace GSON based JSON serde with KMP compatible impl [#477](https://github.com/smithy-lang/smithy-kotlin/pull/477)
38223822
* Add IMDSv2 client in runtime [#330](https://github.com/awslabs/aws-sdk-kotlin/pull/330)
38233823

38243824

@@ -3860,11 +3860,11 @@
38603860

38613861
### New features
38623862

3863-
* Support for presigning requests [#435](https://github.com/awslabs/smithy-kotlin/issues/435)
3863+
* Support for presigning requests [#435](https://github.com/smithy-lang/smithy-kotlin/issues/435)
38643864
* Detect aws region from system properties [#202](https://github.com/awslabs/aws-sdk-kotlin/issues/202)
38653865
* EC2 Query Protocol [#230](https://github.com/awslabs/aws-sdk-kotlin/issues/230)
3866-
* Provide opt-in wire logging [#425](https://github.com/awslabs/smithy-kotlin/issues/425)
3867-
* Support profile credentials provider [#302](https://github.com/awslabs/smithy-kotlin/issues/302)
3866+
* Provide opt-in wire logging [#425](https://github.com/smithy-lang/smithy-kotlin/issues/425)
3867+
* Support profile credentials provider [#302](https://github.com/smithy-lang/smithy-kotlin/issues/302)
38683868

38693869
### Fixes
38703870

@@ -3876,9 +3876,9 @@
38763876
* Create S3 object with Unicode name fails with signature mismatch [#200](https://github.com/awslabs/aws-sdk-kotlin/issues/200)
38773877
* Codegen errors in marketplacecommerceanalytics [#214](https://github.com/awslabs/aws-sdk-kotlin/issues/214)
38783878
* Escape model-extra files for Windows [#191](https://github.com/awslabs/aws-sdk-kotlin/issues/191)
3879-
* Support Glacier APIVersion Header [#165](https://github.com/awslabs/smithy-kotlin/issues/165)
3880-
* Support APIGateway Accept Header [#157](https://github.com/awslabs/smithy-kotlin/issues/157)
3881-
* Add support for awsQueryError trait [#375](https://github.com/awslabs/smithy-kotlin/issues/375)
3879+
* Support Glacier APIVersion Header [#165](https://github.com/smithy-lang/smithy-kotlin/issues/165)
3880+
* Support APIGateway Accept Header [#157](https://github.com/smithy-lang/smithy-kotlin/issues/157)
3881+
* Add support for awsQueryError trait [#375](https://github.com/smithy-lang/smithy-kotlin/issues/375)
38823882
* S3 HeadObject errors require customization [#152](https://github.com/awslabs/aws-sdk-kotlin/issues/152)
38833883
* S3 custom treatment of GetBucketLocation response [#194](https://github.com/awslabs/aws-sdk-kotlin/issues/194)
38843884

@@ -3917,28 +3917,28 @@
39173917

39183918
### New Features
39193919

3920-
* `awsQuery` protocol support (https://github.com/awslabs/smithy-kotlin/issues/127)
3921-
* detect region from environment variables (https://github.com/awslabs/smithy-kotlin/issues/356)
3922-
* custom S3 error metadata support (https://github.com/awslabs/smithy-kotlin/issues/323)
3923-
* environment credentials provider (https://github.com/awslabs/smithy-kotlin/issues/301)
3924-
* bind default HTTP client engine to CRT (https://github.com/awslabs/smithy-kotlin/issues/199)
3925-
* operation DSL overloads (https://github.com/awslabs/smithy-kotlin/issues/184)
3926-
* Kinesis read timeouts (https://github.com/awslabs/smithy-kotlin/issues/162)
3927-
* XML EOL encoding support (https://github.com/awslabs/smithy-kotlin/issues/142)
3920+
* `awsQuery` protocol support (https://github.com/smithy-lang/smithy-kotlin/issues/127)
3921+
* detect region from environment variables (https://github.com/smithy-lang/smithy-kotlin/issues/356)
3922+
* custom S3 error metadata support (https://github.com/smithy-lang/smithy-kotlin/issues/323)
3923+
* environment credentials provider (https://github.com/smithy-lang/smithy-kotlin/issues/301)
3924+
* bind default HTTP client engine to CRT (https://github.com/smithy-lang/smithy-kotlin/issues/199)
3925+
* operation DSL overloads (https://github.com/smithy-lang/smithy-kotlin/issues/184)
3926+
* Kinesis read timeouts (https://github.com/smithy-lang/smithy-kotlin/issues/162)
3927+
* XML EOL encoding support (https://github.com/smithy-lang/smithy-kotlin/issues/142)
39283928

39293929
### Fixes
39303930

3931-
* path literal not escaped correctly (https://github.com/awslabs/smithy-kotlin/issues/395)
3932-
* idempotency tokens are not detected on resources (https://github.com/awslabs/smithy-kotlin/issues/376)
3933-
* httpPayload bound members need dedicated serde (https://github.com/awslabs/smithy-kotlin/issues/353)
3931+
* path literal not escaped correctly (https://github.com/smithy-lang/smithy-kotlin/issues/395)
3932+
* idempotency tokens are not detected on resources (https://github.com/smithy-lang/smithy-kotlin/issues/376)
3933+
* httpPayload bound members need dedicated serde (https://github.com/smithy-lang/smithy-kotlin/issues/353)
39343934
* Route53 error messages (and maybe other restXml messages) are not deserialized and present in stacktrace
3935-
(https://github.com/awslabs/smithy-kotlin/issues/352)
3936-
* fix url-encoding behavior of httpLabel and httpQuery members (https://github.com/awslabs/smithy-kotlin/issues/328)
3937-
* runtime error when using Kotlin 1.5.0 (https://github.com/awslabs/smithy-kotlin/issues/319)
3935+
(https://github.com/smithy-lang/smithy-kotlin/issues/352)
3936+
* fix url-encoding behavior of httpLabel and httpQuery members (https://github.com/smithy-lang/smithy-kotlin/issues/328)
3937+
* runtime error when using Kotlin 1.5.0 (https://github.com/smithy-lang/smithy-kotlin/issues/319)
39383938
* SES fails to build due to invalid docs (https://github.com/awslabs/aws-sdk-kotlin/issues/153)
39393939
* exception is thrown for SQS delete message (https://github.com/awslabs/aws-sdk-kotlin/issues/147)
39403940
* SNS getTopicAttributes throws an exception (https://github.com/awslabs/aws-sdk-kotlin/issues/142)
3941-
* elasticbeanstalk model generates invalid enum (https://github.com/awslabs/smithy-kotlin/issues/403)
3941+
* elasticbeanstalk model generates invalid enum (https://github.com/smithy-lang/smithy-kotlin/issues/403)
39423942

39433943
### Other
39443944

@@ -4171,20 +4171,20 @@
41714171
### New Features
41724172

41734173
* `restXml` protocol support
4174-
* add conversions to/from `java.time.Instant` and SDK `Instant` (https://github.com/awslabs/smithy-kotlin/issues/271)
4175-
* implement missing IO runtime primitives (https://github.com/awslabs/smithy-kotlin/issues/264)
4174+
* add conversions to/from `java.time.Instant` and SDK `Instant` (https://github.com/smithy-lang/smithy-kotlin/issues/271)
4175+
* implement missing IO runtime primitives (https://github.com/smithy-lang/smithy-kotlin/issues/264)
41764176
* API documentation (https://github.com/awslabs/aws-sdk-kotlin/issues/119)
41774177

41784178
### Fixes
41794179

4180-
* generate per/service base exception types (https://github.com/awslabs/smithy-kotlin/issues/233)
4181-
* use sdkId if available for service client generation (https://github.com/awslabs/smithy-kotlin/issues/276)
4180+
* generate per/service base exception types (https://github.com/smithy-lang/smithy-kotlin/issues/233)
4181+
* use sdkId if available for service client generation (https://github.com/smithy-lang/smithy-kotlin/issues/276)
41824182
* explicitly set jvm target compatibility (https://github.com/awslabs/aws-sdk-kotlin/issues/103)
41834183
* http error registration (https://github.com/awslabs/aws-sdk-kotlin/issues/118)
41844184

41854185
### Other
41864186

4187-
* generate per/service base exception types (https://github.com/awslabs/smithy-kotlin/issues/270)
4187+
* generate per/service base exception types (https://github.com/smithy-lang/smithy-kotlin/issues/270)
41884188

41894189
## [0.1.0-M0] - 03/19/2021
41904190

@@ -4203,7 +4203,7 @@ See the [Getting Started Guide](docs/GettingStarted.md) for how to work with bet
42034203
* Translate
42044204
* Cognito Identity Provider
42054205
* Secrets Manager
4206-
* NOTE: Default idempotency token provider will not currently work, you'll need to override the config to create or update secrets until [#180](https://github.com/awslabs/smithy-kotlin/issues/180) is implemented
4206+
* NOTE: Default idempotency token provider will not currently work, you'll need to override the config to create or update secrets until [#180](https://github.com/smithy-lang/smithy-kotlin/issues/180) is implemented
42074207
* KMS
42084208
* Lambda
42094209

docs/design/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS SDK Kotlin designs
22

3-
The following design documents informed the creation of the AWS SDK for Kotlin. They specific to the AWS SDK which is built using [**smithy-kotlin**](https://github.com/awslabs/smithy-kotlin). As such, they may extend or augment the [Smithy Kotlin Designs](https://github.com/awslabs/smithy-kotlin/blob/main/docs/design/README.md).
3+
The following design documents informed the creation of the AWS SDK for Kotlin. They specific to the AWS SDK which is built using [**smithy-kotlin**](https://github.com/smithy-lang/smithy-kotlin). As such, they may extend or augment the [Smithy Kotlin Designs](https://github.com/smithy-lang/smithy-kotlin/blob/main/docs/design/README.md).
44

55
These designs are written according to the [AWS SDK for Koltin Design Tenets](tenets.md).
66

0 commit comments

Comments
 (0)