1dc36128(#3275 by @mikenikles) Add support for PostgresNUMERICand custom data types.
93426f85Fixed an issue that caused docs.rs builds to fail. No user facing changes.
f634e524This is an "empty" release to update the plugins' source files on crates.io and docs.rs. This should fix docs.rs build failures for projects using tauri plugins as dependencies.
3a79266b(#2173 by @FabianLars) Bumped all plugins tov2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
31956469(#1928 by @FabianLars) Fixed the QueryResult typing by markinglastInsertIdas optional to reflect postgres-only changes made in the 2.0.0 release.
90ef77c8(#2038 by @johncarmack1984) Allow blocking on async code without creating a nested runtime.
0ca4cc91(#1963 by @yoggys) Fixed incorrect documentation of the select method in the Database class.
a1a82208(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
e2c4dfb6Update to tauri v2 stable release.
30bcf5dc(#1838 by @FabianLars) It is now possible to enable multiple SQL backends at the same time. There will be no compile error anymore if no backends are enabled!
0dd97d91(#1375 by @KauanCurbani) Added support forUUIDcolumns to the postgres implementation.
e2e97db5(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
9887d1Update to tauri RC.
99d6ac0f(#1606 by @FabianLars) The JS packages now specify the minimum@tauri-apps/apiversion instead of a single exact version.6de87966(#1597 by @Legend-Master) Update to tauri beta.25.
37cb9a66(#1575 by @renovate) Update sqlx to 0.8 - Check out their changelog for behavior changes: https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md#080---2024-07-22
22a17980(#1537 by @lucasfernog) Update to tauri beta.24.
4216c051(#1381 by @thewh1teagle) MadeDbInstancespublic for managing database instances directly fromRust.
a04ea2f(#1071) The global API script is now only added to the binary when thewithGlobalTauriconfig is true.
569defbUpdate to tauri beta.4.