Skip to content

Latest commit

 

History

History
108 lines (72 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

108 lines (72 loc) · 4.03 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.10 - 2024-12-10

Fixed

  • fix read only query builder (#77)

Other

  • (deps) bump codecov/codecov-action from 4 to 5 (#71)

0.1.9 - 2024-12-04

Other

  • Update dependecies (#74)
  • Fix async connection leak and co (#72)

0.1.8 - 2024-11-14

Other

  • Allow to trigger github workflow manually (#68)
  • Update version in readme

0.1.7 - 2024-11-14

Other

  • Update coverage.yml (#55)
  • Add test for when sending cypher query with syntax error the result s… (#67)
  • Update dependencies (#66)
  • Pass redis error to upstream instead of sending the generic FalkorDBError::ParsingArray (#64)

0.1.6 - 2024-10-14

Other

  • Prepare for release v0.1.6
  • Re add fields to FalkorIndex, test.
  • Fix error message of ParsingArrayToStructElementCount
  • Improve Vec32 parsing and add comprehensive tests
  • Fix failing unit tests, add more vec32 test
  • add support with the new vec32

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