Skip to content

2.6.0

Compare
Choose a tag to compare
@StephenSorriaux StephenSorriaux released this 15 Nov 11:44
· 127 commits to master since this release

Features

  • core:
  • tests:
    • update Zookeeper 3.5.2-alpha to 3.5.4-beta (30330915, closes #477)
    • update Zookeeper version from 3.4.10 to 3.4.13 (287749b4)

Bug Fixes

  • core:
    • ensure timeout argument is positive (#534) (8c5ce118)
    • get_children with include_data=True uses GetChildren2 types (#514) (901cba7a)
    • allow authentification in RO and RW modes (2320ab39)
    • Use a copy of auth data when reconnecting (#509) (de20be91)
    • change KazooRetry to uniformly jitter over the whole backoff interval (#521) (60366d2c)
  • recipe: Delete lock node in queue recipe if entry already consumed (7a8167de)

Doc

  • make badges link to travis and pypi (#528) (367a1df3)
  • specify description type for pypi to render correctly (cc4006e6)
  • remove broken downloads badge (47e07a96)
  • core: fix broken zookeeper programmers guide link (8ecf8a50)