Skip to content

Commit 346e37c

Browse files
authored
Update docs (#2273)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [google.golang.org/grpc/cmd/protoc-gen-go-grpc](https://togithub.com/grpc/grpc-go) | `v1.3.0` -> `v1.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc%2fcmd%2fprotoc-gen-go-grpc/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc%2fcmd%2fprotoc-gen-go-grpc/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc%2fcmd%2fprotoc-gen-go-grpc/v1.3.0/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc%2fcmd%2fprotoc-gen-go-grpc/v1.3.0/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | `v1.34.1` -> `v1.34.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fprotobuf/v1.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fprotobuf/v1.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fprotobuf/v1.34.1/v1.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fprotobuf/v1.34.1/v1.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | patch | | | All locks refreshed | | | | | | lockFileMaintenance | | [jekyll-feed](https://togithub.com/jekyll/jekyll-feed) | `0.15.1` -> `0.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/jekyll-feed/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/jekyll-feed/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/jekyll-feed/0.15.1/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/jekyll-feed/0.15.1/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | minor | --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc/cmd/protoc-gen-go-grpc)</summary> ### [`v1.4.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.4.0): Release 1.4.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.3.0...v1.4.0) ### New features - Implement `EmptyCallOption` ([#&#8203;1244](https://togithub.com/grpc/grpc-go/issues/1244)) - Adding dial options for PerRPCCredentials ([#&#8203;1225](https://togithub.com/grpc/grpc-go/issues/1225)) - Expand service config support ([#&#8203;1165](https://togithub.com/grpc/grpc-go/issues/1165)) ### Performance - Piggyback window updates for connection with those of a stream. ([#&#8203;1273](https://togithub.com/grpc/grpc-go/issues/1273)) - Decouple transport flow control from application read. ([#&#8203;1265](https://togithub.com/grpc/grpc-go/issues/1265)) - Expand stream's flow control in case of an active read. ([#&#8203;1248](https://togithub.com/grpc/grpc-go/issues/1248)) - Eagerly set a pointer to nil to help GC ([#&#8203;1232](https://togithub.com/grpc/grpc-go/issues/1232)) - Use pooled gzip.{Writer,Reader} in gzip{Compressor,Decompressor} ([#&#8203;1217](https://togithub.com/grpc/grpc-go/issues/1217)) - Make window size configurable. ([#&#8203;1210](https://togithub.com/grpc/grpc-go/issues/1210)) ### Bug fixes - Server shouldn't Fatalf in case it fails to encode. ([#&#8203;1276](https://togithub.com/grpc/grpc-go/issues/1276)) - Avoid uint32 overflow when applying initial window size setting ([#&#8203;1268](https://togithub.com/grpc/grpc-go/issues/1268)) - Initialize stream properly in handler_server. ([#&#8203;1260](https://togithub.com/grpc/grpc-go/issues/1260)) - Avoid panic caused by stdlib context package errors ([#&#8203;1258](https://togithub.com/grpc/grpc-go/issues/1258)) - grpclb balancer.Close() should not panic if called more than once ([#&#8203;1250](https://togithub.com/grpc/grpc-go/issues/1250)) - Reuse Token for serviceAccount credentials ([#&#8203;1238](https://togithub.com/grpc/grpc-go/issues/1238)) - add logs to grpclb on send and recv ([#&#8203;1235](https://togithub.com/grpc/grpc-go/issues/1235)) - Calling handleRPC with context derived from the original ([#&#8203;1227](https://togithub.com/grpc/grpc-go/issues/1227)) - Reset proto before unmarshalling ([#&#8203;1222](https://togithub.com/grpc/grpc-go/issues/1222)) - don't add defer func if stats handler is nil ([#&#8203;1214](https://togithub.com/grpc/grpc-go/issues/1214)) - Fix go buildable source file problem ([#&#8203;1213](https://togithub.com/grpc/grpc-go/issues/1213)) - Pass custom dialer to balancer ([#&#8203;1205](https://togithub.com/grpc/grpc-go/issues/1205)) - Fix http status code to grpc status conversion ([#&#8203;1195](https://togithub.com/grpc/grpc-go/issues/1195)) - make ServerOption panic messages more clear. ([#&#8203;1194](https://togithub.com/grpc/grpc-go/issues/1194)) - Log the actual error when inTapHandle fails in http2Server ([#&#8203;1185](https://togithub.com/grpc/grpc-go/issues/1185)) - tentative fix to a flow control over-give-back bug ([#&#8203;1170](https://togithub.com/grpc/grpc-go/issues/1170)) - Add stats test for client streaming and server streaming RPCs ([#&#8203;1140](https://togithub.com/grpc/grpc-go/issues/1140)) - Ensure that RoundRobin.Close() does not panic. ([#&#8203;1139](https://togithub.com/grpc/grpc-go/issues/1139)) - fix server panic trying to send on stream as client disconnects [#&#8203;1111](https://togithub.com/grpc/grpc-go/issues/1111) ([#&#8203;1115](https://togithub.com/grpc/grpc-go/issues/1115)) - Suppress server log message when EOF without receiving data for preface ([#&#8203;1052](https://togithub.com/grpc/grpc-go/issues/1052)) - clientconn, server: replace time.After with time.NewTimer ([#&#8203;998](https://togithub.com/grpc/grpc-go/issues/998)) - reflection: check ServerReflectionInfo error ([#&#8203;958](https://togithub.com/grpc/grpc-go/issues/958)) ### Documentation - transport: fix minor typo in 'GoAway' godoc ([#&#8203;1284](https://togithub.com/grpc/grpc-go/issues/1284)) - Update references to route_guide.proto to use new directory name ([#&#8203;1270](https://togithub.com/grpc/grpc-go/issues/1270)) - Improve contributing.md and add issue template ([#&#8203;1267](https://togithub.com/grpc/grpc-go/issues/1267)) - Fixed comment spelling ([#&#8203;1254](https://togithub.com/grpc/grpc-go/issues/1254)) - Defined GA and add pointer to benchmarks ([#&#8203;1239](https://togithub.com/grpc/grpc-go/issues/1239)) - Add doc and example for mocking streaming RPCs ([#&#8203;1230](https://togithub.com/grpc/grpc-go/issues/1230)) - Fix doc ([#&#8203;1221](https://togithub.com/grpc/grpc-go/issues/1221)) - stress/client: fix minor typo ([#&#8203;957](https://togithub.com/grpc/grpc-go/issues/957)) ### Testing - add MaxConcurrentStreams to benchmark_test when start the server ([#&#8203;1271](https://togithub.com/grpc/grpc-go/issues/1271)) - re-enable handler_server in end2end test, and fix some failed tests ([#&#8203;1259](https://togithub.com/grpc/grpc-go/issues/1259)) - call listen with "localhost:port" instead of ":port" in tests ([#&#8203;1237](https://togithub.com/grpc/grpc-go/issues/1237)) - Travis: add staticcheck ([#&#8203;1019](https://togithub.com/grpc/grpc-go/issues/1019)) </details> <details> <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary> ### [`v1.34.2`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.34.2) [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.34.1...v1.34.2) Minor feature: - [CL/589336](https://go.dev/cl/589336): gofeatures: allow setting legacy_unmarshal_json_enum feature at file level Minor bug fixes: - [CL/588875](https://go.dev/cl/588875): types/descriptorpb: regenerate using latest protobuf v27.0 release - [CL/586396](https://go.dev/cl/586396): internal/impl: fix size cache semantics with lazy decoding - [CL/585736](https://go.dev/cl/585736): reflect/protodesc: remove obsolete JSON name check from desc validator - [CL/588976](https://go.dev/cl/588976): reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry </details> <details> <summary>jekyll/jekyll-feed (jekyll-feed)</summary> ### [`v0.17.0`](https://togithub.com/jekyll/jekyll-feed/blob/HEAD/History.markdown#0170--2022-10-14) [Compare Source](https://togithub.com/jekyll/jekyll-feed/compare/v0.16.0...v0.17.0) ##### Documentation - Update CI status badge ([#&#8203;363](https://togithub.com/jekyll/jekyll-feed/issues/363)) ##### Development Fixes - Add Ruby 3.1 to the CI matrix ([#&#8203;365](https://togithub.com/jekyll/jekyll-feed/issues/365)) ##### Minor Enhancements - Allow disabling of jekyll-feed while in development ([#&#8203;370](https://togithub.com/jekyll/jekyll-feed/issues/370)) ### [`v0.16.0`](https://togithub.com/jekyll/jekyll-feed/blob/HEAD/History.markdown#0160--2022-01-03) [Compare Source](https://togithub.com/jekyll/jekyll-feed/compare/v0.15.1...v0.16.0) ##### Minor Enhancements - Add support for `page.description` in front matter to become entry `<summary>` ([#&#8203;297](https://togithub.com/jekyll/jekyll-feed/issues/297)) ##### Bug Fixes - Fold private methods into the `:render` method as local variables ([#&#8203;327](https://togithub.com/jekyll/jekyll-feed/issues/327)) - Check `post.categories` instead of `post.category` ([#&#8203;357](https://togithub.com/jekyll/jekyll-feed/issues/357)) - Switched xml_escape for `<![CDATA[]]>` for post content ([#&#8203;332](https://togithub.com/jekyll/jekyll-feed/issues/332)) ##### Development Fixes - Add Ruby 3.0 to CI ([#&#8203;337](https://togithub.com/jekyll/jekyll-feed/issues/337)) - Lock RuboCop to v1.18.x ([#&#8203;348](https://togithub.com/jekyll/jekyll-feed/issues/348)) - Add workflow to release gem via GH Action ([#&#8203;355](https://togithub.com/jekyll/jekyll-feed/issues/355)) ##### Documentation - Use `.atom` extension in documented examples since we write an Atom feed ([#&#8203;359](https://togithub.com/jekyll/jekyll-feed/issues/359)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent d8a3976 commit 346e37c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
coffee-script-source (1.11.1)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.3)
24+
concurrent-ruby (1.3.3)
2525
connection_pool (2.4.1)
2626
dnsruby (1.72.1)
2727
simpleidn (~> 0.2.1)
@@ -37,7 +37,7 @@ GEM
3737
faraday-net_http (>= 2.0, < 3.2)
3838
faraday-net_http (3.1.0)
3939
net-http
40-
ffi (1.16.3)
40+
ffi (1.17.0-x86_64-linux-gnu)
4141
forwardable-extended (2.6.0)
4242
gemoji (3.0.1)
4343
github-pages (228)
@@ -234,8 +234,8 @@ GEM
234234
rb-fsevent (0.11.2)
235235
rb-inotify (0.11.1)
236236
ffi (~> 1.0)
237-
rexml (3.2.8)
238-
strscan (>= 3.0.9)
237+
rexml (3.3.0)
238+
strscan
239239
rouge (3.26.0)
240240
rubyzip (2.3.2)
241241
safe_yaml (1.0.5)

docs/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.22.4
44

55
require (
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
7-
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
8-
google.golang.org/protobuf v1.34.1
7+
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.4.0
8+
google.golang.org/protobuf v1.34.2
99
)
1010

1111
require (

docs/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 h1:
2121
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8/go.mod h1:I7Y+G38R2bu5j1aLzfFmQfTcU/WnFuqDwLZAbvKTKpM=
2222
google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=
2323
google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg=
24-
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 h1:rNBFJjBCOgVr9pWD7rs/knKL4FRTKgpZmsRfV214zcA=
25-
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0/go.mod h1:Dk1tviKTvMCz5tvh7t+fh94dhmQVHuCt2OzJB3CTW9Y=
26-
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
27-
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
24+
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.4.0 h1:9SxA29VM43MF5Z9dQu694wmY5t8E/Gxr7s+RSxiIDmc=
25+
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.4.0/go.mod h1:yZOK5zhQMiALmuweVdIVoQPa6eIJyXn2B9g5dJDhqX4=
26+
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
27+
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
2828
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2929
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
3030
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

0 commit comments

Comments
 (0)