Releases: michel-kraemer/bson4jackson
Releases · michel-kraemer/bson4jackson
Released version 2.7.0
- Upgrade to Jackson 2.7
- Improve extensibility (#54)
Released version 2.6.0
- Upgrade to Jackson 2.6
- Add missing
hashCode()
functions for custom types - Add support for
MinKey
(see issue #51)
Released version 2.5.0
- Improved performance (issue #40)
- Added support for
ObjectMapper.copy()
(thanks to @datalorax, see issue #44) - Added support for CharacterEscapes
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
Released version 2.3.1
- Fixed
MalformedInputException
that happened when parsing very large UTF-8 encoded strings (thanks to @mikelehen and @bguerout)
Released version 2.3.0
- Compatibility with Jackson 2.3.0
Released version 2.2.3
- Added support for root arrays (thanks to @michaelduminy)
- Fixed multi-threading issue in LittleEndianInputStream (thanks to Ryan Saathoff)