Releases: blues/note-python
Releases · blues/note-python
v1.5.4
What's Changed
- feat: add a version match for git release and pypi by @Bucknalla in #100
- fix: tomllib for 3.13.2 by @Bucknalla in #101
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- chore: bump version by @Bucknalla in #99
- feat: upgrade to modern Python tooling & packaging by @Bucknalla in #96
- fix: update filelock to solve dependabot warning by @Bucknalla in #97
- fix: update pytest dependency by @Bucknalla in #98
- chore: bump version by @Bucknalla in #99
Full Changelog: v1.5.1...v1.5.3
v1.5.1
What's Changed
- Bump version to 1.5.0. by @haydenroche5 in #82
- Change MicroPython HIL build to use different board type. by @haydenroche5 in #83
- Handle "not supported" errors in the core Transaction function. by @haydenroche5 in #84
- Update note helper to support port and compact format by @drrk in #85
- fix: updates library & example for MicroPython by @Bucknalla in #86
- feat: make FileLock path configurable by @devin-ai-integration in #93
- feat: add card.transport method for NTN connectivity by @devin-ai-integration in #94
- Update CI workflow to use ubuntu-24.04 by @devin-ai-integration in #95
New Contributors
- @Bucknalla made their first contribution in #86
- @devin-ai-integration made their first contribution in #93
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- unit tests with mock i2c by @m-mcgowan in #54
- Bump future from 0.18.2 to 0.18.3 by @dependabot in #55
- Updates and fixes for User Agent handling by @m-mcgowan in #56
- Extend Notecard I2C transaction timeout to 30 seconds from 10. by @haydenroche5 in #57
- Clean up the docs. by @haydenroche5 in #58
- Upgrade pytest dependency to 7.0.1. by @haydenroche5 in #60
- Convert
_user_agent*
variables from class to instance variables. by @haydenroche5 in #61 - Implement CTX/RTX. by @haydenroche5 in #59
- Revert "change validators import for MicroPython" by @drrk in #64
- Get rid of platform.py. by @haydenroche5 in #65
- datadog test by @m-mcgowan in #66
- upgrade PyYML to work around a build problem on python 3.11. by @m-mcgowan in #68
- Make changes to support HitL testing. by @haydenroche5 in #69
- fixup the name of the micropython MCU. Add cron schedule. by @m-mcgowan in #71
- Refactor for readability and reuse and other improvements. by @haydenroche5 in #67
- feat: Refactor serial and I2C code. by @haydenroche5 in #73
- Align serial and I2C reset with note-c. by @haydenroche5 in #74
- Refactor fluent API unit tests. by @haydenroche5 in #75
- Move fluent API unit test files into their own subdirectory. by @haydenroche5 in #78
- Make changes to support binary transfers. by @haydenroche5 in #76
- Add support for binary transfers to/from the Notecard. by @haydenroche5 in #77
- fix: Delay for 50 ms between I2C data queries. by @haydenroche5 in #79
- When checking CRC, treat sequence number and CRC as integers. by @haydenroche5 in #81
New Contributors
Full Changelog: v1.4.6...v1.5.0