We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6152ddc commit d31e219Copy full SHA for d31e219
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [0.34.3-beta] - 11/09/2023
4
+
5
+### Features
6
+* (**sqs**) This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix.
7
8
## [0.34.2-beta] - 11/08/2023
9
10
### Features
gradle.properties
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
# sdk
-sdkVersion=0.34.3-SNAPSHOT
+sdkVersion=0.34.3-beta
11
# kotlin
12
kotlinVersion=1.9.10
0 commit comments