You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
All internal dependencies have been bumped to the latest stable version.
If you don't need the listen_notify feature for remote clusters, you can now choose to only use listen_notify_local instead, which will pull in less dependencies.
The asm feature has been removed from sha2 to make it compile on windows.
The shutdown delay of 10 seconds is not being applied anymore if you only run a single instance, which usually is the case during local development. This greatly improves the DX.
hiqlite::Client::query_raw_not_empty() has been removed as it was redundant. query_raw_one() behaves in the same way.