msgpack-java/RELEASE_NOTES.md at v07-develop · mecp/msgpack-java

Latest commit

Release Notes

  • 0.7.0-M6

  • Add a prototype of Value implementation

  • Apply strict coding style

  • Several bug fixes

  • 0.7.0-p9

  • Fix #217 when reading from SockectInputStream

  • 0.7.0-p8

  • Support Extension type (defined in MessagePack) in msgpack-jackson

  • Support BigDecimal type (defined in Jackson) in msgpack-jackson

  • Fix MessageUnpacker#unpackString #215, #216

  • 0.7.0-p7

  • Google App Engine (GAE) support

  • 0.7.0-p6

  • Add MessagePacker.getTotalWrittenBytes()

  • 0.7.0-p5

  • Fix skipValue #185

  • 0.7.0-p4

  • Supporting some java6 platform and Android