All Versions
14
Latest Version
Avg Release Cycle
124 days
Latest Release
1348 days ago

Changelog History
Page 1

  • v1.5.0 Changes

    October 16, 2020

    🔋 Features:

    • ✂ remove deprecated functions and update to 2018 edition, thanks @dariusc93 (#11 )
  • v1.4.3 Changes

    June 27, 2019
    🐛 Bug Fixes
    • ⚠ use dyn for bare trait object warning in Error ([db9120f9](db9120f9))
  • v1.4.2 Changes

    May 21, 2019
    🐛 Bug Fixes
    • tests: fix locked error in some multi-threading cases ([b40cc5ac](b40cc5ac))
  • v1.4.1 Changes

    May 16, 2018
    🔋 Features
    • UnQLiteVm: Add Clone trait to UnQLiteVm (53b977a4)
    • unqlite: bump unqlite source version to v1.1.9 (53b977a4)
  • v1.4.0 Changes

    January 26, 2018
    🐛 Bug Fixes
    • util: warn use to not use load_mmaped_file (ded1052e)
    🔋 Features
    • 🗄 deprecate unqlite-sys and reexport ffi and vars module (86747446)
    • ⚡️ update to UnQlite source code v1.1.8
  • v1.3.2 Changes

    December 20, 2017
    🐛 Bug Fixes
    • 🔀 implement Send and Sync for Error (c3c93972)
  • v1.3.1 Changes

    August 28, 2017

    v1.3.1 (2017-08-28)

    🐛 Bug Fixes
    • 🛠 fix error as Unique/Shared syntax changed (1ce81552, closes #5)
  • v1.3.0 Changes

    June 28, 2017

    v1.3.0 (2017-06-28)

    🔋 Features
    • api: document store interface (json via jx9) (276eb35c)
  • v1.2.2 Changes

    May 24, 2017
    🐛 Bug Fixes
    • fix in case of Shared.as_mut_ptr deprecation ([5a90c035](5a90c035))
  • v1.2.1 Changes

    May 25, 2016

    v1.2.1 (2016-05-25)

    🐛 Bug Fixes
    • cursor: fix delete error when reach the last (9664f93d)