Releases: chrisllontop/keyv-rust
Releases · chrisllontop/keyv-rust
v0.3.0
What's Changed
- Add store usage examples by @Abraxas-365 in #33
- Bump serde_json from 1.0.115 to 1.0.116 by @dependabot[bot] in #36
- Bump serde from 1.0.197 to 1.0.198 by @dependabot[bot] in #35
- Bump thiserror from 1.0.58 to 1.0.59 by @dependabot[bot] in #34
- Bump serde from 1.0.198 to 1.0.199 by @dependabot[bot] in #37
- Add coverage config by @chrisllontop in #40
- Bump rustls from 0.21.10 to 0.21.12 by @dependabot[bot] in #39
- Bump openssl from 0.10.64 to 0.10.66 by @dependabot[bot] in #41
- Bump dependencies to latest and add test coverage by @javiermontescarrera in #44
New Contributors
- @javiermontescarrera made their first contribution in #44
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- Add MongoDB store adapter by @Abraxas-365 in #26
- Add MySQL docs and export clients by @Abraxas-365 in #27
- Add SQLite store adapter by @Abraxas-365 in #29
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add main Keyv, Redis and Postgress stores by @Abraxas-365 in #15
- Add docker comand info to test by @Abraxas-365 in #16
- Add MySQL store adapter by @Abraxas-365 in #17
- Upgrade sqlx and redis to latest by @chrisllontop in #20
- Export pool options and pool from sqlx for easier reusability. by @Abraxas-365 in #22
- Add Clippy check to CI and create publish workflow by @chrisllontop in #23
- Simplify CI/CD pipeline configuration by @chrisllontop in #24
- Update Clippy command in publish workflow by @chrisllontop in #25
New Contributors
- @chrisllontop made their first contribution in #1
- @Abraxas-365 made their first contribution in #15
Full Changelog: https://github.com/chrisllontop/keyv-rust/commits/v0.1.0