Releases: evaneaston/openweathermap
Releases · evaneaston/openweathermap
v0.4.0
Summary
- dependency updates
v0.3.0
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.
0.2.0
v0.1.1
- consolidate crate readmes into a single readme
- remove
ClientOptions:: new_default_with_api_key
- switch to
hyper_rustls
to make cross compilation simpler
v0.1.0
Initial public openweathermap repo.