Skip to content

Releases: criteo/py-consul

v1.5.3

01 Oct 14:56
daac265
Compare
Choose a tag to compare

Features

v1.5.2

27 Sep 13:21
a435112
Compare
Choose a tag to compare

Features

Commits

  • c1b120b: added token to agent.force_leave (Zan Loy) #79
  • 8e0e012: Test using consul container instead of plain binaries stored in the repo (#80) (Mathias Brulatout) #80
  • e2b1dbb: Replace deprecated token query param by X-Consul-Token header (#81) (Mathias Brulatout) #81
  • a435112: Release version 1.5.2 (#86) (Cédric Paillet) #86

v1.5.1

23 May 13:58
32570c2
Compare
Choose a tag to compare

Continuous Integration

Commits

  • 4042528: Enhance Token Creation with Policy Support (#76) (Cédric Paillet) #76
  • 32570c2: Release version 1.5.1 (#77) (Cédric Paillet) #77

v1.5.0

15 May 13:12
c81f7d2
Compare
Choose a tag to compare

[Breaking] ACL endpoint change, consul.acl is now consul.acl.token
feature: add consul.acl.policy.list and acl.policy.read

v1.4.1

27 Mar 14:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

Release v1.4.0

27 Mar 12:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Release v1.3.0

08 Dec 09:07
Compare
Choose a tag to compare

feature: drop tornado and twisted support
env: support python 3.10 and 3.11
env: drop support of EOL python versions 3.5, 3.6 and 3.7
code-style: syntax modernization
code-style: formatter and linter use
ci: multiple python version test and linter enforcement

Release v1.2.4

07 Feb 15:16
adc5b05
Compare
Choose a tag to compare

connections_timeout by request for aiohttp

Release v1.2.3

19 Mar 14:43
74d07df
Compare
Choose a tag to compare
  • features:
    • base: ensure return format of json callback is more consistent. This is an attempt to avoid polymorphic results depending on the internal error status (this now only depend on the fact that index support is requested).

Release v1.2.2

05 Feb 17:25
Compare
Choose a tag to compare
  • bugfixes:
    • connect: fix wrong endpoints callbacks. This made the /v1/agent/connect/ca/leaf/<service>, /v1/connect/ca/roots and /v1/connect/ca/configuration endpoints not really useful since they were returning a boolean instead of a proper dict mapping the json output.