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.
0.1.10 - 2024-12-10
- fix read only query builder (#77)
- (deps) bump codecov/codecov-action from 4 to 5 (#71)
0.1.9 - 2024-12-04
0.1.8 - 2024-11-14
- Allow to trigger github workflow manually (#68)
- Update version in readme
0.1.7 - 2024-11-14
- 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
- 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
- Update crates to avoid CVEs (#35)
- 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
- Use MIT license (#25)
0.1.3 - 2024-06-18
- Add codecov yaml
- outdated README
0.1.2 - 2024-06-18
- Avert Parsing Latency By Rewriting Parser (#22)
- (deps) bump regex from 1.10.4 to 1.10.5 (#17)
0.1.1 - 2024-06-09
- LazyResultSet implemenation, allowing one-by-one parsing (#14)
- Update badges