Skip to content

Commit fb86e75

Browse files
chore: release 0.26.1-beta
1 parent 5d23f5f commit fb86e75

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changes/460d16ad-6b0e-4b69-979e-20ad204e2365.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/55d5f639-f44b-4d5c-96cc-a3200b4c8886.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [0.26.1-beta] - 06/01/2023
4+
5+
### Fixes
6+
* Fix infinite pagination in S3 `ListParts`
7+
8+
### Miscellaneous
9+
* Sync AWS models and bump smithy-kotlin
10+
311
## [0.26.0-beta] - 05/25/2023
412

513
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
77
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
88

99
# sdk
10-
sdkVersion=0.26.1-SNAPSHOT
10+
sdkVersion=0.26.1-beta
1111

1212
# codegen
1313
smithyVersion=1.29.0
@@ -39,4 +39,4 @@ mockkVersion=1.13.3
3939
slf4jVersion=2.0.6
4040

4141
# dokka config (values specified at build-time as needed)
42-
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/
42+
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/

0 commit comments

Comments
 (0)