Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@pierrecdn pierrecdn released this 18 Dec 09:18
· 65 commits to master since this release
  • features:
    • Consul-Connect methods are now supported (Connect endpoints, but also additional ones on Service, Health and Agent).
    • The token support was missing on multiple methods (for example when deregistering from an agent, adding a maintenance, etc.)
    • deregister field is now supported for the "script" health-checks
    • Multiple tags are now allowed as filters when performing Service or Health queries (thanks @andreasnanko)
  • bugfixes:
    • aio: the timeout argument type was changed from an aiohttp.ClientTimeout to a simple int