Skip to content

Releases: intercreate/smpclient

7.1.0

29 May 18:49
db1ee9b

Choose a tag to compare

What's Changed

Full Changelog: 7.0.1...7.1.0

7.0.1

22 May 19:24
45c4610

Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.0.1

7.0.0

04 Mar 20:27
20c261e

Choose a tag to compare

BREAKING

  • The [serial] and [ble] dependency trees are now OPTIONAL. Change smpclient -> smpclient[all] in your build system to avoid losing transports that you require, or specify the transports you need if you'd like to slim your build: smpclient[serial], smpclient[ble]. Note that UDP is always available because it's a python builtin. See #102 for details.

What's Changed

Full Changelog: 6.1.0...7.0.0

6.1.0

26 Jan 19:15
708ba94

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.0...6.1.0

6.0.0

18 Dec 00:49
5507819

Choose a tag to compare

Breaking

  • Drop python 3.9 support

What's Changed

New Contributors

Full Changelog: 5.2.0...6.0.0

5.2.0

14 Nov 22:19
625e1f0

Choose a tag to compare

What's Changed

Full Changelog: 5.1.2...5.2.0

5.1.2

28 Oct 00:00
bf5787d

Choose a tag to compare

What's Changed

  • fix: ble: Race condition in receive for notifications by @randyscott in #82

New Contributors

Full Changelog: 5.1.1...5.1.2

5.1.1

12 Oct 21:02
0576bcc

Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.1.1

5.1.0

25 Aug 18:19
39bbd31

Choose a tag to compare

What's Changed

  • smpclient: mcuboot: treat all files as binary except for .hex by @llisauskas in #74
  • feat: add enumeration management group by @sgfeniex in #71

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

31 May 22:07

Choose a tag to compare

What's Changed

  • BREAKING: drop Python 3.8 support; update poetry and lock by @JPHutchins in #68

Full Changelog: 4.5.1...5.0.0