Releases: bieniu/gios
Releases · bieniu/gios
Version 1.0.2
Changelog:
- treat
indexes
as optional data
Version 1.0.1
Changelog:
- fix
station_id
type
Version 1.0.0
Changelog:
- add type annotations
- fix
latitude
andlongitude
properties type BREAKING CHANGE - rename
update
method toasync_method
BREAKING CHANGE - return data from
async_update
method & removedata
property BREAKING CHANGE - convert data dict keys to lowercase BREAKING CHANGE
Vesrion 0.2.1
Changelog:
- update
MANIFEST.in
file
Version 0.2.0
Changelog:
- remove
available
property BRAKING CHANGE - improve tests
- improve logging
- add mypy to CI
Version 0.1.5
Changelog:
- fix
pylint
errors - add Python 3.9 to CI
Version 0.1.4
Changelog:
- add MANIFEST.in file
- use
patch
fromunittest.mock
Version 0.1.3
Changelog:
- refactoring data fetch from the server
Version 0.1.2
Changelog:
- move getting sensors data to the method
Version 0.1.1
Changelog:
- revert
available
property