Skip to content

v1.27.0

Choose a tag to compare

@ghik ghik released this 27 Apr 11:13
· 2418 commits to master since this release

Breaking changes:

  • BsonRef is now parameterized by entity type and also wraps an actual getter from entity type to referred type
  • Automatic GenCodec for Map[K,V] that uses list-of-key-value-pairs encoding (where no GenKeyCodec[K] is available) has been removed