Releases: smithy-lang/smithy-kotlin
0.7.4 Beta Release
[0.7.4-beta] - 12/09/2021
WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
New features
- add call logging at DEBUG level #547
0.7.3 Beta Release
[0.7.3-beta] - 12/01/2021
WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
0.7.2 Alpha Release
[0.7.2-alpha] - 11/19/2021
WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
Fixes
0.7.0 Alpha Release
[0.7.0-alpha] - 10/28/2021
WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
New Features
- add endpoint configuration and middleware by default #507
0.6.0-alpha
[0.6.0-alpha] - 10/21/2021
WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
Fixes
0.5.1 Alpha Release
0.5.0 Alpha Release
WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
New features
- Replace GSON based JSON serde with KMP compatible impl #477
v0.4.1-alpha
Features
5ed5116 refactor(rt): make SdkClient implement Closeable (#481)
1b4cba4 docs: pagination design (#462)
f1cc601 feat(rt): add conversion from HttpRequest -> builder (#479)
70cbf18 feat(rt): Add logic to Platform type to support AWS configuration use cases (#475)
Bug Fixes
872390c fix(rt): constrain RFC-3339 timestamps to microsecond precision (#469)
72e5cd9 fix(rt): Favor kotlin-test-juint5 over kotlin-test to resolve intermittent build failures (#476)
Misc
8cea2bc fix(docs): Update entity type design doc samples w/ consistent code (#480)
37cb822 chore: Replace junit imports with kotlin.test imports where possible (#483)
352ac94 test: add serde benchmarks (#473)
cfeac34 chore(ci): remove tokens; add windows to ci; remove jcenter (#474)
e41526f refactor: remove raw serde functions (#468)
5b4b37e chore: kotlin 1.5.30, coroutine, kotest version bumps (#472)
acb7ce1 chore: preparation for future release (#470)
f715840 refactor: allow non feature middleware; give middleware explicit order (#467)