Skip to content

v2.9.1

Compare
Choose a tag to compare
@humbertogontijo humbertogontijo released this 13 Jan 17:12
· 40 commits to main since this release

v2.9.1 (2025-01-13)

Bug Fixes

  • fix: bump commitlint and allow caps

  • fix: error

Chores

  • Remove level of inheritance in mqtt client (#286, 5add0da)

  • Remove one level of local client inheritence (#285, 1f5a9ec)

  • Add local api test coverage (#284, c8dcd34)

  • deps: Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#291, be52b3d)

  • deps-dev: Bump pre-commit from 3.8.0 to 4.0.1 (#287, f2f0c4c)

  • Inheritance fixes and simplifications (#282, 1013cb5)

  • Allow type checking in roborock/cloud_api.py (#280, 9100bbf)

  • Add end-to-end tests for the MQTT client (#278, 0872691)

  • test: add end-to-end tests for the MQTT client

  • test: extract connected client to a fixture

style: fix formatting of tests

refactor: extract variables for mock data used in mqtt tests

style: fix lint errors in tests

  • deps-dev: Bump pytest-asyncio from 0.25.1 to 0.25.2 (#275, b0611f0)

  • deps-dev: Bump ruff from 0.8.6 to 0.9.1 (#277, eb8bbe3)

  • deps: Bump pre-commit/action from 3.0.0 to 3.0.1 (#276, 3f61bcc)

  • Use asyncio mode in tests (#272, 8f779c3)

Refactoring

  • Simplify future usage within the api clients (#263, 39a8661)