Skip to content

Releases: michel-kraemer/bson4jackson

Released version 2.7.0

26 Jan 05:50
Compare
Choose a tag to compare
  • Upgrade to Jackson 2.7
  • Improve extensibility (#54)

Released version 2.6.0

15 Dec 10:14
Compare
Choose a tag to compare
  • Upgrade to Jackson 2.6
  • Add missing hashCode() functions for custom types
  • Add support for MinKey (see issue #51)

Released version 2.5.0

25 May 12:01
Compare
Choose a tag to compare
  • Improved performance (issue #40)
  • Added support for ObjectMapper.copy() (thanks to @datalorax, see issue #44)
  • Added support for CharacterEscapes

Released version 2.4.0

06 Jul 09:15
Compare
Choose a tag to compare
  • 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

Released version 2.3.1

21 Dec 15:50
Compare
Choose a tag to compare
  • Fixed MalformedInputException that happened when parsing very large UTF-8 encoded strings (thanks to @mikelehen and @bguerout)

Released version 2.3.0

01 Dec 14:22
Compare
Choose a tag to compare
  • Compatibility with Jackson 2.3.0

Released version 2.2.3

21 Oct 10:35
Compare
Choose a tag to compare
  • Added support for root arrays (thanks to @michaelduminy)
  • Fixed multi-threading issue in LittleEndianInputStream (thanks to Ryan Saathoff)