Skip to content

Releases: facebook/akd

v0.3.3

07 Dec 19:54
70ed7c2
Compare
Choose a tag to compare

Whats Changed

  • Pinning to tokio 1.10 instead of specifically 1.10.2

Full Changelog: v0.3.2...v0.3.3

v0.3.2

07 Dec 19:23
7617e4b
Compare
Choose a tag to compare

Whats Changed

  • Specific version is not required for the akd_mysql crate since major versions didn't change.

  • Require absolute URLs to reference information within crate documentation see

  • Move publish pipeline to run checks on both packages before starting publish

Full Changelog: v0.3.1...v0.3.2

v0.3.1

07 Dec 19:01
a35d917
Compare
Choose a tag to compare

Whats Changed

  • Versioning information changes & proper links for public release on [crates.io]

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Dec 18:10
ae66220
Compare
Choose a tag to compare

What's Changed

  • Cleanup of DB layer and more performance improvements for MySQL storage.
  • Additional documentation and general cleanups
  • Removed MySQL dependencies on the core library functionality so if a user uses a different data-layer they are not dependent on MySQL
  • Proof-of-concept (REPL) application + integration tests in CI pipeline
  • Migration from tokio 0.2 to 1.X and mysql_async from 0.23.1 to 0.28.1
  • Publishing v0.3.0

Full Changelog: v0.2.0...v0.3.0

v0.2.0

05 Nov 21:58
5257435
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Nov 04:37
1b75fd5
Compare
Choose a tag to compare
Fixing Cargo.toml (#73)