java: version 0.4.3-devel

This commit is contained in:
frsyuki 2010-11-10 00:54:49 +09:00
parent 3e939e3775
commit c2c7591987
2 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,19 @@
Release 0.4.3 - 2010/11/10
NEW FEATURES
Added FieldList class and MessagePack.register(Class<T>, FieldList) method
to specify optional/nullable options on runtime without annotations.
Changed annotation name: @MessagePackNullable -> @Nullable
Changed annotation name: @MessagePackOptional -> @Optional
Supported pack/unpack/convertion of enums.
Added MessagePack.unpack(buffer, T to) and MessagePackObject.convert(T to)
methods. They can unpack/convert buffer/object into existing object and
eliminate re-allocation overhead.
Release 0.4.2 - 2010/11/09
NEW FEATURES
Added MessagePackNullable annotation and Tempalte.tNullable(Template)

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.msgpack</groupId>
<artifactId>msgpack</artifactId>
<version>0.4.2-devel</version>
<version>0.4.3-devel</version>
<description>MessagePack for Java</description>
<name>MessagePack for Java</name>