Skip to content

v0.10.0 : improved UX for capability traits use-cases, addition of ShapeId

Compare
Choose a tag to compare
@Baccata Baccata released this 06 Jan 10:51
ac41702

This release marks the first 0.10.x release. It is not binary compatible with the 0.9.x release.

tl;dr

The main points of interest for this release are :

  • improved type inference on Scala 3 : #18
  • improved UX for "capability traits" flavoured usecases : #16
  • rename of the cli module. This is accompanied with new, coursier-friendly installation instructions #19
  • introduction of a ShapeId data type used as an identifier for services / operations / data models : #25
  • addition of functions to convert from js.Any to smithy4s.Document (scala-js only) : #26

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0