Skip to content

Releases: disneystreaming/alloy

v0.3.14: Update OpenAPI Translation to Support jsonUnknown

14 Aug 19:41
214146b
Compare
Choose a tag to compare

Adds support for the jsonUnknown trait to the Smithy => OpenAPI conversion.

What's Changed

  • update openapi/jsonschema conversion to translate jsonUnknown to additionalProperties by @benoitlouy in #183

Full Changelog: v0.3.13...v0.3.14

v0.3.13: Add jsonUnknown trait

13 Aug 17:50
5cc8125
Compare
Choose a tag to compare

Adds a new trait jsonUnknown to capture undefined fields inside of structures. See related docs or #180 for more information.

What's Changed

New Contributors

Full Changelog: v0.3.12...v0.3.13

v0.3.12: fix discriminated union transformation

06 Aug 08:16
c820403
Compare
Choose a tag to compare

Another issue with the discriminated union transform was discovered that would lead to the inclusion of extra shapes in the OpenAPI translation results in some cases.

What's Changed

Full Changelog: v0.3.11...v0.3.12

v0.3.11: OpenAPI Discriminated Union Bug Fix

17 Jul 17:07
7745181
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.10...v0.3.11

v0.3.10: Update Discriminated Union OpenAPI Translation

09 Jul 23:13
310edbb
Compare
Choose a tag to compare

Updates how discriminated unions are represented in the OpenAPI translation from smithy. See #173 for more information.

What's Changed

Full Changelog: v0.3.9...v0.3.10

v0.3.9 : bug fixes

30 May 10:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.3.9

v0.3.8 - update smithy version

09 May 19:31
522f74f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7: Bump smithy version

15 Apr 21:18
10ee3b2
Compare
Choose a tag to compare

Update version of smithy that alloy relies on from 1.45.0 to 1.47.0

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6 : Allow using JSON transformations in OpenAPI Config

04 Apr 10:08
fd6b8b0
Compare
Choose a tag to compare

What's Changed

  • Allow using JSON transformations in OpenAPI Config by @astridej in #154

Full Changelog: v0.3.5...v0.3.6

v0.3.5: Fixes for openapi example conversion

28 Mar 18:54
1ea08ae
Compare
Choose a tag to compare

What's Changed

  • fix issue with openapi error response examples by @lewisjkl in #152

Full Changelog: v0.3.4...v0.3.5