Skip to content

0.30.0

Compare
Choose a tag to compare
@gwenn gwenn released this 12 Nov 12:35
· 144 commits to master since this release
7f8c421

What's Changed

  • Fix sqlite3_auto_extension xEntryPoint signature #1310
  • Use track_caller for panicking methods #1314
  • Force linking against system sqlite libs #1317
  • fix compilation for target wasm32-wasi #1321
  • Add SQLITE_MAX_COLUMN compile-time option #1324
  • Upgrade http links to https in Cargo.toml #1330
  • Update fallible-iterator requirement from 0.2 to 0.3 #1334
  • Implement FromSql & ToSql for std::num::NonZero types #1313
  • Add new constants introduced by SQLite 3.42.0 #1336
  • Use SQLITE_PREPARE_PERSISTENT for CachedStatement #1339
  • Fix type of SQLITE_DESERIALIZE_, SQLITE_PREPARE_, SQLITE_SERIALIZE_* #1340
  • Introduce to_sqlite_error #1345
  • remove depth from Savepoint #1327
  • Savepoint Drop bug #1347
  • [breaking change] Update edition from 2018 to 2021 #1267
  • Remove msrv for clippy by #1351
  • Tweak bindgen #1352, #1353
  • Inline constraint_error_code #1359
  • Simplify bindgen generation #1360
  • Fixes generate_series to handle NULL arguments #1357
  • Factorize code in build.rs #1361
  • Serialize and deserialize database #1341
  • Spelling and a few more nits #1373
  • Implement support for more time types #1374
  • Fix visibility of TransactionState #1384
  • Column is used only with column_decltype feature #1385
  • Use proper var names in trait definition #1398
  • Fix clippy warning: arc_with_non_send_sync - interrupt_lock #1400
  • Captured identifiers in SQL strings #1346
  • Add new constants introduced by SQLite 3.43.0 #1405
  • Make WindowAggregate::value pass mutable value ref #1395
  • Bump bundled SQLite version to 3.44.0 #1409
  • Bump bindgen version to 0.69 #1410
  • Loadable extension #1362

New Contributors

Full Changelog: v0.29.0...v0.30.0