Open
Conversation
Author
ℹ Artifact update noticeFile name: docs/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7312734 to
c513318
Compare
c513318 to
10a43e3
Compare
10a43e3 to
9893131
Compare
ca61266 to
bc7b143
Compare
bc7b143 to
c436cbe
Compare
c436cbe to
9e9817b
Compare
9e9817b to
97605b4
Compare
e1ff9e6 to
94d5991
Compare
94d5991 to
b8782c6
Compare
Author
ℹ️ Artifact update noticeFile name: docs/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
680576e to
2709139
Compare
23782eb to
aae9ab0
Compare
c6116a2 to
3618c81
Compare
d27309e to
805d0fc
Compare
805d0fc to
2da5279
Compare
2da5279 to
1a049a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.26.3→v2.29.0v1.5.1→v1.6.1v1.36.5→v1.36.11"~> 0.6.0"→"~> 0.8.0"1.9.1→1.9.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.29.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.28.0...v2.29.0
v2.28.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.8...v2.28.0
v2.27.8Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.7...v2.27.8
v2.27.7Compare Source
Re-release of v2.26.7 as v2.27.7 for correct semver ordering.
v2.27.6Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.5...v2.27.6
v2.27.5Compare Source
What's Changed
summary/descriptioninstead of title for field comments inopenapigen by @iamrajiv in #6223New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.4...v2.27.5
v2.27.4Compare Source
What's Changed
body: "field_name"by @rdark in #6088no-$ref-siblingsrule violations by @jgreffe in #6099New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4
v2.27.3Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.2...v2.27.3
v2.27.2Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.2
v2.27.1Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.0...v2.27.1
v2.27.0Compare Source
What's Changed
camelCaseby @iamrajiv in #5601New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.3...v2.26.4
v2.26.7Compare Source
What's Changed
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.6...v2.26.7
grpc/grpc-go (google.golang.org/grpc/cmd/protoc-gen-go-grpc)
v1.6.1: protoc-gen-go-grpc v1.6.1Bug Fixes
v1.6.0: Release 1.6.0Compare Source
API Changes
Features
Performance
*gzip.Writerback to pool (#1441)Bug fixes
Documentation
NewOutgoingContextin the metadata doc (#1425)Testing
go vetlike "context" (#1490)protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.36.11Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11
User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.
Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds
Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice
v1.36.10Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.9...v1.36.10
Bug fixes:
CL/704415: reflect/protodesc: edition-2024-specific properties should not be lost when converting FileDescriptorProto to protoreflect.FileDescriptor
Maintenance:
CL/708555: internal/race_test: add missing impl.LazyEnabled() t.Skip
CL/703295: proto: add more invalid group encoding test cases
CL/703276: internal/impl: verify lazy unmarshal on Deterministic encoding
CL/703275: internal/impl: stop using deprecated .Field in lazy_test.go
CL/702795: all: update to latest github.com/google/go-cmp
v1.36.9Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.8...v1.36.9
User-visible changes:
CL/699715: cmd/protoc-gen-go: add test for "import option" directive
CL/699115: internal/editionssupport: declare support for edition 2024
CL/697595: editions: Fix spelling mistake in panic message
v1.36.8Compare Source
Maintenance:
CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release
v1.36.7Compare Source
Maintenance / optimizations:
CL/683955: encoding/protowire: micro-optimize SizeVarint (-20% on Intel)
CL/674055: internal/impl: remove unnecessary atomic access for non-lazy lists
CL/674015: impl: remove unnecessary nil check from presence.Present
CL/673495: types/descriptorpb: regenerate using latest protobuf v31 release
CL/670516: cmd/protoc-gen-go: centralize presence and lazy logic into filedesc
CL/670515: internal: move usePresenceForField to internal/filedesc
CL/670275: internal/impl: clean up usePresenceForField() (no-op)
v1.36.6Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.5...v1.36.6
User-visible changes:
CL/657895: internal_gengo: generate a const string literal for the raw descriptor
CL/653536: proto: Add CloneOf[M Message](m M) M
Maintenance:
CL/649135: all: set Go language version to Go 1.22
CL/654955: types/descriptorpb: regenerate using latest protobuf v30 release
ruby/webrick (webrick)
v1.9.2Compare Source
What's Changed
New Contributors
Full Changelog: ruby/webrick@v1.9.1...v1.9.2
Configuration
📅 Schedule: (in timezone Australia/Sydney)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.