-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0.14 does not include smithy 1.0.3 #1150
Comments
Of note, the changelog text in the PR is also not showing in the release notes for 1.0.14 - its like those (merged) PR changes were skipped. |
Yes it appears I failed to merge the version bump into the correct branch of aws-sdk-kotlin. It has now been merged into the release branch and is currently being built and released to Maven. |
Excellent! thx. |
fyi, 1.0.15 now passes our repro case 👍 thanks for addressing this. |
Good to hear, thanks for your patience. |
|
Describe the bug
Release 1.0.14 should have included smithy 1.0.3 (this issue, this PR).
Smithy 1.0.2 is included instead (excerpt from Gradle module metadata):
Using the SDK in IntelliJ also shows 1.0.2, as does a Gradle build scan.
Expected behavior
Smithy 1.0.3 is distributed with AWS Kotlin SDK.
Current behavior
Smithy 1.0.2 is distributed with AWS Kotlin SDK.
Steps to Reproduce
Use AWS Kotlin SDK 1.0.14 and observe the transitive dependencies.
Possible Solution
Release 1.0.15 with a correction for whatever went wrong to include smithy 1.0.3.
Context
Unable to make select SDK requests with AWS Kotlin SDK 1.0.0+ per this issue, addressed in Smithy 1.0.3.
AWS Kotlin SDK version used
1.0.14
Platform (JVM/JS/Native)
JVM
Operating System and version
macOS Sonoma
The text was updated successfully, but these errors were encountered: