Skip to content

Releases: davissp14/etcdv3-ruby

v0.11.6

Choose a tag to compare

@davissp14 davissp14 released this 10 May 13:20
48f1951

What's Changed

New Contributors

Full Changelog: v0.11.5...v0.11.6

v0.11.5

Choose a tag to compare

@davissp14 davissp14 released this 01 Dec 20:20

What's Changed

New Contributors

Full Changelog: v0.11.4...v0.11.5

v0.11.4

Choose a tag to compare

@davissp14 davissp14 released this 23 Sep 21:53
d47a9a8
Refactor code to works with ruby 3 (#137)

0.11.3

Choose a tag to compare

@davissp14 davissp14 released this 02 Aug 01:19

Addresses zero-byte bug with Namespaces.

#135

0.11.1

Choose a tag to compare

@davissp14 davissp14 released this 01 Aug 21:17
acb7fda

Introduces Namespace support.

#134

0.10.2

Choose a tag to compare

@davissp14 davissp14 released this 15 Mar 19:58
b6ba43c

Introduces the allow_reconnect flag.
b6ba43c

0.10.1

Choose a tag to compare

@davissp14 davissp14 released this 29 Jan 13:34
3a542e8

0.10.0

0.10.0 Pre-release
Pre-release

Choose a tag to compare

@davissp14 davissp14 released this 29 Jan 13:29
3f28dff

0.9.0

Choose a tag to compare

@davissp14 davissp14 released this 18 Dec 19:40

Support for distributed locks was added: #122

0.8.3

Choose a tag to compare

@davissp14 davissp14 released this 05 Dec 21:03

Fixes

#111 Transaction del is passing empty hash to range_end when it's not defined.