Skip to content

Commit 961e195

Browse files
chore: release 1.3.4
1 parent 74707cf commit 961e195

File tree

5 files changed

+11
-23
lines changed

5 files changed

+11
-23
lines changed

.changes/29e93882-7346-4a2f-bbcd-1cdf478a3b10.json

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

.changes/6a37ba36-d945-422c-a4ba-811ef498ca71.json

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

.changes/8d9b2daf-05e9-4bf5-b45e-7e90670e640f.json

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

CHANGELOG.md

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

3+
## [1.3.4] - 08/12/2024
4+
5+
### Features
6+
* [#1087](https://github.com/awslabs/smithy-kotlin/issues/1087) Introduce new Micrometer telemetry provider. **Note**: This new provider (like the rest of the telemetry system) is marked `@ExperimentalApi` and could see backwards-incompatible API changes in future releases.
7+
* Add new `ISO_8601_FULL` timestamp format for untruncated precision
8+
9+
### Fixes
10+
* [#1125](https://github.com/smithy-lang/smithy-kotlin/issues/1125) Correctly deserialize string-based enums in XML protocols
11+
312
## [1.3.3] - 08/07/2024
413

514
### Miscellaneous

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1414

1515
# SDK
16-
sdkVersion=1.3.4-SNAPSHOT
16+
sdkVersion=1.3.4
1717

1818
# codegen
19-
codegenVersion=0.33.4-SNAPSHOT
19+
codegenVersion=0.33.4

0 commit comments

Comments
 (0)