Skip to content
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

Bump procrastinate from 2.11.0 to 2.15.0 #1357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps procrastinate from 2.11.0 to 2.15.0.

Release notes

Sourced from procrastinate's releases.

2.15.0

Migrations

02.14.01_01_add_indexes_for_fetch_job.sql

[!NOTE] The new indexes will block the table while they are being built. Unless you have millions of jobs in the table, it should not be a problem, but you may want to create the index concurrently if you can. Note that you cant create an index concurrently in a transaction, which is why the migration code we suggested doesn't use the CONCURRENTLY keyword. To create the index concurrently, replace CREATE INDEX in the migration code with CREATE INDEX CONCURRENTLY.

What's Changed

Bug Fixes

Full Changelog: procrastinate-org/procrastinate@2.14.1...2.15.0

2.14.1

Migrations

None

What's Changed

Bug Fixes

Dependencies

Full Changelog: procrastinate-org/procrastinate@2.14.0...2.14.1

2.14.0

Migrations

None

What's Changed

Miscellaneous

Documentation

Dependencies

New Contributors

... (truncated)

Commits
  • 98fd11e Merge pull request #1225 from onlyann/fetch-jobs-indexes
  • c815369 Update indexes to improve performance of fetch_job
  • 5ffd414 update timing of flaky acceptance test
  • ea37f88 Merge pull request #1223 from procrastinate-org/renovate/lock-file-maintenance
  • effb8f9 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 3febe5e chore(deps): lock file maintenance
  • 10d58fc Merge pull request #1220 from procrastinate-org/renovate/all
  • 3bbb1d8 Merge pull request #1221 from procrastinate-org/renovate/major-all
  • 0a1f955 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • dd60223 chore(deps): update all dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [procrastinate](https://github.com/procrastinate-org/procrastinate) from 2.11.0 to 2.15.0.
- [Release notes](https://github.com/procrastinate-org/procrastinate/releases)
- [Changelog](https://github.com/procrastinate-org/procrastinate/blob/main/CHANGELOG.md)
- [Commits](procrastinate-org/procrastinate@2.11.0...2.15.0)

---
updated-dependencies:
- dependency-name: procrastinate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants