Skip to content

Releases: smithy-lang/smithy-kotlin

0.7.2 Alpha Release

19 Nov 21:17
da2a9e8
Compare
Choose a tag to compare
0.7.2 Alpha Release Pre-release
Pre-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

  • Fix nested struct dsl builder function codegen #538
  • remove leaky trace logging from XML serde #537
  • fix rendering of middleware without configure #535

0.7.0 Alpha Release

28 Oct 21:53
ab26512
Compare
Choose a tag to compare
0.7.0 Alpha Release Pre-release
Pre-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

21 Oct 20:56
0ff3271
Compare
Choose a tag to compare
0.6.0-alpha Pre-release
Pre-release

[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

  • emulate a real response body more closely to help catch subtle codegen bugs #505
  • BREAKING: overhaul client config property generation #504

0.5.1 Alpha Release

14 Oct 22:03
826d647
Compare
Choose a tag to compare
0.5.1 Alpha Release Pre-release
Pre-release

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

New features

  • http client engine config #493
  • add codegen wrappers for retries #490

Fixes

  • remove gson from dependencies #496

0.5.0 Alpha Release

08 Oct 00:18
129b44f
Compare
Choose a tag to compare
0.5.0 Alpha Release Pre-release
Pre-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

29 Sep 19:58
942a311
Compare
Choose a tag to compare
v0.4.1-alpha Pre-release
Pre-release

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)