Skip to content

Released version 2.4.0

Compare
Choose a tag to compare
@michel-kraemer michel-kraemer released this 06 Jul 09:15
· 170 commits to master since this release
  • Added support for Jackson 2.4 (issue #37)
  • Allow BigDecimal to be serialized as String in order to avoid losing precision (issue #36)
  • Added deserializers for Date and Calendar to the BsonModule
  • Byte arrays are now correctly deserialized (issue #38)
  • Added integration tests to ensure compatibility with multiple Jackson versions