Skip to content

Releases: protobufjs/protobuf.js

v7.5.5

17 Apr 14:22

Choose a tag to compare

v7.5.5

This release backports two reported security issues to 7.x branch.

  • fix: do not allow setting __proto__ in Message constructor (#2126)
  • fix: filter invalid characters from the type name (#2127)

Full Changelog: protobufjs-v7.5.4...protobufjs-v7.5.5

v6.11.5

17 Apr 14:25

Choose a tag to compare

v6.11.5

This release has no code changes, only fixing a problem reported in #2138 with the node_modules being packed into the released archive.

Full Changelog: v6.11.4...v6.11.5

protobufjs: v8.0.1

11 Mar 03:20
6559b3d

Choose a tag to compare

8.0.1 (2026-03-11)

Bug Fixes

  • bump protobufjs dependency version for cli package (#2128) (549b05e)
  • correct json syntax in tsconfig.json (#2120) (8065625)
  • descriptor: guard oneof index for non-Type parents (#2122) (1cac5cf)
  • do not allow setting proto in Message constructor (#2126) (f05e3c3)
  • filter invalid characters from the type name (#2127) (535df44)

protobufjs-cli: v2.0.1

11 Mar 03:20
6559b3d

Choose a tag to compare

2.0.1 (2026-03-11)

Bug Fixes

  • bump protobufjs dependency version for cli package (#2128) (549b05e)

protobufjs: v8.0.0

16 Dec 21:57
933e875

Choose a tag to compare

8.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • add Edition 2024 Support (#2060)

Features

protobufjs-cli: v2.0.0

16 Dec 21:57
933e875

Choose a tag to compare

2.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • add Edition 2024 Support (#2060)

Features

protobufjs: v7.5.4

15 Aug 23:20
827ff8e

Choose a tag to compare

7.5.4 (2025-08-15)

Bug Fixes

protobufjs: v7.5.3

28 May 22:25
f42297b

Choose a tag to compare

7.5.3 (2025-05-28)

Bug Fixes

  • descriptor extensions handling post-editions (#2075) (6e255d4)

protobufjs: v7.5.2

14 May 19:30
9467abe

Choose a tag to compare

7.5.2 (2025-05-14)

Bug Fixes

protobufjs: v7.5.1

08 May 17:35
69cced8

Choose a tag to compare

7.5.1 (2025-05-08)

Bug Fixes

  • optimize regressions from editions implementations (#2066) (6406d4c)
  • reserved field inside group blocks fail parsing (#2058) (56782bf)