What's Changed
- Add utilities for Service.Builder in #1644
- Use correct cross path for protobuf-runtime-scala in #1648
- Force rendering package object when a validated newtype is present in #1656
- Improve performance of ADT trait validators on larger Smithy models in #1573
- Move memoization of default values from Field to Schema in #1651
- Add support for more flexible encoding of defaults in #1652. This brings
FieldFilter
abstraction that replacesexplicitDefaultsEncoding
.
Other changes
- Update namespace in quickstart example so things compile. by @philkdisney in #1639
- typo in 01-design.md by @combinatorist in #1643
- update comment for DynamicSchemaIndex by @combinatorist in #1645
- Write documentation on using the smithy4s json module directly by @a-morales in #1653
- Unhardcode smithy4sGenerated key in main code by @kubukoz in #1650
New Contributors
- @philkdisney made their first contribution in #1639
- @a-morales made their first contribution in #1653
Full Changelog: v0.18.29...v0.18.30