Skip to content

Tags: criteo/py-consul

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Session api token support and bump version (#96)

* feat: session API token support

All endpoints now support an optional token.
Fixes #84

* Release version 1.6.0

---------

Co-authored-by: Mathias Brulatout <m.brulatout@criteo.com>

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simplify loop handling in async Consul client (#93)

- Align with aiohttp's BaseConnector pattern of using `loop = loop or asyncio.get_running_loop()`
- Remove redundant loop retrieval logic
- Use `asyncio.get_running_loop()` instead of deprecated `asyncio.get_event_loop()`
- Update documentation example to use `asyncio.get_running_loop()`

v1.5.4

Toggle v1.5.4's commit message
Bump CHANGELOG.md

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add replace_existing_checks option to agent.service.register() (#…

…87)

* revert: add replace_existing_checks option to Catalog.register()

this param is for agent.service.register

* feat: add replace_existing_checks option to agent.service.register()

- Introduced `replace_existing_checks` parameter in the `register()` method to allow deletion of missing health checks from the request.
- Ensures idempotent registration of services and their checks without needing manual deregistration of checks.

* Release version 1.5.3

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 1.5.2 (#86)

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 1.5.1 (#77)

v1.4.1

Toggle v1.4.1's commit message
Release version 1.4.1

v1.4.0

Toggle v1.4.0's commit message
Release version 1.4.0

v1.3.0

Toggle v1.3.0's commit message
Release 1.3.0