This release contains various improvements and bug fixes.
The full changelog is available here.
Notably, big chunks of the API level interfaces have changed from async
to sync
which should be an ergonomic improvement for everyone, thanks to @alexlapa for their work on this.
MSRV
With this version we've adopted a MSRV(minimum supported rust version) policy. Namely, we support versions of the Rust compiler released in the last six months. This is a minimum and we don't aim to drop support aggressively, but if you are running an older version there is always a risk that we'll drop support for it. Changes to the minimum Rust version will not be breaking from a semver perspective.
Contributors
- @algesten
- @alexlapa
- @ericfont
- @karaziox
- @KokaKiwi
- @k0nserv
- @melekes
- @KillingSpark
- @llacqie
- @logist322
Thanks to all contributors who helped make this release happen 🎉