Releases: indunet/fastproto
Releases · indunet/fastproto
v2.0.0
- Add crypto(aes & des);
- Use chain of responsibility to optimize codec process;
- Fix some bugs;
- Optimize FastProto API with CodecFeature.
v1.6.2
- Add benchmark;
- Fix some bugs in decoding;
- Reverse addressing length of binary type and string type;
- Infer datagram length while non-reverse addressing;
- Remove docs directory and replace it with WiKi.
v1.5.2
- Kafka serializer & deserializer;
- Protocol Version;
- fix some bugs.
v1.4.1
- Support autotype;
- Support datagram reverse addressing;
- Fix the bug when decode object without fields.
v1.3.0
- Add compress feature, support gzip and deflate;
- Deprecate method encode(Object, byte[]) of FastProto;
- Add some junit test.
v1.2.3-beta
- Support unsigned data types;
- Fix bugs in data type annotations and their encoders and decoders.
- Update tests with junit5.
v1.1.2-beta
- Support Java basic type serialization and deserialization;
- Support java.lang.String, java.sql.Timestamp and byte array type serialization and deserialization.