v0.12.5: load smithy files from libraryDependencies
- Users can now use SBT's
libraryDependencies
settings in combination with asmithy4s
scope configuration to reference libraries that contain smithy files. The smithy-files in question should be indexed in aMETA-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
- Exclude sbt-test files from compile configuration by @daddykotex in #133
- Update smithy-aws-traits, smithy-build, ... to 1.18.0 by @scala-steward in #131
- Update smithy-aws-traits, smithy-build, ... to 1.18.1 by @scala-steward in #137
- Add a smithy4s config to import codegen dependencies by @daddykotex in #136
- handle docs path by @yisraelU in #135
New Contributors
Full Changelog: v0.12.4...v0.12.5