Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps turso from 0.1.4 to 0.1.5.

Release notes

Sourced from turso's releases.

0.1.5 -- 2024-09-10

Release Notes

Added

  • add missing module type for browser package (Nikita Sivukhin)
  • Implement 2-args json_each (Mikaël Francoeur)
  • Add OPFS support to JavaScript bindings (Nikita Sivukhin)
  • test/fuzz: add UPDATE/DELETE fuzz test (Jussi Saurio)
  • add gen-bigass-database.py (Jussi Saurio)
  • Add assertion: we read a page with the correct id (Jussi Saurio)
  • support float without fractional part (Lâm Hoàng Phúc)
  • expr: use more efficient implementation for binary condition exprs (Jussi Saurio)
  • Add json_each table-valued function (1-arg only) (Mikaël Francoeur)
  • Add io_uring support to stress (Pekka Enberg)
  • Refactor LIMIT/OFFSET handling to support expressions (bit-aloo)
  • Encryption: add support for other AEGIS and AES-GCM cipher variants (Frank Denis)
  • introduce package.json for separate *-browser package (both database and sync) (Nikita Sivukhin)
  • introduce eq/contains/starts_with/ends_with_ignore_ascii_case macros (Lâm Hoàng Phúc)
  • introduce match_ignore_ascii_case macro (Lâm Hoàng Phúc)
  • core: Make strict schema support experimental (Pekka Enberg)
  • core/printf: support for more basic substitution types (Luiz Gustavo)
  • Return sqlite_version() without being initialized (Preston Thorpe)
  • Support encryption for raw WAL frames (Gaurav Sarma)
  • bindings/java: Implement date, time related methods under JDBC4PreparedStatement (Kim Seon Woo)
  • Support cipher and encryption key URI options (William Souza)
  • Implement UPSERT (Preston Thorpe)
  • CLI: implement Line output .mode (Andrey Oskin)
  • add sqlite integrity check back (Pedro Muniz)
  • core: Initial pass on synchronous pragma (Pekka Enberg)
  • Introduce and propagate IOContext as required (Avinash Sajjanshetty)
  • Add some docs on encryption (Avinash Sajjanshetty)
  • sqlite3: Implement sqlite3_malloc() and sqlite3_free() (Pekka Enberg)
  • sqlite3: Implement sqlite3_next_stmt() (Pekka Enberg)
  • core/translate: Add support (Pekka Enberg)
  • sqlite3: Implement sqlite3_db_filename() (Pekka Enberg)
  • flake.nix: add uv dependency to nativeBuildInputs (Ceferino Patino)
  • sqlite3: Implement sqlite3_bind_parameter_index() (Pekka Enberg)
  • sqlite3: Implement sqlite3_clear_bindings() (Pekka Enberg)
  • sqlite3: Implement sqlite3_get_autocommit() (Pekka Enberg)
  • Add support for AEGIS encryption algorithm (Avinash Sajjanshetty)
  • bindings/java: Implement batch operations for JDBC4Statement (Kim Seon Woo)
  • Add syntax highlighting for EXPLAIN and ANALYZE (Alex Miller)
  • Add basic support for ANALYZE statement (Alex Miller)
  • correctly implement offset() in parser (Lâm Hoàng Phúc)
  • Switch to new parser in core (Levy A.)
  • github: Remove Intel Mac support (Pekka Enberg)
  • add remove_file method to the IO (Nikita Sivukhin)
  • Add libc fault injection to Antithesis (Pekka Enberg)
  • core/mvcc: support for MVCC (Pere Diaz Bou)

... (truncated)

Changelog

Sourced from turso's changelog.

0.1.5 -- 2025-09-10

