Skip to content

Releases: JPHutchins/smp

3.2.0

09 Oct 04:24
43ee844
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.3...3.2.0

3.1.3

28 Sep 20:57
Compare
Choose a tag to compare

Trying to fix document deployment.

Full Changelog: 3.1.2...3.1.3

3.1.2

28 Sep 20:38
417a89c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

22 Sep 20:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

21 Sep 01:19
d8d0635
Compare
Choose a tag to compare

Features

  • Settings Management Group
  • Statistics Management Group
  • Zephyr Management Group

What's Changed

Full Changelog: 3.0.3...3.1.0

3.0.3

18 Sep 23:36
aed28e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.0.3

3.0.2

31 Aug 20:39
e5cd4ba
Compare
Choose a tag to compare

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

24 Jul 02:46
d1d3b9b
Compare
Choose a tag to compare

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

17 Jul 05:07
4796bcf
Compare
Choose a tag to compare

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 in smp.packet is renamed to LF, because it is a line feed character not a carriage return

What's Changed

New Contributors

Full Changelog: 2.0.0...3.0.0

2.0.0

01 Jun 20:58
c6c9bc7
Compare
Choose a tag to compare

BREAKING CHANGES

  • ImageUploadProgressWriteResponse and ImageUploadFinalWriteResponse are removed in favor of ImageUploadWriteResponse.

What's Changed

Full Changelog: 1.0.3...2.0.0