Skip to content

v0.8.0

Compare
Choose a tag to compare
@djmitche djmitche released this 13 Oct 23:03
· 108 commits to main since this release
ea487f8

With this version, the new Replica::pending_tasks method returns all pending tasks efficiently, avoiding the need to individually fetch each task in the working set.

This version introduces a few new Cargo features:

  • sync - enables all of the sync features above
  • bundled - activates bundling system libraries like sqlite
  • tls-native-roots - use native (system) TLS roots, instead of those bundled with rustls, by
    (indirectly) enabling the rustls feature rustls-tls-native-roots.

The MSRV is now rust-1.73.0.