Releases: MATRIXXSoftware/go-mdd
Releases · MATRIXXSoftware/go-mdd
v0.9.0
- Add TLS support for transport client and server.
v0.8.4
- handle empty field container in decoding.
v0.8.3
- Dictionary now can be loaded from xml schema files
- Add support for more dataType
v0.8.2
- Add context argment for client.SendMessage()
v0.8.1
- Client will inject HopId,
- Server will auto-populate request's HopId back to the client
v0.8.0
Transport
now requires Codec
- TCP Server and Client now process requests asynchronously
v0.7.2
- Improve loggings
- Add 3s timeout to
client.sendMessage()
- Server now never panic when
Read()
return error
v0.7.1
- Log partially read TCP stream
- Unexpected EOF no longer panic
v0.7.0
- add
container.CastVersion
function
- fix nested struct contains list values categories as list struct
v0.6.4
- Add codec with container dictionary
- All errors should be lowercase
- Add encode/decode
uint128
and int128
data type