Skip to content

Releases: evaneaston/openweathermap

v0.3.0

27 Mar 05:09
153f032
Compare
Choose a tag to compare

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.

0.2.0

25 Apr 05:39
05e708d
Compare
Choose a tag to compare
  • fixes user reported issue #8
  • updates some dependencies

v0.1.1

28 Oct 12:56
f5fe871
Compare
Choose a tag to compare
  • 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

07 Oct 19:15
Compare
Choose a tag to compare
Initial public openweathermap repo.