Skip to content

Releases: bieniu/gios

Version 1.0.2

04 Jul 20:06
Compare
Choose a tag to compare

Changelog:

  • treat indexes as optional data

Version 1.0.1

06 May 06:35
Compare
Choose a tag to compare

Changelog:

  • fix station_id type

Version 1.0.0

05 May 16:21
Compare
Choose a tag to compare

Changelog:

  • add type annotations
  • fix latitude and longitude properties type BREAKING CHANGE
  • rename update method to async_method BREAKING CHANGE
  • return data from async_update method & remove data property BREAKING CHANGE
  • convert data dict keys to lowercase BREAKING CHANGE

Vesrion 0.2.1

14 Mar 20:20
256cca7
Compare
Choose a tag to compare

Changelog:

  • update MANIFEST.in file

Version 0.2.0

25 Feb 12:06
1ede078
Compare
Choose a tag to compare

Changelog:

  • remove available property BRAKING CHANGE
  • improve tests
  • improve logging
  • add mypy to CI

Version 0.1.5

28 Jan 08:21
49d537b
Compare
Choose a tag to compare

Changelog:

  • fix pylint errors
  • add Python 3.9 to CI

Version 0.1.4

04 Sep 16:06
Compare
Choose a tag to compare

Changelog:

  • add MANIFEST.in file
  • use patch from unittest.mock

Version 0.1.3

31 Aug 14:17
544a3e1
Compare
Choose a tag to compare

Changelog:

  • refactoring data fetch from the server

Version 0.1.2

31 Jul 12:34
Compare
Choose a tag to compare

Changelog:

  • move getting sensors data to the method

Version 0.1.1

26 Mar 12:29
65929d8
Compare
Choose a tag to compare

Changelog:

  • revert available property