-
Notifications
You must be signed in to change notification settings - Fork 22
chore(deps): Update go minor and patch #957
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
Closed
Closed
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
|
d26506b
to
127273f
Compare
3dda347
to
127273f
Compare
127273f
to
49ae05f
Compare
49ae05f
to
478c6c6
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:
v1.29.18
->v1.30.0
v1.84.1
->v1.85.0
v1.34.1
->v1.35.0
v0.1.0
->v0.2.0
v3.7.2
->v3.8.0
v2.0.0-rc.208
->v2.0.0-rc.212
v1.74.1
->v1.74.2
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/config)
v1.30.0
Module Highlights
github.com/aws/aws-sdk-go-v2/service/apigateway
: v1.31.0github.com/aws/aws-sdk-go-v2/service/apigatewayv2
: v1.28.0github.com/aws/aws-sdk-go-v2/service/emrserverless
: v1.30.0hypermodeinc/modusgraph (github.com/hypermodeinc/modusgraph)
v0.2.0
Compare Source
tochemey/goakt (github.com/tochemey/goakt/v3)
v3.8.0
Compare Source
🚀 Features
Alongside actor-based passivation, GoAkt now supports system passivation using eviction algorithms to manage resource usage. The following eviction strategies are available:
LRU (Least Recently Used): Passivates actors that haven't been accessed for the longest time when the number of active actors exceeds the limit. Useful when older actors are likely to stay idle.
LFU (Least Frequently Used): Passivates actors used the least number of times. Ideal when retaining consistently active actors is a priority.
MRU (Most Recently Used): Passivates the most recently accessed actors. While less common, MRU is helpful in scenarios where fresh data is prioritized and older actors can be evicted.
🔧 Use the
ActorSystem
optionWithEvictionStrategy
to configure any of these eviction policies.🔄 What's Changed
ossf/scorecard-action
to v2.4.2 #832 by @renovate[bot]actions/upload-artifact
to v4.6.2 #831 by @renovate[bot]golang.org/x/net
to v0.42.0 #833 by @renovate[bot]github.com/kapetan-io/tackle
to v0.12.0 #837 by @renovate[bot]RLock
instead ofLock
inpid.Logger()
#840 by @Anillc🆕 New Contributors
🔗 Full Changelog: v3.7.2...v3.7.3
wundergraph/graphql-go-tools (github.com/wundergraph/graphql-go-tools/v2)
v2.0.0-rc.212
Compare Source
Bug Fixes
v2.0.0-rc.211
Compare Source
Features
Bug Fixes
v2.0.0-rc.210
Compare Source
Bug Fixes
v2.0.0-rc.209
Compare Source
Bug Fixes
grpc/grpc-go (google.golang.org/grpc)
v1.74.2
: Release 1.74.2Compare Source
New Features
DialOptions
andServerOptions
(WithStaticStreamWindowSize
,WithStaticConnWindowSize
,StaticStreamWindowSize
,StaticConnWindowSize
) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize
, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)API Changes
ExitIdle
method toBalancer
interface. Earlier, implementing this method was optional. (#8367)Behavior Changes
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST
environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)Bug Fixes
Attempt to set a bootstrap configuration...
when creating multiple directpath channels. (#8419)Performance Improvements
mem.Reader
objects. (#8360)Documentation
Configuration
📅 Schedule: Branch creation - "on Wednesday" (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.