Releases: dry-rb/dry-schema
Releases · dry-rb/dry-schema
v1.13.4
v1.13.3
Fixed
- Fix struct extension for nested struct definitions (via #466) (@flash-gordon)
v1.13.2
v1.13.1
Fixed
- Support sum types of hashes (issue #446 fixed via #457) (@segiddins)
v1.13.0
Fixed
- Change required metadata back to true to fix regressions (issue #438 fixed via 439) (@robhanlon22)
- Compatibility with dry-configurable 1.0.1 (@flash-gordon)
- Warnings about using pattern matching on Ruby 2.7 (issue #441 fixed via #442) (@r7kamura)
- Make message cache fully thread-safe (via #440) (@mensfeld)
v1.12.0
Changed
- This version depends on dry-core 1.0 and dry-configurable 1.0 (@flash-gordon)
v1.11.3
v1.11.2
Fixed
- Setting up message backends with custom settings should work as before (see dry-rb/dry-validation#717 fixed via #435) (@solnic)
v1.11.1
v1.11.0
Changed
- Use zeitwerk for auto-loading which speeds up requires (via #427) (@flash-gordon + @solnic)