Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@evaneaston evaneaston released this 27 Mar 05:09
· 30 commits to main since this release
153f032

Summary

  • make query implementations Send + Sync
  • allow specifying exporter listen address and port via LISTEN_ADDRESS and LISTEN_PORT environment variables
  • dependency updates

Breaking Changes

  • default listen address for exporter changed from 0.0.0.0 to localhost. You may need to change your configuration to make exporter accessible via non localhost address.
  • the update of hyper-rustls introduces a dependence on aws-rc-rs which may impact your tool chain, particularly if you build on windows.