Tags give the ability to mark specific points in history as being important
-
v0.8.2
5e28fade · ·weather-information collector, version 0.8.2 (2018-12-22) The updater will now replaces NULL values in the column temperature_F in the tables weatherdata and forecastdata with their corresponding values, calculated from temperature_K, where applicable. This should have been there in version 0.8.0 already, but was missed due to an oversight.
-
v0.6.7
c33bd37b · ·weather-information collector, version 0.6.7 (2018-07-22) Use HTTPS instead of HTTP for requests to OpenWeatherMap API. Originally, OpenWeatherMap did not provide HTTPS / SSL for all its plans, only for the paid plans. That is the reason why the original implementation of weather-information-collector used unencrypted HTTP connection for OpenWeatherMap API calls. However, OpenWeatherMap does now provide HTTPS for all its plans, so weather-information-collector can safely switch to HTTPS for all OpenWeatherMap API requests. Thanks, OpenWeatherMap team.
-
v0.6.6
033e7cf9 · ·weather-information collector, version 0.6.6 (2018-07-21) Due to the fact that some APIs can return quite lengthy JSON data, the database table for the current weather data has been adjusted so that it now can hold raw JSON data of up to 16777215 characters per entry instead of only 65535 characters in previous versions.