Skip to content

Releases: disneystreaming/smithy-translate

v0.3.11: All of rendering with mixins

05 Sep 17:05
bacaac2
Compare
Choose a tag to compare

The main change here is that all ofs in OpenApi and JsonSchema are now translated to mixins where possible. See readme docs for more information.

What's Changed

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

v0.3.10 - Improvements and bug fixes

21 Aug 14:39
9ddf5b8
Compare
Choose a tag to compare

This release includes multiple bug fixes in the formatter and the json-schema-to-smithy code generator. See the PRs below for more information.

What's Changed

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

v0.3.9

21 Jul 17:32
891ab2b
Compare
Choose a tag to compare

This release includes support for a few new things:

  1. externalDocs from Open API is taken into account when translating to Smithy
  2. write a smithy-build.json files reflecting the configuration of the project when translating to Smithy
  3. version command to print the version of the CLI

In detail

  • handle external documentation trait by @lewisjkl in #156
  • Dump pre-configured smithy-build.json after translation by @keynmol in #161
  • Render dummy description in external docs for openapi->smithy by @keynmol in #163
  • Update smithy-build, smithy-model to 1.34.0 by @scala-steward in #159
  • Version command, added test and a small QOL improvement by @daddykotex in #164

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

v0.3.8: Proto Filename Fix

18 Jul 16:19
e0ce85d
Compare
Choose a tag to compare

v0.3.7: Protobuf output path fixes

12 Jul 20:27
0dd1846
Compare
Choose a tag to compare

Updates so that the protobuf output directories are aligned exactly to the namespace of the smithy shapes. See #158 for more details.

v0.3.6 - UUID bug fix and version updates

27 Jun 17:36
dc80e4d
Compare
Choose a tag to compare

What's Changed

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

v0.3.5 - version updates

09 May 21:28
d1344a6
Compare
Choose a tag to compare

What's Changed

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

v0.3.4 - Formatter fixes, Alloy update

26 Apr 17:15
ba2b197
Compare
Choose a tag to compare

What's Changed

Other changes

Full Changelog: v0.3.3...v0.3.4

v0.3.3: Formatter tweaks

10 Mar 19:00
1631d7c
Compare
Choose a tag to compare

Dependencies updates and tweak to the formatter. Precisely, instead of using a newline and a comma to separate large list of mixins, we drop the comma.

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2: Minor bug fixes and dependencies update

28 Feb 20:20
e06f116
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2