Skip to content

Releases: disneystreaming/smithy4s

v0.12.11: BigInt Rendering Fix

11 Apr 15:08
e0eb22b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.10...v0.12.11

v0.12.10: Tests module update

06 Apr 22:11
2ba3ff2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.9...v0.12.10

v0.12.9: aws-related fixes

05 Apr 19:10
aa89ed0
Compare
Choose a tag to compare
  • Fixes a rendering issue related to streamed operations
  • Fixes a rendering collision problem that may occur with the timestamp type
  • Fixes content type not being set correctly when performing calls to aws

What's Changed

New Contributors

Full Changelog: v0.12.8...v0.12.9

v0.12.8: Support enumeration in path parameters

30 Mar 12:30
67bea32
Compare
Choose a tag to compare

Fixes a bug that would prevent routing logic to match requests if the input contained a path-parameter enumeration

What's Changed

Full Changelog: v0.12.7...v0.12.8

v0.12.7: Fix infinite redirects

24 Mar 09:07
3c2243d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.6...v0.12.7

v0.12.6 : accurate timestamp formats in openapi, namespace exclusion list

17 Mar 10:01
66d219f
Compare
Choose a tag to compare

Fixes the openapi conversion to reflect timestamp formats accurately
Adds an option (surfaced in CLI + sbt plugin) to exclude namespaces during code generation

What's Changed

Full Changelog: v0.12.5...v0.12.6

v0.12.5: load smithy files from libraryDependencies

14 Mar 10:31
0407bcb
Compare
Choose a tag to compare
  • Users can now use SBT's libraryDependencies settings in combination with a smithy4s scope configuration to reference libraries that contain smithy files. The smithy-files in question should be indexed in a META-INF/smithy/manifest metadata file in the same jar. The smithy files (whether loaded from jars or from the file system) are loaded into a single smithy model instance, and validated as a whole before being rendered.
  • swagger-ui related http routes have been polished

What's Changed

New Contributors

Full Changelog: v0.12.4...v0.12.5

v0.12.4: Fixes for enum fields and large product type arity

07 Mar 18:03
e11e2f6
Compare
Choose a tag to compare

tl;dr

  • Includes fixes for rendering enums with complex names and product types with arity > 22 fields

What's Changed

Full Changelog: v0.12.3...v0.12.4

v0.12.3: Packed operation inputs, dynamic module

22 Feb 22:58
bb9a66b
Compare
Choose a tag to compare

tl;dr

  • Adds ability to have packed operation inputs
  • Adds module for dynamically loading services from smithy models

What's Changed

New Contributors

Full Changelog: v0.12.2...v0.12.3

v0.12.2 : prevent duplicated rendering of package imports

09 Feb 08:11
5499399
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2