v0.29.0
- changed: Removed
Exqlite.bind/3, please usebind/2instead. - changed: Improved multi-threaded access to underlying sqlite resource.
- changed: Document issue with calling
close/1immediately after callinginterrupt/1. If you encounter the issue where the entire BEAM crashes, put a short sleep between the call tointerrupt/1andclose/1.
Full Changelog: v0.28.0...v0.29.0