Skip to content

Releases: disneystreaming/smithy4s

v0.17.18 - bugfix release

21 Aug 14:31
934731d
Compare
Choose a tag to compare

What's Changed

  • Fix ClassCastException in document encoding by @kubukoz in #1161

Full Changelog: v0.17.17...v0.17.18

v0.17.17: Updates to simpleRestJson http tests

16 Aug 19:12
a977468
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.16...v0.17.17

v0.17.16: HEAD Response Fix

14 Aug 17:32
39fb372
Compare
Choose a tag to compare

Fixes a bug where HEAD responses contained an empty {} in the body (where there should be no body present).

What's Changed

Full Changelog: v0.17.15...v0.17.16

v0.17.15: Fixes for intEnum trait rendering

09 Aug 21:47
f001a5e
Compare
Choose a tag to compare

Updates to fix compile errors when intEnum shapes are used as traits.

What's Changed

Full Changelog: v0.17.14...v0.17.15

v0.17.14

31 Jul 12:49
727dd80
Compare
Choose a tag to compare

This is a bugfix release, resolving some problems that were the outcome of changes in 0.17.12 (#1052, #1110).

What's Changed

  • Only transform AWS shapes named after standard shapes by @Baccata in #1127
  • Fixes AWS AwsStandardTypesTransformer bug by @Baccata in #1129

Full Changelog: v0.17.13...v0.17.14

v0.17.13

26 Jul 19:36
39940fb
Compare
Choose a tag to compare

What's Changed

Backport service interpreter by @miguel-vila in #1118

Adds useful utilities for working with service interpreters, which should make it much easier to create interpreters that work efficiently.

Fix rendering of deprecated annotation in mixins by @ghostbuster91 in #1123

Resolves a bug that would previously result in codegen producing code that fails to parse and compile.

Internal changes

New Contributors

Full Changelog: v0.17.12...v0.17.13

v0.17.12

24 Jul 16:44
56f64c3
Compare
Choose a tag to compare

What's Changed

Remove a legacy mechanism of dealing with name conflicts in generated types. Fixes #1051

Adjusts the rendering of Smithy shapes from AWS specs, as it would've often been inconvenient due to the change above.

Updates a previously frozen dependency to alleviate potential security issues.

New Contributors

Full Changelog: v0.17.11...v0.7.12

v0.17.11 - AWS bugfix, client methoddeprecation, internal refactors

15 Jul 03:07
1b9f8fa
Compare
Choose a tag to compare

This is mostly a bugfix and cleanup release.

What's Changed

  • [aws] Keep casing in file credential provider by @kubukoz in #1076

Resolves a case-sensitivity issue in the file-based AWS credentials provider.

Deprecates a method - the migration path would be just to move to another one with the same shape.

Changes the error transformation logic in the http4s servers so that it's implemented using the (public) per-endpoint middleware construct.

Full Changelog: v0.17.10...v0.17.11

v0.17.10 - bugfix release

16 Jun 16:47
bf80670
Compare
Choose a tag to compare

What's changed

  • Revert original behavior where middleware get all errors by @daddykotex in #1034

This change adds a fix for an accidental behavior change around error handling/capture in middlewares.

Other changes

Full Changelog: v0.17.9...v0.17.10

v0.17.9 - Smithy/alloy model updates

13 Jun 22:04
9818649
Compare
Choose a tag to compare

What's Changed

  • Update smithy-model to 1.31.0, alloy to 0.2.2 by @kubukoz in #1022

Full Changelog: v0.17.8...v0.17.9