Skip to content

build(deps): bump github.com/ncruces/go-sqlite3 from 0.35.2 to 0.35.4 - #35

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.4
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ncruces/go-sqlite3 from 0.35.2 to 0.35.4.

Release notes

Sourced from github.com/ncruces/go-sqlite3's releases.

v0.35.4

What's Changed

  • Go 1.27 support (JSON v2, UUID, RowsColumnScanner)
  • Support PRAGMA mmap_size in ncruces/go-sqlite3#417
  • Custom FTS5 tokenizers in ncruces/go-sqlite3#421
  • Memory configuration fix in f8e486f936fa216c22e8824f7228f31f426300cf

New Contributors

Full Changelog: ncruces/go-sqlite3@v0.35.3...v0.35.4

Artifact attestations

v0.35.3

What's Changed

Fixes:

Issue #404, affects Windows, and causes data corruption when using WAL mode under heavy concurrency. Upgrading is highly advised if you use WAL mode on Windows. Thanks @​franchb for reporting the issue, providing a regression test, and contributing a prototype fix. The fix requires memory placeholders, which are available from Windows 10 1803+ / Server 2019+. Shared memory WAL is disabled on older versions of Windows.

Issue #411, affects Linux, and causes performance degradation during VACUUM of large databases.

Updates:

  • SQLite 3.53.4

Full Changelog: ncruces/go-sqlite3@v0.35.2...v0.35.3

Artifact attestations

Commits

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 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 [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) from 0.35.2 to 0.35.4.
- [Release notes](https://github.com/ncruces/go-sqlite3/releases)
- [Commits](ncruces/go-sqlite3@v0.35.2...v0.35.4)

---
updated-dependencies:
- dependency-name: github.com/ncruces/go-sqlite3
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from whyiug as a code owner September 7, 2026 03:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency go Updates to Go dependencies labels Sep 7, 2026
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 go Updates to Go dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants