Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

64 lines (45 loc) · 2.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.5 - 2024-08-15

Fixed

  • Update crates to avoid CVEs (#35)

Other

  • crates io bug
  • Update deny action
  • Update redis and tokio version, and fix compatiblity issues
  • Update redis and tokio version, and fix compatiblity issues
  • Update README
  • Remove deny from needs
  • (deps) bump thiserror from 1.0.61 to 1.0.62 (#30)
  • (deps) bump strum from 0.26.2 to 0.26.3 (#28)

0.1.4 - 2024-06-20

Fixed

  • Use MIT license (#25)

0.1.3 - 2024-06-18

Fixed

  • Add codecov yaml
  • outdated README

0.1.2 - 2024-06-18

Added

  • Implemenet Async Graph API (#23)
  • implement QueryResult properly (#19)

Fixed

  • Avert Parsing Latency By Rewriting Parser (#22)

Other

  • (deps) bump regex from 1.10.4 to 1.10.5 (#17)

0.1.1 - 2024-06-09

Added

  • LazyResultSet implemenation, allowing one-by-one parsing (#14)

Fixed

  • Update badges

0.1.0 - 2024-06-06

Fixed

  • Update readme file name before releasing, update job name (#7)
  • cleaned CI and fixed Code Coverage job, which was queued indefinitely (#5)

Other

  • Fix doctests, some more code shrinking (#9)
  • Initial Development (#1)
  • gitignore