Skip to content

Releases: programatik29/tokio-rusqlite

v0.6.0

20 Sep 06:14
168e9c4
Compare
Choose a tag to compare
  • updated: [rusqlite] version to 0.32.
  • added: bundled feature corresponding to rusqlite/bundled feature.
  • added: Implement From<rusqlite::Connection> for Connection.
  • removed: async Connection::from implementation instead added above.

v0.5.1

26 Feb 17:51
Compare
Choose a tag to compare
  • updated: To latest rusqlite version (0.31).
  • added: Reexported all names from rusqlite crate.

v0.5.0

25 Nov 15:40
Compare
Choose a tag to compare
  • updated: To latest rusqlite version (0.30).
  • added: Added params macro export from rusqlite crate.
  • breaking: Connection::call now takes tokio_rusqlite::Result instead
    of rusqlite::Result.
  • added: Added Error::Other variant for application
    specific errors.
  • added: Added Connection::call_unwrap method.

v0.4.0

02 Apr 21:06
9b614e4
Compare
Choose a tag to compare
  • added: Added Connection::close method.
  • added: Added tokio_rusqlite::Error type.
  • breaking: All Connection methods now return Result<_, tokio_rusqlite::Error>.
  • updated: To latest [rusqlite] version(0.29).

v0.3.0

16 Sep 19:40
32a9075
Compare
Choose a tag to compare
  • updated: To latest rusqlite version (0.28).

v0.2.0

13 Jul 09:38
ea69651
Compare
Choose a tag to compare
  • changed: Now using unbounded crossbeam-channel instead of bounded
    std::sync::mpsc channel internally.
  • changed: Channel send errors in background database thread are now
    ignored instead of panicking.

v0.1.0

25 Apr 19:05
Compare
Choose a tag to compare

Initial release.