Skip to content

v0.7.1

Latest

Choose a tag to compare

@jkelleyrtp jkelleyrtp released this 06 Nov 19:43
· 21 commits to main since this release

Post-Release Bug Fixes

This release fixes a number of critical bugs that slipped through v0.7.0 testing.

Namely:

  • Changes related to windows-app builds causing entrypoint symbol to be wrong
  • Fixes some unwrap() calls that were supposed to be errors
  • Use serde_qs for query string support in server functions
  • Tracing spans are properly aligned for server functions
  • Calls to extract() use a blank GET request when called outside the runtime
  • File dialogs on desktop are now async instead of sync
  • The --platform flag was accidentally removed completely, it is now back

We recommend updating with cargo binstall [email protected] --force or dx self-update

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1