captain-fact-api
captain-fact-api copied to clipboard
chore(deps): bump quantum from 2.3.3 to 3.3.0
Bumps quantum from 2.3.3 to 3.3.0.
Release notes
Sourced from quantum's releases.
v3.3.0
Added
- Support manual job triggering (#459)
Diff for 3.3.0
v3.2.0
Added
- Telemetry Support (#415)
Fixed
- Properly override jobs with duplicate name (#392)
- Simplify
TaskRegistryand make tests deterministicDiff for 3.2.0
v3.1.0
Added
- Additional Supervisor Configuration for Clustering (#450)
Diff for 3.1.0
v3.0.2
Fixed
- Fix Warnings with Clock Skew (#449)
v3.0.1
Fixed
ClockEventorder corrected #442v3.0.0
Fixed
- Fix
@rebootCron Expression (#437)Changed
- The
Quantum.Storagebehaviour contains a new mandatorychild_spec/1callback.- A lot of function that were not for public use have been undocumented. Those are now considered internal and may break at any point in time.
Quantum.Schedulerhas been renamed toQuantumQuantum.Storage.Adapterhas been renamed toQuantum.Storage- The global mode has been removed. It will be reimplemented as an additional library if a stable replacement is found.
Changelog
Sourced from quantum's changelog.
3.3.0 - 2020-09-25
Added
- Support manual job triggering (#459)
Diff for [3.3.0]
3.2.0 - 2020-09-14
Added
- Telemetry Support (#415)
Fixed
- Properly override jobs with duplicate name (#392)
- Simplify
TaskRegistryand make tests deterministicDiff for [3.2.0]
3.1.0 - 2020-08-18
Added
- Additional Supervisor Configuration for Clustering (#450)
Diff for [3.1.0]
3.0.2 - 2020-08-18
Fixed
- Fix Warnings with Clock Skew (#449)
Diff for [3.0.2]
3.0.1 - 2020-06-16
Fixed
ClockEventorder correctedDiff for [3.0.1]
3.0.0 - 2020-06-11
Fixed
- Fix
@rebootCron Expression (#437)Diff for [3.0.0]
3.0.0-rc.3 - 2020-02-28
Fixed
- Update Docs
Commits
603146eRelease v3.3.0fe0253aSolution: Support manual job triggering (#459)8f00232Release v3.2.0e896c20Telemetry Fishish (#457)e922d4aSolution: Add telemetry to track metrics (#453)5467582Solution: Simplify TaskRegistry and make tests deterministic35905adSolution: Properly override jobs with duplicate job name (#392)1d91a85Fix Changelogd2cace6Release v3.1.0d1d7a17Supervision Configuration for Cluster Managers- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
@dependabot rebase