Skip to content

chore: release master #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jul 9, 2022

🤖 I have created a release beep boop

protobufjs-cli: 2.0.0

2.0.0 (2025-05-29)

⚠ 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-05-29)

⚠ 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)
  • 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 2 times, most recently from 1474ecc to 9d2b9bf Compare August 18, 2022 00:47
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 9d2b9bf to 4817f6e Compare August 27, 2022 00:37
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 4817f6e to 0a80034 Compare October 23, 2022 00:28
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 0a80034 to 875405d Compare January 25, 2023 06:51
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 7cf2276 to ee3bed4 Compare February 8, 2023 05:20
@github-actions github-actions bot force-pushed the release-please--branches--master branch from ee3bed4 to d8447f6 Compare March 28, 2023 06:52
@github-actions github-actions bot force-pushed the release-please--branches--master branch from d8447f6 to d8c015c Compare June 25, 2023 14:52
@github-actions github-actions bot force-pushed the release-please--branches--master branch from d8c015c to 94334a7 Compare September 21, 2023 08:16
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 82a7f5b to cd36663 Compare January 18, 2024 07:01
@github-actions github-actions bot force-pushed the release-please--branches--master branch from cd36663 to daee408 Compare May 11, 2024 12:49
@github-actions github-actions bot force-pushed the release-please--branches--master branch from daee408 to b38f52e Compare May 29, 2024 04:30
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from c095010 to 7706180 Compare June 12, 2024 22:59
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 7706180 to 78125a6 Compare August 26, 2024 06:53
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 78125a6 to a270f23 Compare October 19, 2024 19:48
@github-actions github-actions bot force-pushed the release-please--branches--master branch from a270f23 to 34a9e9d Compare December 30, 2024 10:59
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 34a9e9d to 65a94ee Compare April 2, 2025 05:13
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 3a09e49 to aa9b2e6 Compare April 16, 2025 00:42
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from d4f2d8f to f31501e Compare May 15, 2025 12:38
@github-actions github-actions bot force-pushed the release-please--branches--master branch from f31501e to 59fda87 Compare May 29, 2025 10:33
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.

0 participants