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.