Skip to content

0.3.0 - Nomad Additions & OTel Work

Compare
Choose a tag to compare
@Shackelford-Arden Shackelford-Arden released this 10 Feb 23:13
· 3 commits to main since this release
de69cc7

[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.