Releases: olivergregorius/micropython_ota
Releases · olivergregorius/micropython_ota
2.1.0
What's Changed
- #17: Avoid source file corruption due to connection errors by @olivergregorius in #18 Thanks to @lkies for the suggestion
Full Changelog: v2.0.0...v2.1.0
2.0.0
What's Changed
- #14: Added a flag for enabling soft reset by @olivergregorius in #15
BREAKING CHANGE as the parameterreset_devicefor methodota_updatehas been renamed tohard_reset_device
Full Changelog: v1.2.0...v2.0.0
1.2.0
What's Changed
- #5: Added timeout parameter, optimized response closing by @olivergregorius in #9
- #6: Updated README.md with instructions for installing the library via mip by @olivergregorius in #10
- #7: Added workflow step for cross compiling library to mpy by @olivergregorius in #11
- #8: Support version subdirectory structure by @olivergregorius in #12, intended by @Pax-it
- Added HTTP(S) basic auth by @LexxM3 in #13, drafted in #4
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.0
What's Changed
- Basic functionality implementation by @olivergregorius in #1
New Contributors
- @olivergregorius made their first contribution in #1
Full Changelog: https://github.com/olivergregorius/micropython_ota/commits/v1.0.0