Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Mar 29, 2023

🤖 I have created a release beep boop

protobufjs-cli: 2.0.0

2.0.0 (2025-08-16)

⚠ BREAKING CHANGES

  • drop support for Node 4, 6, 8, 10 (#1764)
  • move command line tool to a new package named protobufjs-cli (#1234)

Features

  • add --no-service option for pbjs static target (#1577) (d01394a)
  • add alt-comment CLI option (#1692) (7558ef0)
  • add Edition 2023 Support (f04ded3)
  • add feature resolution (a9ffc8a)
  • add getTypeUrl method to generated code (#1463) (d13d5d5)
  • add null-defaults option (#1611) (6e713ba)
  • add support for buffer configuration (#1372) (101aa1a)
  • allow message.getTypeUrl provide custom typeUrlPrefix (#1762) (8aad1dd)
  • api_converters_editions tests added and run successfully" (b4b5ca4)
  • cli: generate static files at the granularity of proto messages (#1840) (32f2d6a)
  • increase size of file that protobufjs CLI can process (d36ef0f)
  • move command line tool to a new package named protobufjs-cli (#1234) (da34f43)
  • prepare initial publication of cli (#1752) (64811d5)
  • proto3 optional support (#1584) (6c4d307)
  • update dependencies / general cleanup (#1356) (42f49b4)

Bug Fixes

protobufjs: 8.0.0

8.0.0 (2025-08-16)

⚠ BREAKING CHANGES

  • drop support for Node 4, 6, 8, 10 (#1764)
  • move command line tool to a new package named protobufjs-cli (#1234)
  • encoding of empty Buffers (#1514)

Features

  • accept unknown enum values in fromObject (#1793) (ef24ae4)
  • add --no-service option for pbjs static target (#1577) (d01394a)
  • Add prepublishOnly script (0e4da8b)
  • add alt-comment CLI option (#1692) (7558ef0)
  • add configurable Root.prototype.fetch (ad3cffd)
  • add Edition 2023 Support (f04ded3)
  • add feature resolution (a9ffc8a)
  • add feature resolution and tests (68b5339)
  • add feature resolution for protobuf editions (65d3ed1)
  • add getTypeUrl method to generated code (#1463) (d13d5d5)
  • add handling for extension range options (#1990) (2d58011)
  • add null-defaults option (#1611) (6e713ba)
  • add support for buffer configuration (#1372) (101aa1a)
  • allow message.getTypeUrl provide custom typeUrlPrefix (#1762) (8aad1dd)
  • api_converters_editions tests added and run successfully" (b4b5ca4)
  • better comment parse (#1419) (7fd2e18)
  • cli: generate static files at the granularity of proto messages (#1840) (32f2d6a)
  • increase size of file that protobufjs CLI can process (d36ef0f)
  • move command line tool to a new package named protobufjs-cli (#1234) (da34f43)
  • parsed options (#1256) (7a25398)
  • prepare initial publication of cli (#1752) (64811d5)
  • proto3 optional support (#1584) (6c4d307)
  • support parsing of complex options (#1744) (b1746a8)
  • update dependencies / general cleanup (#1356) (42f49b4)
  • valuesOptions for enums (#1358) (bb6b1d4)

Bug Fixes

  • add import long to the generated .d.ts (#1802) (7c27b5a)
  • allow for an optional semicolon where there is an optional comma in parseOptionValue (#1571) (af1b449)
  • allow Windows unc paths to be resolved and normalized (#1351) (cd4aeda)
  • change tree traversal order and feature resolution algorithm (d2d47d9)
  • cli: fix relative path to Google pb files (#1859) (e42eea4)
  • crash in comment parsing (#1890) (eaf9f0a)
  • deprecation warning for new Buffer (#1905) (e93286e)
  • deps: patch minimatch vulnerability (#1704) (bac61b8)
  • deps: update dependency glob to v8 (#1750) (8303a64)
  • deps: update dependency long to v5 (#1751) (dadc65e)
  • deps: use eslint 8.x (#1728) (fa01883)
  • descriptor extensions handling post-editions (#2075) (6e255d4)
  • do not allow to extend same field twice to prevent the error (#1784) (14f0536)
  • do not fail if no process (#1440) (f2faa8c)
  • do not let setProperty change the prototype (#1731) (3357ef7)
  • do not let setProperty change the prototype (#1899) (e66379f)
  • docs: update CHANGELOG to match format of release-please (#1376) (15ed8a0)
  • docs: Update readme to correct command for creating types (#1939) (0f9d477)
  • drop support for Node 4, 6, 8, 10 (#1764) (50370dd)
  • encoding of empty Buffers (#1514) (b4cae07), closes #1500 #885
  • ensure that types are always resolved (#2068) (4b51cb2)
  • error should be thrown (#1817) (e7a3489)
  • es6 export enum (#1446) (9f33784)
  • extensions broke oneof (#1789) (d7f501c)
  • fix util.global (#1441) (742b8dc)
  • fromObject should not initialize oneof members (#1597) (90afe44)
  • generate valid js code for aliased enum values (#1801) (7120e93)
  • google.protobuf.Any type_url fixes (#1068) (192f5f1)
  • handle nullability for optional fields (59569c1)
  • handling of map entries with omitted key or value (#1348) (b950877)
  • handling properly fields with leading and trailing comments after field with trailing comment (#1593) (9011aac)
  • include (28e3334)
  • invalid syntax in descriptor.proto (#2092) (5a3769a)
  • make node detection a bit more forgiving (#1445) (4e75f6d)
  • make parsedOptions appear in method JSON representation (#1506) (3d29969)
  • optimize regressions from editions implementations (#2066) (6406d4c)
  • possible infinite loop when parsing option (#1923) (f2a8620)
  • proper relative path to protobufjs in cli (#1753) (a1d6029)
  • properly parse empty messages in options (#1429) (7fbc79f)
  • proto3 optional scalars should default to null in reflection API (#1693) (d9144de)
  • remove eval usage so that chrome extension MV3 can run properly (#1941) (f2ccb99)
  • remove unused @types/long (#1785) (0f4af83)
  • replace deprecated String.prototype.substr() (#1701) (e33a84a)
  • report missing import properly in loadSync (#1960) (af3ff83)
  • reserved field inside group blocks fail parsing (#2058) (56782bf)
  • Revert "fix: error should be thrown" (4489fa7)
  • scope variable for map field to avoid redeclaration (#1717) (#1718) (1d3c02a)
  • support for nested messages and enums within group blocks (#1790) (f36d4e4)
  • support for options with repeated_value: [ "foo", "bar" ] (#1574) (f5b893c)
  • type names can be split into multiple tokens (#1877) (8817ee6)
  • types: nested object can be a oneof (#1812) (119d90a)
  • types: reserved field in IType can contain reserved names (#2001) (d1d2c0c)
  • types: update type deps (#1776) (d87978b)
  • typo in pbjs help text (#1552) (7f46dbe)
  • update minimal.js to evade override mistake (#1742) (e2f33a0)
  • updated isNode check (#1221) (#1363) (5564e7b)
  • use bundled filename to fix common pb includes (#1860) (dce9a2e)
  • use ES5 style function syntax (#1830) (64e8936)
  • utf8 -> utf16 decoding bug on surrogate pairs (#1486) (75172cd)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from 488ec55 to b9feeb9 Compare June 25, 2023 05:26
@github-actions github-actions bot force-pushed the release-please--branches--master branch from b9feeb9 to 9cc69da Compare September 21, 2023 00:35
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 9cc69da to eceba06 Compare January 17, 2024 15:34
@github-actions github-actions bot force-pushed the release-please--branches--master branch from eceba06 to e57a93b Compare May 12, 2024 03:51
@github-actions github-actions bot force-pushed the release-please--branches--master branch from e57a93b to ee1a4d1 Compare May 29, 2024 07:38
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from e518717 to e035cd1 Compare June 12, 2024 10:08
@github-actions github-actions bot force-pushed the release-please--branches--master branch from e035cd1 to 300982b Compare September 22, 2024 16:29
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 300982b to 85503b8 Compare October 17, 2024 03:52
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 85503b8 to a752653 Compare December 30, 2024 10:48
@github-actions github-actions bot force-pushed the release-please--branches--master branch from a752653 to a7794ed Compare April 2, 2025 04:48
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 563f15f to 0f2acec Compare April 15, 2025 16:48
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 2164c4e to eb3a5cf Compare May 8, 2025 22:48
@github-actions github-actions bot force-pushed the release-please--branches--master branch from eb3a5cf to 960f07d Compare May 14, 2025 22:48
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 960f07d to 5dd61a3 Compare May 28, 2025 22:48
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 5dd61a3 to 9133ff5 Compare August 16, 2025 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant