Releases: sv/kdbgo
Releases · sv/kdbgo
Wider type support, compression support
improved type support
- print and serialise attributes
- bool vectors and guid support
- fix month decoding
- serialise timestamp from Go time.Time
- use table driven tests for decoding as well
Compression fix
v0.10.1 trancate unsed part of compressed
Compression and connectivity
- Added IPC compression support
- TLS connection support
- Unix domain sockets support
- Simplify testing
Base functionality
Most types and encoding/decoding support.