Skip to content

0.26.0

Compare
Choose a tag to compare
@gwenn gwenn released this 04 Oct 16:58
· 573 commits to master since this release
3982393

Nice to have: make possible to remove authorizer hook

  • Add bundle-sqlcipher and bundle-ssl #860
  • Breaking changes: Add support for authorizer hook #946 / #975
    Action is not visible from root anymore
  • Add a function to return the path of a Connection #963 / #962
  • Add a helper function for getting the byte data from a ValueRef, regardless of if its Text or Blob #983
  • Make the empty placeholder params be Send + Sync #1005
  • Use a generic ToSql param in pragma functions #1009
  • Breaking changes: Implement AsRef<Statement> for Row(s) #887
    Rows::column* and Row::column* removed now that you have access to underlying statement.
  • Fix FromSql impl for OffsetDateTime #970
    • Upgrade time crate to version 0.3.0
  • Bump bundled sqlite3 version to 3.36.0 #979
  • Allow static linking against the VC runtime #1021
  • Breaking changes: Make load_extension unsafe #1016
  • Add as_type_or_null to ValueRef #1012
  • Correct pkg-config version #960
  • Improve VTab API: Iterate on both index constraint and usage #1001 / #1006
  • Access to sqlite3_db_cacheflush via Connection #984 / #985
  • Retrieve error message from database connection handle #988
  • Include the session FFI in the bundled bindings #982
  • Use #[doc(cfg)] instead of manually indicating feature = "blah" in the comments #835 / #973
  • Use env::var instead of cfg in some cases in build.rs #961
  • Add time back to modern-full feature #969
  • Fix InnerConnection decode_result / changes #974 / #931
  • Upgrage bindgen to version 0.59 #994