Skip to content

Releases: jjeffery/kv

kv 0.8.1

14 Aug 10:22
Compare
Choose a tag to compare
  • Add Log function for more convenient logging
  • Reduce memory allocations when parsing messages
  • Ensure pool messages are always cleared before reuse

kv 0.7.0

06 Apr 06:51
Compare
Choose a tag to compare
v0.7.0

stable version before breaking changes

kv 0.8.0

06 Apr 06:51
Compare
Choose a tag to compare

Significant breaking changes.

  • Removed kv.Map, kv.Pair. In practice these types were never used, and keeping them would complicate new API features.
  • Added kv.Context and kv.Error
  • Added kvlog package

And more.