Skip to content

Releases: yomorun/y3-codec-golang

v1.6.3

02 Feb 10:37
474ca79

Choose a tag to compare

endless loop

v1.6.2

26 Jan 06:23
376a618

Choose a tag to compare

fix error with multiple subscriber

v1.6.1

20 Jan 09:05
e02aeb9

Choose a tag to compare

support for subscribes

v1.6.0

20 Jan 06:14
4db043c

Choose a tag to compare

  • add Observable interface to subscribing the data of observe
  • add Y3Codec interface to marshal data
  • add ToXxx to decode bytes
  • remove old implementations

v1.5.0

11 Jan 07:09
9f360cb

Choose a tag to compare

rename the project name to y3-codec-golang

v1.4.0

11 Jan 06:31

Choose a tag to compare

refactor redundant code

  • Remove redundant implementation of YomoCodec
  • Rename the package name of the Tag object

v1.3.0

25 Dec 10:11
9369971

Choose a tag to compare

Refactoring ProtoCodec #47

  • Merging Unmarshal
  • Removing interface methods that are not used externally
  • Adding control over Inform
  • NewCodec switch to streamingCodec implementation

v1.2.1

24 Dec 06:32
3cc897e

Choose a tag to compare

YomoCodec.Decoder: Optimize lock protection to prevent data synchronization problems under high concurrency

v1.2.0

23 Dec 07:17
09fb119

Choose a tag to compare

  • Support channel notification decoding status #42
  • remove merge data feature and do not cache the original data #43

v1.1.0

17 Dec 08:44
3df4c08

Choose a tag to compare

Solve the problem of base type encoding without wrapper node #40 #41