java: version 0.5.0

This commit is contained in:
FURUHASHI Sadayuki 2010-12-09 23:36:27 +09:00
parent 5ca4c42a74
commit cb7a4b3116
2 changed files with 17 additions and 1 deletions

View File

@ -1,4 +1,20 @@
Release 0.5.0 - 2010/12/09
NEW FEATURES
Dynamic template builder is rewritten. New ReflectionTemplateBuilder
supports DalvikVM.
Some optimization for dynamic code generator.
@MessagePackMessage accepts default filed option.
Added new field annotations: @Ignore, @Requred and @Index.
Supported pack/unpack/convertion of arrays including multidimensional arrays.
Added native pack/unpack routine of ByteBuffer. It will be zero-copy optimized
under a specific condition.
Release 0.4.3 - 2010/11/10
NEW FEATURES
Added FieldList class and MessagePack.register(Class<T>, FieldList) method

View File

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