Summary
- make query implementations Send + Sync
- allow specifying exporter listen address and port via
LISTEN_ADDRESS
andLISTEN_PORT
environment variables - dependency updates
Breaking Changes
- default listen address for exporter changed from
0.0.0.0
tolocalhost
. 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.