Released version 2.4.0
- Added support for Jackson 2.4 (issue #37)
- Allow
BigDecimal
to be serialized asString
in order to avoid losing precision (issue #36) - Added deserializers for
Date
andCalendar
to theBsonModule
- Byte arrays are now correctly deserialized (issue #38)
- Added integration tests to ensure compatibility with multiple Jackson versions