Skip to content

Releases: indunet/fastproto

v3.8.0

27 Oct 07:17
c727d82
Compare
Choose a tag to compare
  1. update api, remove param of codec feature;
  2. add unit tests of auto type.

v3.7.1

25 Oct 00:28
Compare
Choose a tag to compare
  1. Add auto type;
  2. Optimize code structure.

v3.7.0

18 Oct 02:07
Compare
Choose a tag to compare
  1. add dynamic compile;
  2. add lambda expression to formula.

v3.6.2

08 Oct 07:47
Compare
Choose a tag to compare

add collection type.

v3.6.1

07 Oct 13:34
Compare
Choose a tag to compare

support wrapper class of primitive array.

v3.6.0

06 Oct 05:46
Compare
Choose a tag to compare
  1. remove compress function;
  2. remove checksum function;
  3. add array type and their unit tests.

v3.5.1

02 Oct 02:16
310e995
Compare
Choose a tag to compare
  1. remove crypto function;
  2. update @DefaultEndian, add endian property to data type annotation;
  3. add unit test of endian.

v3.5.0

30 Sep 05:16
0534772
Compare
Choose a tag to compare
  1. add unit test of time type & enum type;
  2. remove protocol version;
  3. update decoding formula & encoding formula.

v3.4.1

28 Sep 08:34
656afae
Compare
Choose a tag to compare
  1. fix time type error;
  2. add 2 unit tests.

v3.4.0

28 Sep 03:00
Compare
Choose a tag to compare
  1. remove generic data type;
  2. optimize reference graph.