Skip to content

Releases: bachya/aioambient

2021.12.0

01 Dec 17:26
Compare
Choose a tag to compare

🧰 Maintenance

  • Re-work pinned version range for aiohttp (#106)
  • Update codecov/codecov-action action to v2 (#105)
  • Update pre-commit/action action to v2.0.3 (#104)
  • Configure Renovate (#103)

2021.11.0

12 Nov 23:17
Compare
Choose a tag to compare

🚀 Features

  • Add utility to get a public device ID (#101)

2021.10.1

29 Oct 18:28
Compare
Choose a tag to compare

🧰 Maintenance

  • Update REST and websocket APIs to new Ambient Weather endpoints (#100)

2021.10.0

26 Oct 19:05
Compare
Choose a tag to compare

🚀 Features

  • Add support for Python 3.10 (#98)

🧰 Maintenance

  • Set websockets to >=9.1,<11.0 (#97)
  • Migrate versioning to CalVer (#99)

2.0.0

04 Oct 22:04
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Add support for multiple API keys in the websocket API (#95)

🚀 Features

  • Add support for multiple API keys in the websocket API (#95)

🧰 Maintenance

  • Update pytest-cov requirement from ^2.8.1 to ^3.0.0 (#94)

1.3.0

30 Aug 18:50
Compare
Choose a tag to compare

🚀 Features

  • Allow passing a custom logger to the Client (#92)

🧰 Maintenance

  • Fix incorrect ClientSession usage in documentation (#91)

1.2.6

11 Aug 02:35
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Force underlying libraries to use this package's logger (#89)

🧰 Maintenance

  • Implement PEP 561 (#88)

1.2.5

25 Jul 16:34
Compare
Choose a tag to compare

🧰 Maintenance

  • Update library to use strict typing (#86)
  • Switch to poetry-core (#85)
  • Update websockets requirement from ^8.1 to >=8.1,<10.0 (#84)
  • Upgrade to GitHub-native Dependabot (#83)

1.2.4

26 Feb 21:37
Compare
Choose a tag to compare

🧰 Maintenance

  • Upgrade aiohttp to a minimum of 3.7.4 (#82)

1.2.3

13 Jan 19:15
Compare
Choose a tag to compare

🚀 Features

  • Add support for Python 3.9 (#74)

🐛 Bug Fixes

  • Fix incorrect docs/usage of "end_date" parameter (#80)

🧰 Maintenance

  • Update poetry to use core back-end (#81)
  • Fix tests with latest python-socketio and python-engineio (#79)
  • Update python-engineio requirement from ^3.13.1 to >=3.13.1,<5.0.0 (#76)
  • Update python-socketio requirement from ^4.6.0 to >=4.6,<6.0 (#77)
  • Update linting CI step with new pre-commit action (#75)