Skip to content

Releases: Seraksab/OpenWeatherMap.NetClient

v1.4.0

01 Aug 22:09
Compare
Choose a tag to compare

Added

  • Support for OneCall API
  • Upgraded to Refit 7

v1.3.1

26 Jun 16:17
Compare
Choose a tag to compare

Changed

  • Use DateTimeOffset instead of DateTime for timestamps
  • Updated UnitsNet dependency

v1.3.0

16 Jun 14:35
Compare
Choose a tag to compare

Added

  • Expose the HttpClient instance to allow custom configuration

Changed

  • No longer wrap Refit exceptions
  • Updated dependencies

v1.2.0

22 Sep 22:48
Compare
Choose a tag to compare

Added

  • Support for retries

Changed

  • Internal handling of API calls
  • Utilize Polly and MemoryCache for caching instead of LazyCache

v1.1.0

26 Aug 16:15
Compare
Choose a tag to compare

Added

  • Support for the 'Basic weather maps' API
  • Support for the '3-hour Forecast 5 days' API
  • Missing 'ground level pressure' and 'sea level pressure' measurements to CurrentWeather
  • Missing 'wind gust' measurement to CurrentWeather

Changed

  • Instead of wrapping API results and exceptions in an ApiResponse, return or throw them directly.
  • Renamed some functions of the AirPollution and CurrentWeather API