Skip to content

Releases: illarionov/wasm-sqlite-open-helper

Version 0.1-beta03

13 Apr 18:05
bf73f55

Choose a tag to compare

🚀 New Feature

  • Update Chasm to 0.9.65
  • Update Chicory to 1.2.1

🤖 Dependencies

  • Bump androidx-sqlite to 2.5.0
  • Bump Kotlin to 2.1.20
  • Bump Wasi-emscripten-host to 0.5
  • Bump other build dependencies

Full Changelog: 0.1-beta02...0.1-beta03

Version 0.1-beta02

19 Mar 15:05
c232206

Choose a tag to compare

[0.1-beta02] — 2025-03-19

Added

  • Expose Chicory memory factory and use ExactMemAllocStrategy

🐛 Bug Fix

  • Fix memory leak in sqlite3_free()
  • Fix sqlite3_malloc() with zero argument
  • Add Chicory runtime to sqlite-embedder-chicory api dependencies

🤖 Dependencies

  • Bump Chasm to 0.9.62

Full Changelog: 0.1-beta01...0.1-beta02

Version 0.1-beta01

14 Mar 10:06
9ab68b7

Choose a tag to compare

Initial release to Maven Central

What's Changed

Read more

Version 0.1-alpha04

20 Jun 07:47
1ce6097

Choose a tag to compare

What's Changed

Added

  • Add experimental androidx.sqlite.SQLiteDriver implementation

Removed

  • Multithreading (not working)

Version 0.1-alpha03

11 May 06:16
8d3f95b

Choose a tag to compare

[0.1-alpha03] — 2024-05-11

Added

  • Embedders based on [Chicory] and [Chasm]
  • Single-threaded build of SQLite and ICU libraries

Changed

  • Many different changes and library updates.
    • SQLite 3.45.3
    • ICU 74.2
    • Emscripten 3.1.58

Build №11

11 May 02:20
b11698c

Choose a tag to compare

Build №11 Pre-release
Pre-release
Publish maven snapshot repository to releases on Github (#96)

* Publish maven snapshot repository to releases on github