Skip to content

Commit dc0d191

Browse files
chore: release 1.0.75
1 parent 8071218 commit dc0d191

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

.changes/1563f0df-5342-48fb-ae68-b6435068fb23.json

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

.changes/2654f439-0c1a-470f-951b-740d13f51bd6.json

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

CHANGELOG.md

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

3+
## [1.0.75] - 03/11/2024
4+
5+
### Features
6+
* (**codestarconnections**) Added a sync configuration enum to disable publishing of deployment status to source providers (PublishDeploymentStatus). Added a sync configuration enum (TriggerStackUpdateOn) to only trigger changes.
7+
* (**mediapackagev2**) This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.
8+
* Added the `sigV4aSigningRegionSet` configuration option
9+
10+
### Documentation
11+
* (**elasticache**) Revisions to API text that are now to be carried over to SDK text, changing usages of "SFO" in code examples to "us-west-1", and some other typos.
12+
13+
### Miscellaneous
14+
* Bump smithy version to 1.45.0
15+
316
## [1.0.74] - 03/08/2024
417

518
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.0.75-SNAPSHOT
9+
sdkVersion=1.0.75
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)