Skip to content

Tags: protocolbuffers/protobuf-javascript

Tags

v4.0.2

Toggle v4.0.2's commit message
bump version v4.0.2

Fix bug in @protocolbuffers/protoc-gen-js package that causes it to
erroneously download an older version (v4.0.0) of the plugin.

v.4.0.2

Toggle v.4.0.2's commit message
bump version v4.0.2

Fix bug in @protocolbuffers/protoc-gen-js package that causes it to
erroneously download an older version (v4.0.0) of the plugin.

v4.0.2-rc7

Toggle v4.0.2-rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adjust path for archive and bump pre-release version (#273)

v4.0.2-rc6

Toggle v4.0.2-rc6's commit message
add MODULE.bazel and licenses to BCR package, bump pre-release version

While the traditional dist tarball includes MODULE.bazel, it has an
architecture specific name that is inappropriate for BCR. The tar'd
javascript filegroup is closer to what we want, but the release
process fails when it doesn't find MODULE.bazel.

This change just splits the difference and adds MODULE.bazel to the
javascript filegroup.

v4.0.2-rc5

Toggle v4.0.2-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch BCR release workflow javascript source tarball, bump version (#…

…271)

Switch BCR release workflow javascript source tarball, bump version

v4.0.2-rc4

Toggle v4.0.2-rc4's commit message
Bump version to 4.0.2-rc4 for testing BCR workflow

v4.0.2-rc3

Toggle v4.0.2-rc3's commit message
Add placeholder google-protobuf.js file to fix missing input

Release workflow currently errors out with `//:dist_files: missing
input file '//:google-protobuf.js'` because we normally only generate
it as part of the cross-compiled binary and npm releases. However,
this seems to be causing problems for the BCR release process because
the build target is broken without it.

This change just adds a placeholder file to smooth things over.

v4.0.2-rc2

Toggle v4.0.2-rc2's commit message
Bump version to v4.0.2-rc2 or testing BCR workflow

v4.0.2-rc1

Toggle v4.0.2-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 4.0.2-rc1 for testing BCR workflow (#265)

The BCR publishing workflow requires a tag, and we can't use v4.0.1
since it didn't yet contain the actions. We will hold off doing an
actual plugin release to npm until BCR is settled.

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow edition 2024 (#259)

* Allow protobuf edition 2024

There are no relevant code generation changes for Edition 2024.  This
change just bumps the supported range so that Edition 2024 files
successfully parse.

bump version 4.0.0 -> 4.0.1