Releases: JPHutchins/smp
Releases · JPHutchins/smp
3.2.0
3.1.3
Trying to fix document deployment.
Full Changelog: 3.1.2...3.1.3
3.1.2
3.1.1
3.1.0
Features
- Settings Management Group
- Statistics Management Group
- Zephyr Management Group
What's Changed
- Feature/more groups by @JPHutchins in #35
Full Changelog: 3.0.3...3.1.0
3.0.3
3.0.2
What's Changed
- fix: a bug where legacy SMP servers' ImageUploadWriteResponse would n… by @JPHutchins in #32
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- fix: add smp_data field used to set the bytes if deserializing by @JPHutchins in #28
Full Changelog: 3.0.0...3.0.1
3.0.0
BREAKING CHANGES
- SMP messages will now default to V2. All SMP message constructors have a version argument that defaults to V2 but can be set to V1 instead.
- SMP Version Enum (relevant for error messages, mostly) is update from V0, V1 -> V1, V2 to match the specification
- The
CR
const insmp.packet
is renamed toLF
, because it is a line feed character not a carriage return
What's Changed
- Added file management by @Maartenwn in #22
- Breaking/default to v2 by @JPHutchins in #21
- Breaking/update packet consts by @JPHutchins in #23
- Breaking/fix: remove rc from ImageUploadWriteResponse by @JPHutchins in #24
- poetry: update by @JPHutchins in #25
New Contributors
- @Maartenwn made their first contribution in #22
Full Changelog: 2.0.0...3.0.0
2.0.0
BREAKING CHANGES
- ImageUploadProgressWriteResponse and ImageUploadFinalWriteResponse are removed in favor of ImageUploadWriteResponse.
What's Changed
- github: workflow: add macos and windows by @JPHutchins in #19
- BREAKING CHANGE: Fix/image upload write response by @JPHutchins in #20
Full Changelog: 1.0.3...2.0.0