Added

  • add missing module type for browser package (Nikita Sivukhin)
  • Implement 2-args json_each (Mikaël Francoeur)
  • Add OPFS support to JavaScript bindings (Nikita Sivukhin)
  • test/fuzz: add UPDATE/DELETE fuzz test (Jussi Saurio)
  • add gen-bigass-database.py (Jussi Saurio)
  • Add assertion: we read a page with the correct id (Jussi Saurio)
  • support float without fractional part (Lâm Hoàng Phúc)
  • expr: use more efficient implementation for binary condition exprs (Jussi Saurio)
  • Add json_each table-valued function (1-arg only) (Mikaël Francoeur)
  • Add io_uring support to stress (Pekka Enberg)
  • Refactor LIMIT/OFFSET handling to support expressions (bit-aloo)
  • Encryption: add support for other AEGIS and AES-GCM cipher variants (Frank Denis)
  • introduce package.json for separate *-browser package (both database and sync) (Nikita Sivukhin)
  • introduce eq/contains/starts_with/ends_with_ignore_ascii_case macros (Lâm Hoàng Phúc)
  • introduce match_ignore_ascii_case macro (Lâm Hoàng Phúc)
  • core: Make strict schema support experimental (Pekka Enberg)
  • core/printf: support for more basic substitution types (Luiz Gustavo)
  • Return sqlite_version() without being initialized (Preston Thorpe)
  • Support encryption for raw WAL frames (Gaurav Sarma)
  • bindings/java: Implement date, time related methods under JDBC4PreparedStatement (Kim Seon Woo)
  • Support cipher and encryption key URI options (William Souza)
  • Implement UPSERT (Preston Thorpe)
  • CLI: implement Line output .mode (Andrey Oskin)
  • add sqlite integrity check back (Pedro Muniz)
  • core: Initial pass on synchronous pragma (Pekka Enberg)
  • Introduce and propagate IOContext as required (Avinash Sajjanshetty)
  • Add some docs on encryption (Avinash Sajjanshetty)
  • sqlite3: Implement sqlite3_malloc() and sqlite3_free() (Pekka Enberg)
  • sqlite3: Implement sqlite3_next_stmt() (Pekka Enberg)
  • core/translate: Add support (Pekka Enberg)
  • sqlite3: Implement sqlite3_db_filename() (Pekka Enberg)
  • flake.nix: add uv dependency to nativeBuildInputs (Ceferino Patino)
  • sqlite3: Implement sqlite3_bind_parameter_index() (Pekka Enberg)
  • sqlite3: Implement sqlite3_clear_bindings() (Pekka Enberg)
  • sqlite3: Implement sqlite3_get_autocommit() (Pekka Enberg)
  • Add support for AEGIS encryption algorithm (Avinash Sajjanshetty)
  • bindings/java: Implement batch operations for JDBC4Statement (Kim Seon Woo)
  • Add syntax highlighting for EXPLAIN and ANALYZE (Alex Miller)
  • Add basic support for ANALYZE statement (Alex Miller)
  • correctly implement offset() in parser (Lâm Hoàng Phúc)
  • Switch to new parser in core (Levy A.)
  • github: Remove Intel Mac support (Pekka Enberg)
  • add remove_file method to the IO (Nikita Sivukhin)
  • Add libc fault injection to Antithesis (Pekka Enberg)
  • core/mvcc: support for MVCC (Pere Diaz Bou)
  • SQLite C API improvements: add column type and column decltype (Danawan Bimantoro)

... (truncated)

Commits
  • e04938e Turso 0.1.5
  • f3d1c8c Update CHANGELOG
  • 0287512 stress: Disable database reopen and reconnect
  • 1d34122 Turso 0.1.5-pre.5
  • 086dac3 Merge 'add missing module type for browser package' from Nikita Sivukhin
  • 11339fc Merge 'Fix clear_page_cache method and rollback' from Preston Thorpe
  • ab9dbba Merge 'Fix read_entire_wal_dumb: incrementally build the frame cache' from Pr...
  • b6d99cd Merge 'clean print_query_result' from Lâm Hoàng Phúc
  • cd88681 Merge 'update update-script to properly handle JS workspace' from Nikita Sivu...
  • e8b853e pretty mode's table need a line break
  • 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 [turso](https://github.com/tursodatabase/turso) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/tursodatabase/turso/releases)
- [Changelog](https://github.com/tursodatabase/turso/blob/main/CHANGELOG.md)
- [Commits](tursodatabase/turso@v0.1.4...v0.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 10, 2025
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants