Releases: dknowles2/pytboss
Releases · dknowles2/pytboss
2023.9.0
What’s Changed
🚀 New features
- Update grills.json (#64) @dknowles2
🧩 Dependency updates
- Bump bleak-retry-connector from 3.0.2 to 3.1.1 (#63) @dependabot
- Bump pytest-asyncio from 0.21.0 to 0.21.1 (#61) @dependabot
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (#60) @dependabot
2023.6.1
What’s Changed
🚀 New features
- Add a disconnect_callback to BleConnection (#59) @dknowles2
🐞 Bug fixes
- Fix problems with the fake grill implementation (#58) @dknowles2
🧩 Dependency updates
- Bump pre-commit from 3.3.2 to 3.3.3 (#57) @dependabot
2023.6.0
What’s Changed
📋 Other changes
- Add an is_connected method to api (#56) @dknowles2
- Add debug logging (#55) @dknowles2
🧩 Dependency updates
- Bump requests from 2.30.0 to 2.31.0 (#53) @dependabot
- Bump pre-commit from 3.3.1 to 3.3.2 (#52) @dependabot
2023.5.0
What’s Changed
🐞 Bug fixes
- Improve handling of BLE disconnects (#51) @dknowles2
🧩 Dependency updates
- Bump requests from 2.29.0 to 2.30.0 (#50) @dependabot
- Bump pre-commit from 3.3.0 to 3.3.1 (#49) @dependabot
- Bump pre-commit from 3.2.2 to 3.3.0 (#48) @dependabot
- Bump requests from 2.28.2 to 2.29.0 (#47) @dependabot
- Bump bleak from 0.20.1 to 0.20.2 (#46) @dependabot
2023.4.2
What’s Changed
- Fix the type passed to _on_state_recieved() (#45) @dknowles2
- Bump pre-commit from 3.2.1 to 3.2.2 (#44) @dependabot
2023.4.1
What’s Changed
- Drop reminder from release drafter (#43) @dknowles2
- Migrate to pyproject.toml (#42) @dknowles2
- Make sure grills.json gets packaged (#41) @dknowles2
2023.4.0
What’s Changed
- Update README.md (#40) @dknowles2
- Use JSON specs for implementing grill features. (#39) @dknowles2
- Bind mount all of /dev in the devcontainer. (#38) @dknowles2
- Bump bleak-retry-connector from 3.0.1 to 3.0.2 (#35) @dependabot
- Bump pre-commit from 3.2.0 to 3.2.1 (#36) @dependabot
- Bump bleak from 0.20.0 to 0.20.1 (#37) @dependabot
2023.3.3
What’s Changed
- Version bump (#34) @dknowles2
- Drop support for python < 3.10 (#33) @dknowles2
- Fix async-ness of callbacks (#32) @dknowles2
2023.3.2
What’s Changed
- Version bump (#31) @dknowles2
- Add tests for the ble module. (#30) @dknowles2
- Make the devcontainer able to build MOS images (#29) @dknowles2
- Add another MOS dependency (#28) @dknowles2
2023.3.1
What’s Changed
- Version bump (#27) @dknowles2
- Replace BleConnection's BleakClient with BLEDevice (#26) @dknowles2
- Bump pytest-asyncio from 0.20.3 to 0.21.0 (#25) @dependabot
- Bump pre-commit from 3.1.1 to 3.2.0 (#24) @dependabot
- Bump bleak from 0.19.5 to 0.20.0 (#23) @dependabot