PackageTrack
Sign in Get early access

github.com/ncruces/go-sqlite3

v0.35.3 #1545 most downloaded on Go modules ncruces/go-sqlite3

What this package is like to depend on

Last release 3 days ago

20 Aug 2026

Ships on a steady schedule

a new release about every 2 weeks

Rarely documented

notes for 9 of 105 stable releases

2 versions withdrawn

withdrawn after publishing

4 years old

374 releases · first in 2023

98 releases in the last 12 months

see the full history below

Release timeline

374 releases · Jan 2023 to Aug 2026
2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 60 of 374
  1. v0.35.4-0.20260820144028-3fa3f30b763a 20 Aug 2026 pre-release

    Nothing published for this version

  2. v0.35.4-0.20260820141337-de256572aa9e 20 Aug 2026 pre-release

    Nothing published for this version

  3. v0.35.4-0.20260820125418-6be62485f2c0 20 Aug 2026 pre-release

    Nothing published for this version

  4. v0.35.4-0.20260807161422-d4fa716a7388 07 Aug 2026 pre-release

    Nothing published for this version

  5. v0.35.4-0.20260805165329-6c42eb719a42 05 Aug 2026 pre-release

    Nothing published for this version

  6. v0.35.3 03 Aug 2026
    Release notes

    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: v0.35.2...v0.35.3

    Artifact attestations

    Open source →
  7. v0.35.3-0.20260803182008-5bbed8e76c0f 03 Aug 2026 pre-release

    Nothing published for this version

  8. v0.35.3-0.20260803005230-92f8a45999c2 03 Aug 2026 pre-release

    Nothing published for this version

  9. v0.35.3-0.20260802063649-34745f742300 02 Aug 2026 pre-release

    Nothing published for this version

  10. v0.35.3-0.20260721171147-1c3fb78d91a3 21 Jul 2026 pre-release

    Nothing published for this version

  11. v0.35.3-0.20260721130136-c892368c4ede 21 Jul 2026 pre-release

    Nothing published for this version

  12. v0.35.3-0.20260717032608-e5bb5cc6c401 17 Jul 2026 pre-release

    Nothing published for this version

  13. v0.35.3-0.20260708233615-a627269d8f8a 08 Jul 2026 pre-release

    Nothing published for this version

  14. v0.35.2 06 Jul 2026
    Release notes

    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: v0.35.1...v0.35.2

    Artifact attestations

    Open source →
  15. v0.35.2-0.20260705193247-d081bc7e335c 05 Jul 2026 pre-release

    Nothing published for this version

  16. v0.35.2-0.20260704091103-eea4bee3c1b6 04 Jul 2026 pre-release

    Nothing published for this version

  17. v0.35.2-0.20260619001240-3fdcb0a066c1 19 Jun 2026 pre-release

    Nothing published for this version

  18. v0.35.1 16 Jun 2026
    Release notes

    What's Changed

    Fixed issue #401.

    Full Changelog: v0.35.0...v0.35.1

    Artifact attestations

    Open source →
  19. v0.35.1-0.20260616142600-e5a33c5cf337 16 Jun 2026 pre-release

    Nothing published for this version

  20. v0.35.1-0.20260616132852-d58139870448 16 Jun 2026 pre-release

    Nothing published for this version

  21. v0.35.0 11 Jun 2026
    Release notes

    What's Changed

    In an effort to keep the code size small (and compile times relatively fast) while continuing to add more SQLite features, the FTS5 and R*Tree/Geopoly extensions are now compiled separately. This is a breaking change. Now, to use:

    In addition, support for the pre-update hook was added.

    Also, Go 1.27 uses encoding/json/v2 for improved performance.

    Full Changelog: v0.34.4...v0.35.0

    Artifact attestations

    Open source →
  22. v0.34.5-0.20260608234018-2f00389562fe 08 Jun 2026 pre-release

    Nothing published for this version

  23. v0.34.5-0.20260608115901-25266ab96647 08 Jun 2026 pre-release

    Nothing published for this version

  24. v0.34.4 04 Jun 2026
    Release notes

    What's Changed

    Updates:

    • SQLite 3.53.2
    • Vec1 0.6

    Improved the dotlk VFS under Linux containers: #392

    Full Changelog: v0.34.3...v0.34.4

    Artifact attestations

    Open source →
  25. v0.34.3 28 May 2026
    Release notes

    What's Changed

    Fix a code generation bug: ncruces/wasm2go#31

    Improved support for Go 1.27: golang/go#67546

    Full Changelog: v0.34.2...v0.34.3

    Artifact attestations

    Open source →
  26. v0.34.3-0.20260522100003-c5396f115d60 22 May 2026 pre-release

    Nothing published for this version

  27. v0.34.2 20 May 2026
    Release notes

    What's Changed

    Fixed issue #389.

    Full Changelog: v0.34.1...v0.34.2

    Artifact attestations

    Open source →
  28. v0.34.2-0.20260515173833-7c278c53d1fd 15 May 2026 pre-release

    Nothing published for this version

  29. v0.34.1 09 May 2026
    Release notes

    What's Changed

    Updates:

    • SQLite 3.53.1

    Improvements:

    • support for 64KB OS pages
    • CI testing on IBM Z and Power 10

    Full Changelog: v0.34.0...v0.34.1

    Artifact attestations

    Open source →
  30. v0.34.1-0.20260508152428-74832300cf66 08 May 2026 pre-release

    Nothing published for this version

  31. v0.34.1-0.20260423140725-edf4e0723492 23 Apr 2026 pre-release

    Nothing published for this version

  32. v0.34.0 23 Apr 2026
    Release notes

    What's Changed

    Native (C) SQLite extensions are now compiled differently:

    • to use Spellfix1, you need to import github.com/ncruces/go-sqlite3/ext/spellfix1
    • you can also try the recent Vec1 vector extension at github.com/ncruces/go-sqlite3/ext/vec1

    Full Changelog: v0.33.3...v0.34.0

    Artifact attestations

    Open source →
  33. v0.33.4-0.20260420091530-3f5df10c4b71 20 Apr 2026 pre-release

    Nothing published for this version

  34. v0.33.4-0.20260418001107-9dba3c749082 18 Apr 2026 pre-release

    Nothing published for this version

  35. v0.33.4-0.20260416114152-064bd0131f0f 16 Apr 2026 pre-release

    Nothing published for this version

  36. v0.33.4-0.20260415171525-0985a110f689 15 Apr 2026 pre-release

    Nothing published for this version

  37. v0.33.3 09 Apr 2026

    Nothing published for this version

  38. v0.33.3-0.20260402185649-61d2c859c5c7 02 Apr 2026 pre-release

    Nothing published for this version

  39. v0.33.2 29 Mar 2026

    Nothing published for this version

  40. v0.33.1 28 Mar 2026

    Nothing published for this version

  41. v0.33.0 21 Mar 2026

    Nothing published for this version

  42. v0.32.0 13 Mar 2026

    Nothing published for this version

  43. v0.31.2-0.20260312205333-1165211c3a8d 12 Mar 2026 pre-release

    Nothing published for this version

  44. v0.31.2-0.20260312190947-378d48df9dd8 12 Mar 2026 pre-release

    Nothing published for this version

  45. v0.31.2-0.20260311204322-b24cdfad858f 11 Mar 2026 pre-release

    Nothing published for this version

  46. v0.31.1 09 Mar 2026

    Nothing published for this version

  47. v0.31.0 09 Mar 2026

    Nothing published for this version

  48. v0.30.6-0.20260318175627-361fdc52faa5 18 Mar 2026 pre-release

    Nothing published for this version

  49. v0.30.6-0.20260315111012-1008ddc5cbd9 15 Mar 2026 pre-release

    Nothing published for this version

  50. v0.30.6-0.20260313171656-1956c5a8614e 13 Mar 2026 pre-release

    Nothing published for this version

  51. v0.30.6-0.20260312205333-1165211c3a8d 12 Mar 2026 pre-release

    Nothing published for this version

  52. v0.30.5 24 Jan 2026

    Nothing published for this version

  53. v0.30.5-0.20260113080331-e50083912c21 13 Jan 2026 pre-release

    Nothing published for this version

  54. v0.30.5-0.20251221133941-d9626117961c 21 Dec 2025 pre-release

    Nothing published for this version

  55. v0.30.4 19 Dec 2025

    Nothing published for this version

  56. v0.30.4-0.20251216123455-0b46e74ea69b 16 Dec 2025 pre-release

    Nothing published for this version

  57. v0.30.3 30 Nov 2025

    Nothing published for this version

  58. v0.30.3-0.20260402185649-61d2c859c5c7 02 Apr 2026 pre-release

    Nothing published for this version

  59. v0.30.3-0.20260312205333-1165211c3a8d 12 Mar 2026 pre-release

    Nothing published for this version

  60. v0.30.2 26 Nov 2025

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive