Skip to content
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

chore: release master #8

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 (2024-12-30)

⚠ 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 (2024-12-30)

⚠ 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.

@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
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