Skip to content

v0.12.5: load smithy files from libraryDependencies

Compare
Choose a tag to compare
@Baccata Baccata released this 14 Mar 10:31
0407bcb
  • 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