Releases: criteo/py-consul
Releases · criteo/py-consul
v1.5.3
v1.5.2
Features
- add replace_existing_checks option to Catalog.register() (#85) #85 (Cédric Paillet)
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
v1.5.0
v1.4.1
What's Changed
- Fix package publish by @mbrulatout in #65
- Release version 1.4.1 by @mbrulatout in #67
Full Changelog: v1.4.0...v1.4.1
Release v1.4.0
What's Changed
- code-style & ci: update workflow by @mbrulatout in #58
- Service registration with multiple checks by @mbrulatout in #59
- Add python3.12 support and README badges by @mbrulatout in #60
- tests: multi consul version tests by @mbrulatout in #53
- ci: fix tagged_release workflow by @mbrulatout in #57
- Drop old consul version and implement new ACL (token) endpoints by @mbrulatout in #61
- Consul 1.17 test support by @mbrulatout in #64
- code-style: reorganize the repository by @mbrulatout in #62
- Release 1.4.0 by @mbrulatout in #63
Full Changelog: v1.3.0...v1.4.0
Release v1.3.0
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
connections_timeout by request for aiohttp
Release v1.2.3
- 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).
- 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
Release v1.2.2
- 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.
- connect: fix wrong endpoints callbacks. This made the