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 1b30569 commit 5f4dc79Copy full SHA for 5f4dc79
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.36.1-beta] - 11/22/2023
4
+
5
+### Features
6
+* (**kinesis**) This release adds support for resource based policies on streams and consumers.
7
+* (**s3control**) Amazon S3 Batch Operations now manages buckets or prefixes in a single step.
8
+* (**sagemaker**) This feature adds the end user license agreement status as a model access configuration parameter.
9
10
## [0.36.0-beta] - 11/21/2023
11
12
### Features
gradle.properties
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
# sdk
-sdkVersion=0.36.1-SNAPSHOT
+sdkVersion=0.36.1-beta
# kotlin
kotlinVersion=1.9.20
0 commit comments