Skip to content

Releases: MATRIXXSoftware/go-mdd

v0.9.0

04 Sep 03:44
a7bcbf6

Choose a tag to compare

  • Add TLS support for transport client and server.

v0.8.4

26 Jul 09:30

Choose a tag to compare

  • handle empty field container in decoding.

v0.8.3

22 Jul 03:16
c672490

Choose a tag to compare

  • Dictionary now can be loaded from xml schema files
  • Add support for more dataType

v0.8.2

12 Jun 02:40

Choose a tag to compare

  • Add context argment for client.SendMessage()

v0.8.1

10 Jun 14:30

Choose a tag to compare

  • Client will inject HopId,
  • Server will auto-populate request's HopId back to the client

v0.8.0

09 Jun 13:23

Choose a tag to compare

  • Transport now requires Codec
  • TCP Server and Client now process requests asynchronously

v0.7.2

06 Jun 03:36

Choose a tag to compare

  • Improve loggings
  • Add 3s timeout to client.sendMessage()
  • Server now never panic when Read() return error

v0.7.1

31 May 02:45

Choose a tag to compare

  • Log partially read TCP stream
  • Unexpected EOF no longer panic

v0.7.0

24 May 12:52

Choose a tag to compare

  • add container.CastVersion function
  • fix nested struct contains list values categories as list struct

v0.6.4

30 Jan 02:47

Choose a tag to compare

  • Add codec with container dictionary
  • All errors should be lowercase
  • Add encode/decode uint128 and int128 data type