v1.0.0
What's Changed
This version adds an AWS sync backend to complement the existing GCP backend. The new backend functions almost identically to the GCP backend.
The change from 0.9.x to 1.0.x merely signifies that the package is mature; semver specifies that 0.x is for initial development.
In terms of compatibility
- The new MSRV is 1.78.0.
- The
StorageConfigenum has a new variant in this version and was notnon_exhaustive, a semver-breaking change unlikely to affect any users of the crate.
Other changes:
- Record the DB version in the DB itself. by @djmitche in #485
- Give better context for error when storage dir can't be created by @djmitche in #486
- Use a common set of tests for cloud services by @djmitche in #496
- Use strings for cloud service object names by @djmitche in #497
- Move the main crate to the top level of the repo by @djmitche in #498
New Contributors
Full Changelog: v0.9.0...v1.0.0