Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Bump db_connection from 2.4.1 to 2.4.3 #117

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2022

Bumps db_connection from 2.4.1 to 2.4.3.

Changelog

Sourced from db_connection's changelog.

v2.4.3 (2022-11-22)

  • Bug fixes
    • Fix bug where disconnect_all/2 interval would be disabled above 4294ms
    • Add :idle_limit to limit the amount of disconnections on a ping

v2.4.2 (2022-03-03)

  • Enhancements
    • Add DBConnection.connection_module/1
Commits
  • 0c2f7ad Release v2.4.3
  • 2200a8e Fix disconnect_all not working for intervals above 4294. (#271)
  • 6b3498e Add interval unit to docs
  • bb31151 Add example implementation for a connection_listener (#266)
  • a02337c Simplify tests
  • 714c9e8 Improve ownership logs
  • c1791c7 Add idle_limit, closes #265
  • 30d8b5b Run linter in GitHub Actions using latest Elixir/Erlang version (#263)
  • 3e875e2 Migrate GitHub Actions to erlef/setup-beam (#262)
  • 24ffd00 Improve docs for connection listeners
  • 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 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 [db_connection](https://github.com/elixir-ecto/db_connection) from 2.4.1 to 2.4.3.
- [Release notes](https://github.com/elixir-ecto/db_connection/releases)
- [Changelog](https://github.com/elixir-ecto/db_connection/blob/master/CHANGELOG.md)
- [Commits](elixir-ecto/db_connection@v2.4.1...v2.4.3)

---
updated-dependencies:
- dependency-name: db_connection
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants