Skip to content

chore: release master #4

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 260 commits into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

🤖 I have created a release beep boop

protobufjs-cli: 2.0.0

2.0.0 (2025-02-14)

⚠ 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 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)
  • 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-02-14)

⚠ 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

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)
  • 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
  • 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)
  • 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)
  • 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.

ffflorian and others added 30 commits February 14, 2019 17:42
After spending a few hours trying to figure out how to connect those 2 great framework, I think it would be a great idea to add that to the doc to save people time in the future. Thanks !
The variable `descriptor` is assigned both to the imported descriptor
module, as well as the descriptor message. This renames the latter to
`descriptorMsg`.
Make comments above multiline method definitions get parsed
successfully.
allow file-level options everywhere in the file
Run `npm audit fix` to address errors reported by `npm`.
This adds an additional import to ensure the output of `pbts` includes the `long` package.
Properly iterate and return method descriptors
Fix to allow comments above multi-line method declarations to be parsed.
In some cases when method resolvePath of the Root was overridden bundled definitions will not load correctly. This small patch fixes this behavior.
…oken

Fix breaking build because of a minify error
* Added support for buffer configuration.

* Fixed tests for node 4.

* Fixed deprecated Buffer methods.
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.