Skip to content

Commit aabefdf

Browse files
chore: release 1.0.15
1 parent e84571c commit aabefdf

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.changes/6c4d20f4-2c79-444c-b5e5-d0a1a752d58f.json

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

CHANGELOG.md

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

3+
## [1.0.15] - 12/12/2023
4+
5+
### Features
6+
* (**cloudwatchlogs**) This release introduces the StartLiveTail API to tail ingested logs in near real time.
7+
* (**imagebuilder**) This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process.
8+
* (**location**) This release 1) adds sub-municipality field in Places API for searching and getting places information, and 2) allows optimizing route calculation based on expected arrival time.
9+
10+
### Fixes
11+
* [#1008](https://github.com/awslabs/smithy-kotlin/issues/1008) Upgrade to [**smithy-kotlin** 1.0.3](https://github.com/awslabs/smithy-kotlin/releases/tag/v1.0.3) to consume fixes for URL signing special characters
12+
313
## [1.0.14] - 12/11/2023
414

515
### 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.15-SNAPSHOT
9+
sdkVersion=1.0.15
1010

1111
# kotlin
1212
kotlinVersion=1.9.20

0 commit comments

Comments
 (0)