Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Releases: jgrillo/forecast-rs

v3.0.0

11 Apr 01:47
Compare
Choose a tag to compare

This release adds async support thanks to @belak.

v1.1.0 Usability updates and more languages

02 Jun 21:04
4434fb1
Compare
Choose a tag to compare

This release introduces some usability updates thanks to @AdamNiederer. Now you can use borrowed ForecastRequest and TimeMachineRequest arguments in the get_forecast and get_time_machine functions respectively. Additionally, I've added Lang::Korean and updated deserialization of Lang::NorwegianBokmal to conform to the behaviour described in the Dark Sky API docs.

Integration test timeout

28 Jan 20:14
ee21ecf
Compare
Choose a tag to compare

Integration tests were timing out in travis-ci, increased the reqwest client timeout to 60s to try to mitigate.

Stable!

21 Jan 23:56
d52cc44
Compare
Choose a tag to compare

This release introduces some breaking changes to get the library aligned with the current state of the Dark Sky API. There are some additional fields on various model objects, some other fields have been deprecated. Also, the dependencies have been updated to more recent versions. Thanks to @ParadoxSpiral for contributing!