Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps exqlite from 0.28.0 to 0.29.0.

Release notes

Sourced from exqlite's releases.

v0.29.0

  • changed: Removed Exqlite.bind/3, please use bind/2 instead.
  • changed: Improved multi-threaded access to underlying sqlite resource.
  • changed: Document issue with calling close/1 immediately after calling interrupt/1. If you encounter the issue where the entire BEAM crashes, put a short sleep between the call to interrupt/1 and close/1.

Full Changelog: elixir-sqlite/exqlite@v0.28.0...v0.29.0

Changelog

Sourced from exqlite's changelog.

v0.29.0

  • changed: Removed Exqlite.bind/3, please use bind/2 instead.
  • changed: Improved multi-threaded access to underlying sqlite resource.
  • changed: Document issue with calling close/1 immediately after calling interrupt/1. If you encounter the issue where the entire BEAM crashes, put a short sleep between the call to interrupt/1 and close/1.
Commits
  • ca2938f Bump to v0.29.0
  • 2fe6882 Add note about calling interrupt and close immediately
  • f09f773 Update changelog
  • 8fdf22b Acquire statement lock before finalizing
  • 41a7ad9 Improve critical section locking and add clarity
  • 1ce0dd7 Move static functions before public functions
  • 13866f9 Remove excess trailing whitespace
  • 5598aa1 Add more missing brackets for if statements
  • 082e8d2 Mark exported functions as not static
  • 7d0e8aa Wrap if statements with brackets
  • 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 [exqlite](https://github.com/elixir-sqlite/exqlite) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/elixir-sqlite/exqlite/releases)
- [Changelog](https://github.com/elixir-sqlite/exqlite/blob/main/CHANGELOG.md)
- [Commits](elixir-sqlite/exqlite@v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
@orsinium orsinium merged commit 284632b into master Jan 28, 2025
2 checks passed
@orsinium orsinium deleted the dependabot/hex/exqlite-0.29.0 branch January 28, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

2 participants