Skip to content

Releases: go-zookeeper/zk

v1.0.3

22 Jul 15:00
Compare
Choose a tag to compare

What's Changed

  • Global EventNotWatching events for session lost by @dragonsinth in #34
  • Optimize comparison by @moredure in #55
  • [doc] add some go doc in conn.go by @linsite in #60
  • [doc] add more method docs by @linsite in #61
  • fix some typos and add some comments to constants.go by @linsite in #68
  • fix link error by @horizonzy in #70
  • fix the set of events received by ChildrenW by @sakateka in #66
  • Add Server var to ServerStats struct in #73
  • Fix parseSeq incorrectly parsing negative sequence number by @colinmcintosh in #65
  • Fix deadlock caused by non-responsive ZK servers by @tobio in #80

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

02 Jul 21:52
Compare
Choose a tag to compare
  • Added Reconfig APIs
  • Added CreateTTL APIs