Skip to content

v0.18.20 : blob equality

Latest
Compare
Choose a tag to compare
@Baccata Baccata released this 21 May 11:15
89e88c9

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