Skip to content

Releases: particle-iot/device-os-protobuf

v3.0.0

Choose a tag to compare

@sergeuz sergeuz released this 10 Jun 13:10
v3.0.0
7491501

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

Choose a tag to compare

@monkbroc monkbroc released this 23 Mar 23:06
v2.9.0
19be3cf

What's Changed

Full Changelog: v2.8.1...v2.9.0

v2.8.0

Choose a tag to compare

@sergeuz sergeuz released this 04 Feb 14:10

What's Changed

Full Changelog: v2.7.1...v2.8.0

v2.7.1

Choose a tag to compare

@sergeuz sergeuz released this 04 Feb 14:09
v2.7.1
0b7fe10

What's Changed

  • Extend describe with env vars hash by @sergeuz in #39

Full Changelog: v2.7.0...v2.7.1

v2.7.0

Choose a tag to compare

@sergeuz sergeuz released this 04 Feb 14:09
v2.7.0
8e0f44e

What's Changed

Full Changelog: v2.6.3...v2.7.0

v2.6.3

Choose a tag to compare

@cole-abbeduto-particle cole-abbeduto-particle released this 02 Oct 17:54

What's Changed

New Contributors

Full Changelog: v2.6.2...v2.6.3

v2.6.2

Choose a tag to compare

@cole-abbeduto-particle cole-abbeduto-particle released this 02 Oct 17:53
v2.6.2
d86eba3

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

Choose a tag to compare

@joegoggins joegoggins released this 21 Jan 00:07

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