Skip to content

v1.0.0

Choose a tag to compare

@djmitche djmitche released this 10 Dec 01:41
· 190 commits to main since this release
f584e62

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 StorageConfig enum has a new variant in this version and was not non_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