Skip to content

Releases: indunet/fastproto

v2.0.0

07 Jul 04:58
Compare
Choose a tag to compare
  1. Add crypto(aes & des);
  2. Use chain of responsibility to optimize codec process;
  3. Fix some bugs;
  4. Optimize FastProto API with CodecFeature.

v1.6.2

22 Jun 04:55
Compare
Choose a tag to compare
  1. Add benchmark;
  2. Fix some bugs in decoding;
  3. Reverse addressing length of binary type and string type;
  4. Infer datagram length while non-reverse addressing;
  5. Remove docs directory and replace it with WiKi.

v1.5.2

15 Jun 06:13
Compare
Choose a tag to compare
  1. Kafka serializer & deserializer;
  2. Protocol Version;
  3. fix some bugs.

v1.4.1

09 Jun 08:00
Compare
Choose a tag to compare
v1.4.1 Pre-release
Pre-release
  1. Support autotype;
  2. Support datagram reverse addressing;
  3. Fix the bug when decode object without fields.

v1.3.0

07 Jun 03:25
Compare
Choose a tag to compare
v1.3.0 Pre-release
Pre-release
  1. Add compress feature, support gzip and deflate;
  2. Deprecate method encode(Object, byte[]) of FastProto;
  3. Add some junit test.

v1.2.3-beta

02 Jun 04:55
Compare
Choose a tag to compare
v1.2.3-beta Pre-release
Pre-release
  1. Support unsigned data types;
  2. Fix bugs in data type annotations and their encoders and decoders.
  3. Update tests with junit5.

v1.1.2-beta

31 May 02:02
Compare
Choose a tag to compare
v1.1.2-beta Pre-release
Pre-release
  1. Support Java basic type serialization and deserialization;
  2. Support java.lang.String, java.sql.Timestamp and byte array type serialization and deserialization.