You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
# Changelog
2
2
3
+
## [1.4.21] - 06/27/2025
4
+
5
+
## [1.4.20] - 06/20/2025
6
+
7
+
### Fixes
8
+
* Explicitly qualify shape member names in smoke tests and protocol tests
9
+
*[#1295](https://github.com/smithy-lang/smithy-kotlin/issues/1295) Enable building this project on JDK21 by setting -Xjdk-release flag
10
+
11
+
## [1.4.19] - 06/19/2025
12
+
13
+
## [1.4.18] - 06/13/2025
14
+
15
+
### Miscellaneous
16
+
* Upgrade to Dokka 2.0.0
17
+
18
+
## [1.4.17] - 06/11/2025
19
+
20
+
### Fixes
21
+
* Adds import to the symbols references when needed. This issue surfaced when building the protocol tests with the latest Smithy release
22
+
23
+
## [1.4.16] - 04/28/2025
24
+
25
+
### Features
26
+
* Add `authSchemePreference` configuration
27
+
28
+
## [1.4.15] - 04/21/2025
29
+
30
+
### Fixes
31
+
*[#1214](https://github.com/awslabs/aws-sdk-kotlin/issues/1214) Improve handling of excepted socket exceptions when using connection polling
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,17 @@ The `.api` files can be updated by running `./gradlew apiDump`.
204
204
205
205
The binary compatibility validator can also be run manually using `./gradlew apiCheck`.
206
206
207
+
#### Release readiness
208
+
209
+
This checks for cross repo changes by looking at matching branch names across repos.
210
+
It verifies that downstream changes are ready to be released. If your change spans
211
+
multiple repos (aws-sdk-kotlin, smithy-kotlin, aws-crt-kotlin), the upstream
212
+
changes must be merged and released first. For release assistance ask the team
213
+
to run a release for you.
214
+
215
+
If this check is failing, and you have cross repo changes that do not rely on
216
+
each other, you can add the `ready-for-release` label to your PR to override it.
217
+
207
218
## Finding contributions to work on
208
219
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any 'help wanted' issues is a great place to start.
0 commit comments