Releases: Shackelford-Arden/hc-pyconsul
Releases · Shackelford-Arden/hc-pyconsul
0.3.1 - Attribute Fixes
Fixed
- Ensuring
*_ipv4
TaggedAddresses are accounted for.- Proper casing was adjusted for
address
andport
TaggedAddress attributes.
- Proper casing was adjusted for
0.3.0 - Nomad Additions & OTel Work
[0.3.0] - 2023-01-13
Added
- A little context awareness when working with services running in Nomad.
- Example,
ServiceHealth
now has thealloc_id
property
- Example,
Changed
- Limiting usage of imports from
typing
- For example, moving more hinting of lists from
List
tolist
- For example, moving more hinting of lists from
Internal
- Added
Makefile
to make a few things easier to call all the time.
0.2.0
Added
/health/service/:service
support with model based return- Tracing decorator for each endpoint call for basic span generation
timeout
option to the baseConsulAPI
class to ensure we have a default timeout
set but allow it to be overridden.
0.1.0
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