chore(deps): update security updates (major)#186
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #186 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
v1.9.2->v2.7.0v2.2.3->v4.1.1v1.2.30->v3.0.13v1.0.1->v2.0.0v3.0.7->v4.2.0v1.3.1->v2.1.1v2.4.3->v3.0.4v4.13.0->v5.9.11Release Notes
alitto/pond (github.com/alitto/pond)
v2.7.0Compare Source
What's Changed
Full Changelog: alitto/pond@v2.6.2...v2.7.0
v2.6.2Compare Source
What's Changed
1.24and1.25)Full Changelog: alitto/pond@v2.6.1...v2.6.2
v2.6.1Compare Source
What's Changed
Full Changelog: alitto/pond@v2.6.0...v2.6.1
v2.6.0Compare Source
What's Changed
Breaking Changes
WithQueueSize(0)now disables the task queue altogether (all task submissions block until a worker becomes available unless the pool is set to non-blocking mode). Before this change, setting queue size to0would cause the queue to be unbounded. Pools are still unbounded by default, but now there's a constant that can be used to set queue size to unbounded explicitly. E.g.pond.NewPool(10, pond.WithQueueSize(pond.Unbounded)).Full Changelog: alitto/pond@v2.5.0...v2.6.0
v2.5.0Compare Source
What's Changed
New Contributors
Full Changelog: alitto/pond@v2.4.0...v2.5.0
v2.4.0Compare Source
What's Changed
Full Changelog: alitto/pond@v2.3.4...v2.4.0
v2.3.4Compare Source
What's Changed
Full Changelog: alitto/pond@v2.3.3...v2.3.4
v2.3.3Compare Source
What's Changed
Full Changelog: alitto/pond@v2.3.2...v2.3.3
v2.3.2Compare Source
What's Changed
Full Changelog: alitto/pond@v2.3.1...v2.3.2
v2.3.1Compare Source
Pull requests
Changes
closedatomic bool is toggled and checked while holding the mutex to avoid race conditions.workersWaitGroup.Add()is always called while holding the mutex to avoid race conditions.trySubmitmethod to make it simpler and more clear.launchWorker.subpoolSubmitwithsubpoolWorkermethod.TrySubmitandTrySubmitErr). Requested in https://github.com/alitto/pond/issues/103DroppedTasksmetric that reflects the number of tasks that were not executed because the queue was full. Issue reported in https://github.com/alitto/pond/issues/100SubmittedTasksmetric now includes dropped tasks and it stops being updated once the pool is stopped.Fixes
workerCountcounter when the pool context is cancelled.Resize()now supports settingmaxConcurrencyto 0 (no limit)Full Changelog: alitto/pond@v2.3.0...v2.3.1
v2.3.0Compare Source
What's Changed
Full Changelog: alitto/pond@v2.2.0...v2.3.0
v2.2.0Compare Source
What's Changed
WithQueueSizeoption).WithNonBlockingoption).RunningWorkers()method in subpools reflect the actual number of workers running tasks belonging to the subpool.NewSupool.Full Changelog: alitto/pond@v2.1.6...v2.2.0
v2.1.6Compare Source
What's Changed
New Contributors
Full Changelog: alitto/pond@v2.1.5...v2.1.6
v2.1.5Compare Source
What's Changed
New Contributors
Full Changelog: alitto/pond@v2.1.4...v2.1.5
v2.1.4Compare Source
What's Changed
Full Changelog: alitto/pond@v2.1.3...v2.1.4
v2.1.3Compare Source
What's Changed
Full Changelog: alitto/pond@v2.1.2...v2.1.3
v2.1.2Compare Source
What's Changed
Full Changelog: alitto/pond@v2.1.1...v2.1.2
v2.1.1Compare Source
What's Changed
Full Changelog: alitto/pond@v2.1.0...v2.1.1
v2.1.0Compare Source
What's Changed
pool.NewGroupContext(ctx))group.Done(): returns a channel that is closed when all tasks in the group finish or the first error is returned.group.Stop(): stops the task group. Queued tasks will be discarded but running tasks will complete their execution.pool.NewGroupContext(ctx)method.Full Changelog: alitto/pond@v2.0.4...v2.1.0
v2.0.4Compare Source
What's Changed
Full Changelog: alitto/pond@v2.0.3...v2.0.4
v2.0.3Compare Source
What's Changed
Full Changelog: alitto/pond@v2.0.2...v2.0.3
v2.0.2Compare Source
Changes
Stopped() boolmethod in pools to indicate whether the pool has been stopped or its associated context has been cancelled.Fixes
ErrPoolStoppederror is always returned when attempting to submit a task to a pool that has been stopped or its associated context cancelled.v2.0.1Compare Source
Fixes
Wait()from returning eagerly when tasks are executed before submitting the last one of the group.v2.0.0Compare Source
What's new in v2?
Version 2 of
pondintroduces many improvements and new features:Migration from v1 to v2
There have been a significant number of breaking changes in v2, so please make sure to read the migration guide if you are upgrading from v1.
formancehq/go-libs (github.com/formancehq/go-libs/v2)
v4.1.1Compare Source
v4.1.0Compare Source
What's Changed
Full Changelog: formancehq/go-libs@v4.0.0...v4.1.0
v4.0.0Compare Source
v3.6.1Compare Source
v3.6.0Compare Source
v3.5.0Compare Source
v3.4.0Compare Source
What's Changed
New Contributors
Full Changelog: formancehq/go-libs@v3.3.0...v3.4.0
v3.3.0Compare Source
v3.2.1Compare Source
v3.2.0Compare Source
v3.1.0Compare Source
v3.0.1Compare Source
v3.0.0Compare Source
v2.2.4Compare Source
lestrrat-go/jwx (github.com/lestrrat-go/jwx)
v3.0.13Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v3.0.12...v3.0.13
v3.0.12Compare Source
What's Changed
godoclintissues by @babakks in https://github.com/lestrrat-go/jwx/pull/1469"header") for flattened JSON serialization by @lestrrat in https://github.com/lestrrat-go/jwx/pull/1477New Contributors
Full Changelog: lestrrat-go/jwx@v3.0.11...v3.0.12
v3.0.11Compare Source
What's Changed
New Contributors
Full Changelog: lestrrat-go/jwx@v3.0.10...v3.0.11
v3.0.10Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v3.0.9...v3.0.10
v3.0.9Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v3.0.8...v3.0.9
v3.0.8Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v3.0.7...v3.0.8
v3.0.7Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v3.0.6...v3.0.7
v3.0.6Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v3.0.5...v3.0.6
v3.0.5Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v3.0.4...v3.0.5
v3.0.4Compare Source
v3.0.3Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v3.0.2...v3.0.3
v3.0.2Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v3.0.1...v3.0.2
v3.0.1Compare Source
What's Changed
Please read the Changes file and upgrade accordingly, especially if you are using the following combinations for JWE:
New Contributors
Full Changelog: lestrrat-go/jwx@v3.0.0...v3.0.1
v3.0.0Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.