Releases: go-zookeeper/zk
Releases · go-zookeeper/zk
v1.0.4
What's Changed
- devcontainer, would like to setup a devcontainer by @jeffbean in #111
- break out tests that run a java zk cluster by @jeffbean in #113
- tests: use t.TempDir() for tests by @jeffbean in #126
- Create stale.yml github action by @jeffbean in #128
- Update README by @sh-cho in #112
- [constants]: add StateSyncConnected WatchEvent state by @jeffbean in #127
- update github actions. cleanup and edits. by @jeffbean in #130
- rename test helper requireNoError -> requireNoErrorf by @jeffbean in #132
- adding requireMinimumZkVersion test helper by @jeffbean in #133
- [BC] CreateMode: refactor and fix FlagX Create flags. by @jeffbean in #136
- add dns host provider lookup timeout by @MKrupauskas in #143
New Contributors
- @sh-cho made their first contribution in #112
- @MKrupauskas made their first contribution in #143
Full Changelog: v1.0.3...v1.0.4
v1.0.3
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
- @dragonsinth made their first contribution in #34
- @moredure made their first contribution in #55
- @linsite made their first contribution in #60
- @horizonzy made their first contribution in #70
- @sakateka made their first contribution in #66
- @colinmcintosh made their first contribution in #65
- @tobio made their first contribution in #80
Full Changelog: v1.0.2...v1.0.3