Skip to content

chore(deps): bump github.com/ncruces/go-sqlite3 from 0.24.1 to 0.35.4 - #77

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

chore(deps): bump github.com/ncruces/go-sqlite3 from 0.24.1 to 0.35.4#77
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/ncruces/go-sqlite3 from 0.24.1 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

v0.35.2

What's Changed

Updates:

  • SQLite 3.53.3
  • Gorm 1.31.2
  • Vec1 0.7

Added O_TMPFILE support.

[!CAUTION] There is a know issue (#404) that may cause data corruption when using WAL mode on Windows under high concurrency. The bug has likely existed ever since WAL mode support was added to Windows in v0.20.2 2 years ago. Since this is not a regression, I decided not to block the release waiting for a fix.

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

Artifact attestations

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 7, 2026
@dependabot
dependabot Bot requested review from alanshaw and frrist as code owners August 7, 2026 03:16
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 577c33f to 14443e4 Compare August 7, 2026 03:31
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 14443e4 to 53b4e95 Compare August 14, 2026 03:51
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 53b4e95 to e534450 Compare August 21, 2026 03:26
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from e534450 to 901860d Compare August 21, 2026 03:41
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 901860d to 18beb0c Compare August 28, 2026 03:24
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 18beb0c to 7accc25 Compare August 28, 2026 03:35
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 7accc25 to f1b4604 Compare August 28, 2026 03:46
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from f1b4604 to 04e1dbf Compare August 28, 2026 03:57
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 04e1dbf to 6a9f7f4 Compare August 28, 2026 04:08
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 6a9f7f4 to ca652e3 Compare September 4, 2026 03:30
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from ca652e3 to aa70ef6 Compare September 4, 2026 03:45
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from aa70ef6 to 5eb210b Compare September 4, 2026 03:55
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 5eb210b to 1a76824 Compare September 4, 2026 04:07
Bumps [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) from 0.24.1 to 0.35.4.
- [Release notes](https://github.com/ncruces/go-sqlite3/releases)
- [Commits](ncruces/go-sqlite3@v0.24.1...v0.35.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump github.com/ncruces/go-sqlite3 from 0.24.1 to 0.35.3 chore(deps): bump github.com/ncruces/go-sqlite3 from 0.24.1 to 0.35.4 Sep 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch from 1a76824 to dc7ee8e Compare September 4, 2026 21:32
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants