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:
1.9.13
->1.12.5
1.7.0
->1.9.0
0.40.2
->0.55.0
0.34.0
->0.45.0
1.18.1
->1.30.0
1.18.1
->1.30.0
0.45.1
->0.57.0
0.45.1
->0.57.0
0.45.1
->0.57.0
0.45.1
->0.57.0
0.28.4
->0.29.7
1.3.4
->1.10.0
0.3.4
->0.5.3
0.29.4
->0.32.0
1.18.1
->1.30.0
1.18.1
->1.30.0
0.45.1
->0.57.0
1.18.1
->1.30.0
1.18.1
->1.30.0
1.18.1
->1.30.0
20.9.0
->20.17.10
18.2.37
->18.3.18
18.2.15
->18.3.5
5.1.30
->5.1.34
9.0.7
->9.0.8
6.10.0
->6.21.0
6.10.0
->6.21.0
16.3.1
->16.4.7
8.53.0
->8.57.1
13.5.6
->13.5.8
7.33.2
->7.37.3
4.6.0
->4.6.2
6.7.1
->6.7.6
18.2.0
->18.3.1
18.2.0
->18.3.1
0.32.6
->0.33.5
6.1.1
->6.1.13
1.164.0
->1.181.2
5.2.2
->5.7.2
Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.12.5
: @grpc/grpc-js 1.12.5Compare Source
v1.12.4
: @grpc/grpc-js 1.12.4Compare Source
v1.12.3
: @grpc/grpc-js 1.12.3Compare Source
v1.12.2
: @grpc/grpc-js 1.12.2Compare Source
util.promisify
instead offs/promises
for Node 12 compatibility (#2838)v1.12.1
: @grpc/grpc-js 1.12.1Compare Source
v1.12.0
: @grpc/grpc-js 1.12.0Compare Source
Changelog
rejectUnauthorized
field to theVerifyOptions
interface, which can be passed as an argument tocredentials.createSsl
andcreateFromSecureContext
(#2812 contributed by @vinothsa4891)Experimental API changes
Added:
CaCertificateUpdate
CaCertificateUpdateListener
IdentityCertificateUpdate
IdentityCertificateUpdateListener
CertificateProvider
FileWatcherCertificateProvider
FileWatcherCertificateProviderConfig
createCertificateProviderChannelCredentials
createCertificateProviderServerCredentials
Modified:
LoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.ChannelControlHelper#createSubchannel
: Now takes an additional argument of typeChannelCredentials | null
. This should be passed along if overriding this function.LeafLoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.v1.11.3
: @grpc/grpc-js 1.11.3Compare Source
v1.11.2
: @grpc/grpc-js 1.11.2Compare Source
v1.11.1
: @grpc/grpc-js 1.11.1Compare Source
v1.11.0
: @grpc/grpc-js 1.11.0Compare Source
Changelog
getHost
method to server call objects (#2783, #2793)Experimental API changes
Added:
splitHostPort
HostPort
createServerCredentialsWithInterceptors
v1.10.11
: @grpc/grpc-js 1.10.11Compare Source
v1.10.10
: @grpc/grpc-js 1.10.10Compare Source
grpc.max_send_message_length
channel option (#2779)v1.10.9
: @grpc/grpc-js 1.10.9Compare Source
grpc.max_receive_message_size
per received message.v1.10.8
: @grpc/grpc-js 1.10.8Compare Source
unix:
targets to not reconnect after the channel goes idle (#2750)v1.10.7
: @grpc/grpc-js 1.10.7Compare Source
@grpc/proto-loader
to the latest version (#2732)v1.10.6
Compare Source
v1.10.5
: @grpc/grpc-js 1.10.5Compare Source
Error.stackTraceLimit
isundefined
(#2701 contributed by @davidfiala)checkServerIdentity
whengrpc.ssl_target_name_override
is set (#2704)v1.10.4
: @grpc/grpc-js 1.10.4Compare Source
ResponderBuilder
andListenerBuilder
objects (#2696)v1.10.3
: @grpc/grpc-js 1.10.3Compare Source
v1.10.2
: @grpc/grpc-js 1.10.2Compare Source
v1.10.1
: @grpc/grpc-js 1.10.1Compare Source
round_robin
LB policy to fail to reconnect after a connection drops (#2667)v1.10.0
: @grpc/grpc-js 1.10.0Compare Source
Changelog
Server#start
(#2597) (details in gRFC L107)Server#unbind
(#2612) (details in gRFC L109)Server#drain
(#2616) (details in gRFC L111)VerifyOptions
(#2637 contributed by @chakhsu)Experimental API Changes
Endpoint
endpointToString
endpointHasAddress
LeafLoadBalancer
HealthListener
SubchannelInterface#isHealthy
SubchannelInterface#addHealthStateWatcher
SubchannelInterface#removeHealthStateWatcher
SubchannelWrapper#setHealthy
selectLbConfigFromList
parseLoadBalancingConfig
OutlierDetectionRawConfig
EndpointMap
experimental
namespace:ServiceConfig
MethodConfig
LoadBalancingConfig
(now a simple raw object type)RetryPolicy
getFirstUsableConfig
validateLoadBalancingConfig
OutlierDetectionLoadBalancingConfig
LoadBalancer#updateAddressList
: The first argument now has typeEndpoint[]
instead ofSubchannelAddress[]
ResolverListener#onSuccessfulResolution
: The first argument now has typeEndpoint[]
instead ofSubchannelAddress[]
registerLoadBalancerType
: The second argument, aLoadBalancerConstructor
now takes a second argumentoptions: ChannelOptions
ConfigSelector
: Now accepts an additional argumentchannelId: number
QueuePicker
: The constructor now accepts an additional optional argumentchildPicker: Picker
, which theQueuePicker
instance will delegate to if provided.v1.9.15
: @grpc/grpc-js 1.9.15Compare Source
grpc.max_receive_message_size
per received message.v1.9.14
: @grpc/grpc-js 1.9.14Compare Source
waitForReady
(#2643)open-telemetry/opentelemetry-js (@opentelemetry/api)
v1.9.0
Compare Source
🚀 (Enhancement)
🐛 (Bug Fix)
service.name
telemetry.sdk.name
telemetry.sdk.language
telemetry.sdk.version
🏠 (Internal)
v1.8.0
Compare Source
@opentelemetry/sdk-metrics
has been promoted to stable@opentelemetry/api-metrics
has been merged into@opentelemetry/api
and deprecated💥 Breaking Change
🚀 (Enhancement)
🐛 (Bug Fix)
#3327 @dyladan
#3295
#3359 @dyladan
#3341 @legendecas
📚 (Refine Doc)
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.