Releases: particle-iot/device-os-protobuf
Releases · particle-iot/device-os-protobuf
v3.0.0
Compare
Sorry, something went wrong.
No results found
What's Changed
eSIM manager API by @sergeuz in #44
BREAKING Remove the legacy API for sending APDUs to the modem (#44 ).
Full Changelog : v2.10.1...v3.0.0
v2.9.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v2.8.1...v2.9.0
v2.8.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v2.7.1...v2.8.0
v2.7.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v2.7.0...v2.7.1
v2.7.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v2.6.3...v2.7.0
v2.6.3
Compare
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog : v2.6.2...v2.6.3
v2.6.2
Compare
Sorry, something went wrong.
No results found
What's Changed
chore: [sc-135428] Address critical vulnerabilities found in protobufjs by @monkbroc in #36
Full Changelog : v2.6.1...v2.6.2
Introduce simpler APIs for encoding/decoding
Compare
Sorry, something went wrong.
No results found
What's Changed
Introduces main public API methods for this module:
encode(protobufMessageName, {data: "foo"})
decode(protobufMessageName, buffer)
getDefinition(protobufMessageName)
getDefinitions() / getNamespaces()
More details in #10