Skip to content

Releases: Shackelford-Arden/hc-pyconsul

0.3.1 - Attribute Fixes

13 Feb 22:44
f346f6d
Compare
Choose a tag to compare

Fixed

  • Ensuring *_ipv4 TaggedAddresses are accounted for.
    • Proper casing was adjusted for address and port TaggedAddress attributes.

0.3.0 - Nomad Additions & OTel Work

10 Feb 23:13
de69cc7
Compare
Choose a tag to compare

[0.3.0] - 2023-01-13

Added

  • A little context awareness when working with services running in Nomad.
    • Example, ServiceHealth now has the alloc_id property

Changed

  • Limiting usage of imports from typing
    • For example, moving more hinting of lists from List to list

Internal

  • Added Makefile to make a few things easier to call all the time.

0.2.0

28 Oct 05:11
Compare
Choose a tag to compare

Added

  • /health/service/:service support with model based return
  • Tracing decorator for each endpoint call for basic span generation
  • timeout option to the base ConsulAPI class to ensure we have a default timeout
    set but allow it to be overridden.

0.1.0

26 Oct 06:36
c929477
Compare
Choose a tag to compare

Changed

  • Switched how we parse env vars for the following:
    • CONSUL_HTTP_ADDR
    • CONSUL_HTTT_TOKEN
    • CONSUL_NAMESPACE

Added

  • /catalog/services support with a basic example