Releases: JPHutchins/smp
Releases · JPHutchins/smp
1.0.3
What's Changed
- fix: correct enums for MGMT_ERR (fixes #17) by @JPHutchins in #18
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
Python
- add support for python3.8 and python3.9
What's Changed
- Python/support python3.8 by @JPHutchins in #16
Full Changelog: 1.0.0...1.0.1
1.0.0
BREAKING CHANGES
- The Intercreate GroupId (64) is now under
header.UserGroupId
instead ofheader.GroupId
.
Fixes
- User group ID 64 is available as a group ID when inheriting from any of the message base classes.
What's Changed
- BREAKING CHANGE: fix #13: move Intercreate group ID out of GroupID enum by @JPHutchins in #15
Full Changelog: 0.3.4...1.0.0
0.3.4
What's Changed
- fix #13: allow users to define custom groups and commands by @JPHutchins in #14
Full Changelog: 0.3.3...0.3.4
0.3.3
Fixes
- SMP
Response
should not assert message length once message was successfully parsed
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- fix: assert that header length matches data length when user provides… by @JPHutchins in #11
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0
New Features
- OS Management return codes updated
- Added the first "User" group:
INTERCREATE = 64
What's Changed
- extend OS_MGMT_RET_RC by @tomaszduda23 in #3
- feat: add intercreate group upload command by @JPHutchins in #9
New Contributors
- @tomaszduda23 made their first contribution in #3
Full Changelog: 0.2.0...0.3.0
0.2.0
New Features
- The SMP OS group is complete
- The SMP Image group is complete
- The SMP Shell group is complete
Other
- Development README added
- updated
envr
so that aliases in Windows can use&&
- running the test alias in subshell because it was messing up tab completion in bash - unsure of root cause!
What's Changed
- Feature/complete os group by @JPHutchins in #1
- Feature/complete image management by @JPHutchins in #2
- Add shell management by @petrovichkr in #4
New Contributors
- @JPHutchins made their first contribution in #1
- @petrovichkr made their first contribution in #4
Full Changelog: 0.1.9...0.2.0