Releases: zk-ruby/zookeeper
Releases · zk-ruby/zookeeper
release/1.5.5
What's Changed
Full Changelog: release/1.5.4...release/1.5.5
release/1.5.4
What's Changed
- Add Ruby 3.2 to test matrix by @malmckay in #118
- File.exists? was deprecated in Ruby 2.1.0 by @malmckay in #119
Full Changelog: release/1.5.3...release/1.5.4
release/1.5.3
What's Changed
- Fix Ruby 3.1 compatibility by @casperisfine in #109
- Use https to load submodules by @malmckay in #110
New Contributors
- @casperisfine made their first contribution in #109
Full Changelog: release/1.5.1...release/1.5.3
release/1.5.2 (YANKED)
What's Changed
- Use https to load submodules by @malmckay in #110
- Debug build by @malmckay in #111
- Fix Ruby 3.1 compatibility by @casperisfine in #109
- Update changelog, prep for 1.5.2 release by @malmckay in #112
New Contributors
- @casperisfine made their first contribution in #109
Full Changelog: release/1.5.1...release/1.5.2
release/1.5.1
What's Changed
- Make use of the timeout parameter in the JavaBase initializer by @gvassallo in #87
- Update config.guess to support newer Alpine by @malmckay in #103
- Update changelog, prep for 1.5.1 release by @malmckay in #105
New Contributors
- @gvassallo made their first contribution in #87
Full Changelog: release/1.5.0...release/1.5.1
release/1.5.0
v1.5.0
- (housekeeping) Moves build to Github Actions from TravisCI
- (housekeeping) Drops build support for MRI Ruby < 2.5 and other rubies
- Build on Ruby 3 (#99) (h/t: @malmckay)
- Build on MacOS (#98) (h/t: @malmckay)
- Work around compiler errors on newer versions of gcc (#97) (h/t: @nickmarden)
- Fix a typo on a has_key (#83) (h/t: @lexspoon)
- Adds support macOS dylib (#86) (h/t: @pftg)
- Fix compilation on ARM (#82) (h/t: @cdonati)