Skip to content

Releases: place-labs/crystal-etcd

v1.2.2

31 Mar 06:58
Compare
Choose a tag to compare

Removes event timeouts from the watchfeed response stream.

v1.0.0

10 Apr 00:18
fc4bbc5
Compare
Choose a tag to compare
chore(shard.yml): bump version

v0.3.2

07 Apr 11:49
Compare
Choose a tag to compare

migrate to using simple_retry

v0.3.1

19 Feb 02:49
Compare
Choose a tag to compare
  • improvement(watch): retry on connectivity issues
  • feature: logger property through Etcd.logger

v0.3.0

06 Feb 04:10
Compare
Choose a tag to compare
  • refactor(watch): rename Etcd::Watch::Watcher::WatchFilter to Etcd::Watch::Filter
  • spec(watch): spec the usage of filters
  • improvement: better defaults in from_env

v0.2.4

30 Jan 05:27
Compare
Choose a tag to compare
  • improvement(watch): ignore empty events in watchfeeds
  • test(watch): add watch key spec
  • improvement(client): forward close to Client connection

v0.2.3

23 Jan 03:40
Compare
Choose a tag to compare
  • improvement(kv): pass lease to compare_and_swap
  • fix(watch): correct type path for WatchFilter

v0.2.2

16 Jan 05:01
Compare
Choose a tag to compare
improvement(kv): stricter typing in `TxnResponse`

v0.2.1

15 Jan 02:41
Compare
Choose a tag to compare
improvement(model/kv): default empty Kv array for RangeResult

v0.2.0

15 Jan 01:46
Compare
Choose a tag to compare
feat(kv): add `put_not_exists` and `compare_and_swap` transactions