Skip to content

🎯 FindMy.py v0.9.5

Choose a tag to compare

@github-actions github-actions released this 08 Nov 14:14
· 15 commits to main since this release
b78e557

⚠️ Breaking changes

  • Support for Python 3.9 was dropped since it has become EOL

Other changes

  • Add support for Python 3.14
  • Prevent blocking event loop as much as possible when using local Anisette
  • Add support for in-memory files as source/target for JSON serialization
  • Greatly increase performance of location fetching for official accessories that were paired a long time ago
  • Fix compatibility with Home Assistant 2025.11

Merged PRs

  • feat: disable mandb trigger when installing packages in CI by @malmeloo in #191
  • feat: do not block event loop on local Anisette init by @malmeloo in #192
  • feat: support in-memory files for {from,to}_{json,plist} by @malmeloo in #193
  • chore(deps): update dependency sphinx-autoapi to v3.6.1 by @renovate[bot] in #198
  • feat: cache more intermediate accessory keys by @malmeloo in #196
  • feat!: update Python support range to [3.10, 3.15) by @malmeloo in https://github.com//pull/203
  • fix: compatibility with HA 2025.11 by @malmeloo in #204

Full Changelog: v0.9.4...v0.9.5