-
Notifications
You must be signed in to change notification settings - Fork 0
Update paymentservice #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/paymentservice
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
eab52aa to
ea1193e
Compare
ea1193e to
5141ef3
Compare
e7b2d7d to
b03a53c
Compare
4ba5fea to
06b5f57
Compare
06b5f57 to
bc541d5
Compare
fcbba3a to
5402ee9
Compare
6948c19 to
d3d728e
Compare
391d330 to
0256d03
Compare
254edba to
ba7899d
Compare
bd115eb to
0c89dcf
Compare
33ebe93 to
ce9abc7
Compare
20e1320 to
779b110
Compare
779b110 to
c434f89
Compare
2b33f1c to
831b44f
Compare
ef60149 to
de05cbb
Compare
bd319da to
0ae26ee
Compare
fc4791c to
90172c5
Compare
1de3f15 to
1b618fe
Compare
1b618fe to
6ab6424
Compare
Author
|
71c22d8 to
a94a497
Compare
a94a497 to
e88f6d1
Compare
e88f6d1 to
be32bdf
Compare
be32bdf to
17d3aaf
Compare
17d3aaf to
6509bfc
Compare
6509bfc to
8dcc20f
Compare
8dcc20f to
375a588
Compare
860fc03 to
ec708e7
Compare
3cd23bf to
388aa2c
Compare
6e319f9 to
1ec0031
Compare
1ec0031 to
9bac788
Compare
9bac788 to
704c4f6
Compare
798646c to
195a21b
Compare
195a21b to
b5fedfa
Compare
b5fedfa to
77ec413
Compare
77ec413 to
17f1ceb
Compare
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:
1.9.9->1.14.30.7.10->0.8.01.7.0->1.9.00.40.2->0.67.31.18.1->1.30.10.45.1->0.208.00.45.1->0.208.00.28.4->0.32.01.3.4->1.12.00.3.4->0.8.00.29.4->0.44.01.18.1->1.30.11.18.1->1.30.10.45.1->0.208.01.1.0->1.2.28.16.1->8.21.0Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.14.3: @grpc/grpc-js 1.14.3Compare Source
v1.14.2: @grpc/grpc-js 1.14.2Compare Source
v1.14.1: @grpc/grpc-js 1.14.1Compare Source
v1.14.0: @grpc/grpc-js 1.14.0Compare Source
Changelog
getAuthContextmethod to client and server call classes (more details can be found in gRFC L35) (#2920)getConnectionInfomethod to theServerInterceptingCallclass (#2922)weighted_round_robinload balancing policy (#2998)round_robinLB policy (#2979)Experimental API Changes
Added:
CHANNEL_ARGS_CONFIG_SELECTOR_KEYStatusOr<T>CallStreamstatusOrFromValuestatusOrFromErrorModified:
ResolverListener#onSuccessfulResolutionnow has the signature(endpointList: StatusOr<Endpoint[]>, attributes: { [key: string]: unknown }, serviceConfig: StatusOr<ServiceConfig> | null, resolutionNote: string): booleanLoadBalancer#updateAddressListnow has the signature `updateAddressList(endpointList: StatusOr<Endpoint[]>,lbConfig: TypedLoadBalancingConfig, channelOptions: ChannelOptions, resolutionNote: string): booleanv1.13.4: @grpc/grpc-js 1.13.4Compare Source
ssl_target_name_overrideoption (#2956)v1.13.3: @grpc/grpc-js 1.13.3Compare Source
http2.getDefaultSettings(#2937)v1.13.2: @grpc/grpc-js 1.13.2Compare Source
v1.13.1: @grpc/grpc-js 1.13.1Compare Source
rejectUnauthorizedchannel credentials option to be handled incorrectly (#2926)retryThrottlingconfig was set (#2927)v1.13.0Compare Source
v1.12.6Compare Source
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.promisifyinstead offs/promisesfor 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
rejectUnauthorizedfield to theVerifyOptionsinterface, which can be passed as an argument tocredentials.createSslandcreateFromSecureContext(#2812 contributed by @vinothsa4891)Experimental API changes
Added:
CaCertificateUpdateCaCertificateUpdateListenerIdentityCertificateUpdateIdentityCertificateUpdateListenerCertificateProviderFileWatcherCertificateProviderFileWatcherCertificateProviderConfigcreateCertificateProviderChannelCredentialscreateCertificateProviderServerCredentialsModified:
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
getHostmethod to server call objects (#2783, #2793)Experimental API changes
Added:
splitHostPortHostPortcreateServerCredentialsWithInterceptorsv1.10.11: @grpc/grpc-js 1.10.11Compare Source
v1.10.10: @grpc/grpc-js 1.10.10Compare Source
grpc.max_send_message_lengthchannel option (#2779)v1.10.9: @grpc/grpc-js 1.10.9Compare Source
grpc.max_receive_message_sizeper 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-loaderto the latest version (#2732)v1.10.6: @grpc/grpc-js 1.10.6Compare Source
v1.10.5: @grpc/grpc-js 1.10.5Compare Source
Error.stackTraceLimitisundefined(#2701 contributed by @davidfiala)checkServerIdentitywhengrpc.ssl_target_name_overrideis set (#2704)v1.10.4: @grpc/grpc-js 1.10.4Compare Source
ResponderBuilderandListenerBuilderobjects (#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_robinLB 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
EndpointendpointToStringendpointHasAddressLeafLoadBalancerHealthListenerSubchannelInterface#isHealthySubchannelInterface#addHealthStateWatcherSubchannelInterface#removeHealthStateWatcherSubchannelWrapper#setHealthyselectLbConfigFromListparseLoadBalancingConfigOutlierDetectionRawConfigEndpointMapexperimentalnamespace:ServiceConfigMethodConfigLoadBalancingConfig(now a simple raw object type)RetryPolicygetFirstUsableConfigvalidateLoadBalancingConfigOutlierDetectionLoadBalancingConfigLoadBalancer#updateAddressList: The first argument now has typeEndpoint[]instead ofSubchannelAddress[]ResolverListener#onSuccessfulResolution: The first argument now has typeEndpoint[]instead ofSubchannelAddress[]registerLoadBalancerType: The second argument, aLoadBalancerConstructornow takes a second argumentoptions: ChannelOptionsConfigSelector: Now accepts an additional argumentchannelId: numberQueuePicker: The constructor now accepts an additional optional argumentchildPicker: Picker, which theQueuePickerinstance will delegate to if provided.v1.9.15: @grpc/grpc-js 1.9.15Compare Source
grpc.max_receive_message_sizeper received message.v1.9.14: @grpc/grpc-js 1.9.14Compare Source
waitForReady(#2643)v1.9.13: @grpc/grpc-js 1.9.13Compare Source
v1.9.12: @grpc/grpc-js 1.9.12Compare Source
v1.9.11: @grpc/grpc-js 1.9.11Compare Source
v1.9.10: @grpc/grpc-js 1.9.10Compare Source
open-telemetry/opentelemetry-js (@opentelemetry/api)
v1.9.0Compare Source
🚀 (Enhancement)
🐛 (Bug Fix)
service.nametelemetry.sdk.nametelemetry.sdk.languagetelemetry.sdk.version🏠 (Internal)
v1.8.0Compare Source
@opentelemetry/sdk-metricshas been promoted to stable@opentelemetry/api-metricshas been merged into@opentelemetry/apiand deprecated💥 Breaking Change
🚀 (Enhancement)
🐛 (Bug Fix)
#3327 @dyladan
#3295
#3359 @dyladan
#3341 @legendecas
📚 (Refine Doc)
🏠 (Internal)
open-telemetry/opentelemetry-js-contrib (@opentelemetry/auto-instrumentations-node)
v0.67.3Compare Source
Dependencies
v0.67.2Compare Source
Bug Fixes
Dependencies
v0.67.1Compare Source
Dependencies
v0.67.0Compare Source
Features
Dependencies
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.