Sourced from @bufbuild/protobuf
's
releases.
v1.6.0
What's Changed
- Add CommonJS support as a plugin option by
@timostamm
in #648- Add
GeneratedFile.jsDoc()
and other features to@bufbuild/protoplugin
by@timostamm
in #649Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.5.1...v1.6.0
v1.5.1
What's Changed
- Add explicit exports for Node by
@smaye81
in bufbuild/protobuf-es#645- Honor experimental editions in the preamble generated by
@bufbuild/protoplugin
by@timostamm
in bufbuild/protobuf-es#644- Fix typing error in
@bufbuild/protoplugin
, improve error messages by@timostamm
in bufbuild/protobuf-es#642- Support for proto2 groups by
@timostamm
in bufbuild/protobuf-es#640Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.5.0...v1.5.1
v1.5.0
This release includes preliminary support for editions. Please note that it's still an experimental feature.
What's Changed
- Match typeUrls with leading slash in google.protobuf.Any by
@grod220
in bufbuild/protobuf-es#618- Expose experimental syntax "editions" in descriptor sets by
@timostamm
in bufbuild/protobuf-es#621- Expose experimental edition features in descriptor sets by
@timostamm
in bufbuild/protobuf-es#627New Contributors
@grod220
made their first contribution in bufbuild/protobuf-es#618Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.4.2...v1.5.0
v1.4.2
What's Changed
- Add
@bufbuild/protobuf
to the direct dependencies of protoc-gen-es by@timostamm
in bufbuild/protobuf-es#601- Update to google protobuf v25.0 by
@timostamm
in bufbuild/protobuf-es#608Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.4.1...v1.4.2
2e01070
Release 1.6.0 (#652)e700336
Release 1.5.1 (#647)093967d
Add explicit exports for Node (#645)ce54cf1
Support proto2 groups (#640)a2c4a9f
Bump prettier from 3.0.3 to 3.1.0 (#637)d0049b3
Release 1.5.0 (#629)ae8a3ae
Expose experimental edition features in descriptor sets (#627)1f3faa6
Fix Edition type modification for the edition property of DescFile (#626)8a23052
Expose syntax "editions" in descriptor sets (#621)d33b2ca
Prevent code gen and formatter fighting over whitespace (#620)Sourced from @bufbuild/protoplugin
's
releases.
v1.6.0
What's Changed
- Add CommonJS support as a plugin option by
@timostamm
in #648- Add
GeneratedFile.jsDoc()
and other features to@bufbuild/protoplugin
by@timostamm
in #649Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.5.1...v1.6.0
v1.5.1
What's Changed
- Add explicit exports for Node by
@smaye81
in bufbuild/protobuf-es#645- Honor experimental editions in the preamble generated by
@bufbuild/protoplugin
by@timostamm
in bufbuild/protobuf-es#644- Fix typing error in
@bufbuild/protoplugin
, improve error messages by@timostamm
in bufbuild/protobuf-es#642- Support for proto2 groups by
@timostamm
in bufbuild/protobuf-es#640Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.5.0...v1.5.1
v1.5.0
This release includes preliminary support for editions. Please note that it's still an experimental feature.
What's Changed
- Match typeUrls with leading slash in google.protobuf.Any by
@grod220
in bufbuild/protobuf-es#618- Expose experimental syntax "editions" in descriptor sets by
@timostamm
in bufbuild/protobuf-es#621- Expose experimental edition features in descriptor sets by
@timostamm
in bufbuild/protobuf-es#627New Contributors
@grod220
made their first contribution in bufbuild/protobuf-es#618Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.4.2...v1.5.0
v1.4.2
What's Changed
- Add
@bufbuild/protobuf
to the direct dependencies of protoc-gen-es by@timostamm
in bufbuild/protobuf-es#601- Update to google protobuf v25.0 by
@timostamm
in bufbuild/protobuf-es#608Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.4.1...v1.4.2
2e01070
Release 1.6.0 (#652)360bdb9
Add GeneratedFile.jsDoc() and other features to
@bufbuild/protoplugin
(#649)8f13a7d
Add CommonJS support as a plugin option (#648)e700336
Release 1.5.1 (#647)093967d
Add explicit exports for Node (#645)2062cd7
Honor editions in the preamble generated by
@bufbuild/protoplugin
(#644)f74944f
Fix typing error in @bufbuild/protoplugin
, improve error
messages (#642)a2c4a9f
Bump prettier from 3.0.3 to 3.1.0 (#637)d0049b3
Release 1.5.0 (#629)f597bd1
Release 1.4.2 (#609)Sourced from @bufbuild/buf
's
releases.
v1.28.1
- The
buf curl
command has been updated to support the use of multiple schemas. This allows users to specify multiple--schema
flags and/or to use both--schema
and--reflect
flags at the same time. The result is that additional sources can be consulted to resolve an element. This can be useful when the result of an RPC contains extensions or values ingoogle.protobuf.Any
messages that are not defined in the same schema that defines the RPC service.- Fix issue where
buf lint
incorrectly reports error when(buf.validate.field).required
is set for an optional field in proto3.v1.28.0
- Add lint rules for protovalidate.
buf lint
will now verify that your protovalidate rules are valid. A single rulePROTOVALIDATE
has been added to theDEFAULT
group - given that protovalidate is net new, this does not represent a breaking change.- Update
buf beta price
with the latest pricing information.- Display a warning when reading a
buf.lock
with dependencies with b1 or b3 digests. b1 and b3 digests will be deprecated in a future version. Runbuf mod update
to update dependency digests.
Sourced from @bufbuild/buf
's
changelog.
[v1.28.1] - 2023-11-15
- The
buf curl
command has been updated to support the use of multiple schemas. This allows users to specify multiple--schema
flags and/or to use both--schema
and--reflect
flags at the same time. The result is that additional sources can be consulted to resolve an element. This can be useful when the result of an RPC contains extensions or values ingoogle.protobuf.Any
messages that are not defined in the same schema that defines the RPC service.- Fix issue where
buf lint
incorrectly reports error when(buf.validate.field).required
is set for an optional field in proto3.[v1.28.0] - 2023-11-10
- Add lint rules for protovalidate.
buf lint
will now verify that your protovalidate rules are valid. A single rulePROTOVALIDATE
has been added to theDEFAULT
group - given that protovalidate is net new, this does not represent a breaking change.- Update
buf beta price
with the latest pricing information.- Display a warning when reading a
buf.lock
with dependencies with b1 or b3 digests. b1 and b3 digests will be deprecated in a future version. Runbuf mod update
to update dependency digests.
68e18ce
Release v1.28.1 (#2591)61bc015
Fix buf lint mistaking proto3 optional fields for oneof fields (#2590)819a804
Allow buf curl to use multiple schemas when resolving elements (#2587)aaf2d2c
Detect checked out branch by reading git HEAD file (#2570)9aaf28d
Print count of unrecognized bytes in "buf curl" (#2586)7b3ad25
Upgrade go dependencies (#2583)82103ef
Less slice construction/copying thanks to generics (#2584)d99a5fb
Change mockSyncHandler
to testSyncHandler
(#2581)e5a7a1c
Update slack message for release drafts (#2582)ec9eeeb
Bump bufbuild/buf-setup-action from 1.27.2 to 1.28.0 (#2573)Sourced from @bufbuild/protoc-gen-es
's
releases.
v1.6.0
What's Changed
- Add CommonJS support as a plugin option by
@timostamm
in #648- Add
GeneratedFile.jsDoc()
and other features to@bufbuild/protoplugin
by@timostamm
in #649Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.5.1...v1.6.0
v1.5.1
What's Changed
- Add explicit exports for Node by
@smaye81
in bufbuild/protobuf-es#645- Honor experimental editions in the preamble generated by
@bufbuild/protoplugin
by@timostamm
in bufbuild/protobuf-es#644- Fix typing error in
@bufbuild/protoplugin
, improve error messages by@timostamm
in bufbuild/protobuf-es#642- Support for proto2 groups by
@timostamm
in bufbuild/protobuf-es#640Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.5.0...v1.5.1
v1.5.0
This release includes preliminary support for editions. Please note that it's still an experimental feature.
What's Changed
- Match typeUrls with leading slash in google.protobuf.Any by
@grod220
in bufbuild/protobuf-es#618- Expose experimental syntax "editions" in descriptor sets by
@timostamm
in bufbuild/protobuf-es#621- Expose experimental edition features in descriptor sets by
@timostamm
in bufbuild/protobuf-es#627New Contributors
@grod220
made their first contribution in bufbuild/protobuf-es#618Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.4.2...v1.5.0
v1.4.2
What's Changed
- Add
@bufbuild/protobuf
to the direct dependencies of protoc-gen-es by@timostamm
in bufbuild/protobuf-es#601- Update to google protobuf v25.0 by
@timostamm
in bufbuild/protobuf-es#608Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.4.1...v1.4.2
2e01070
Release 1.6.0 (#652)360bdb9
Add GeneratedFile.jsDoc() and other features to
@bufbuild/protoplugin
(#649)8f13a7d
Add CommonJS support as a plugin option (#648)e700336
Release 1.5.1 (#647)ce54cf1
Support proto2 groups (#640)d0049b3
Release 1.5.0 (#629)8a23052
Expose syntax "editions" in descriptor sets (#621)9777c0b
Match typeUrls with leading slash in google.protobuf.Any (#618)f597bd1
Release 1.4.2 (#609)271795b
Add @bufbuild/protobuf
to the direct dependencies of
protoc-gen-es (#601)Sourced from @connectrpc/connect
's
releases.
v1.1.4
What's Changed
- Support zero-length compressed request and response messages on Node.js by
@timostamm
in #893.- Don't set
User-Agent
header in connect-web by@srikrsna-buf
in #912.- Always capture header in
ConnectError
by@srikrsna-buf
in #924.- Introduce experimental
ConnectRouter.rpc
overload to not require fullServiceType
by@paul-sachs
in #925.- Add explicit exports for node by
@smaye81
in #921.Full Changelog: https://github.com/connectrpc/connect-es/compare/v1.1.3...v1.1.4
428e145
Release 1.1.4 (#950)22ef9ed
Update dependencies (#928)033c53c
Add explicit exports for node (#921)b4863fb
Introduce ConnectRouter.rpc overload to not require full ServiceType (#925)2993118
Always capture header in ConnecError
(#924)c59a32e
Update dependencies (#913)24bcfb2
Don't set User-Agent
header in connect-web (#912)fec06c7
Dependabot updates (#906)623a6d1
Support zero-length compressed request and response messages on Node.js
(#893)Sourced from @connectrpc/protoc-gen-connect-es
's
releases.
v1.1.4
What's Changed
- Support zero-length compressed request and response messages on Node.js by
@timostamm
in #893.- Don't set
User-Agent
header in connect-web by@srikrsna-buf
in #912.- Always capture header in
ConnectError
by@srikrsna-buf
in #924.- Introduce experimental
ConnectRouter.rpc
overload to not require fullServiceType
by@paul-sachs
in #925.- Add explicit exports for node by
@smaye81
in #921.Full Changelog: https://github.com/connectrpc/connect-es/compare/v1.1.3...v1.1.4
428e145
Release 1.1.4 (#950)fec06c7
Dependabot updates (#906)