|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -* 0.8.1 |
| 3 | +## 0.8.1 |
4 | 4 | * MessagePack.Packer/UnpackerConfig are now immuable and configurable with withXXX methods. |
5 | 5 | * Allow setting null to ArrayBufferInput for advanced applications that require dedicated memory management. |
6 | 6 | * Fix MessageBufferPacker.toXXX to properly flush the output |
7 | 7 | * Modify ValueFactory methods to produce a copy of the input data. To omit the copy, use `omitCopy` flag. |
8 | 8 | * Improve the performance of MessagePackParser by unpacking data without using org.msgpack.value.Value. |
9 | 9 |
|
10 | | -* 0.8.0 |
| 10 | +## 0.8.0 |
11 | 11 | * Split MessagePack.Config into MessagePack.Packer/UnpackerConfig |
12 | 12 | * Changed MessageBuffer API |
13 | 13 | * It allows releasing the previously allocated buffers upon MessageBufferInput.next() call. |
|
17 | 17 | * Performance improvement of packString |
18 | 18 | * Add MessageBufferPacker for efficiently generating byte array(s) of message packed data |
19 | 19 |
|
20 | | -* 0.7.1 |
| 20 | +## 0.7.1 |
21 | 21 | * Fix ImmutableLongValueImpl#asShort [#287](https://github.com/msgpack/msgpack-java/pull/287) |
22 | 22 |
|
23 | | -* 0.7.0 |
| 23 | +## 0.7.0 |
24 | 24 | * Support non-string key in jackson-dataformat-msgpack |
25 | 25 | * Update the version of jackson-databind to 2.6.3 |
26 | 26 | * Several bug fixes |
27 | 27 |
|
28 | | -* 0.7.0-M6 |
| 28 | +## 0.7.0-M6 |
29 | 29 | * Add a prototype of Value implementation |
30 | 30 | * Apply strict coding style |
31 | 31 | * Several bug fixes |
32 | 32 |
|
33 | | -* 0.7.0-p9 |
| 33 | +## 0.7.0-p9 |
34 | 34 | * Fix [#217](https://github.com/msgpack/msgpack-java/issues/217) when reading from SockectInputStream |
35 | 35 |
|
36 | | -* 0.7.0-p8 |
| 36 | +## 0.7.0-p8 |
37 | 37 | * Support Extension type (defined in MessagePack) in msgpack-jackson |
38 | 38 | * Support BigDecimal type (defined in Jackson) in msgpack-jackson |
39 | 39 | * Fix MessageUnpacker#unpackString [#215](https://github.com/msgpack/msgpack-java/pull/215), [#216](https://github.com/msgpack/msgpack-java/pull/216) |
40 | 40 |
|
41 | | -* 0.7.0-p7 |
| 41 | +## 0.7.0-p7 |
42 | 42 | * Google App Engine (GAE) support |
43 | 43 |
|
44 | | -* 0.7.0-p6 |
| 44 | +## 0.7.0-p6 |
45 | 45 | * Add MessagePacker.getTotalWrittenBytes() |
46 | 46 |
|
47 | | -* 0.7.0-p5 |
| 47 | +## 0.7.0-p5 |
48 | 48 | * Fix skipValue [#185](https://github.com/msgpack/msgpack-java/pull/185) |
49 | 49 |
|
50 | | -* 0.7.0-p4 |
| 50 | +## 0.7.0-p4 |
51 | 51 | * Supporting some java6 platform and Android |
52 | 52 |
|
0 commit comments