v0.18.20 : blob equality
This release changes the semantics of smithy4s.Blob
's equals
method to avoid taking the underlying data structure into consideration. In other words, Blobs are now equal if the bytes they hold are the same.
What's Changed
- Change Blob equals semantics + fix tests by @msosnicki in #1526
- Change the smithy4sOutputDir SBT setting default value by @Baccata in #1534
Full Changelog: v0.18.19...v0.18.20