Releases: FalkorDB/falkordb-rs
Releases · FalkorDB/falkordb-rs
v0.1.11
Fixed
- fix deny errors and warns
Other
- (deps) bump thiserror from 2.0.6 to 2.0.11 (#81)
- Fix example add mut to node (#88)
- update lock file
- (deps) bump redis from 0.28.1 to 0.28.2
- Merge branch 'main' into dependabot/cargo/main/redis-0.28.1
- Update coverage.yml
- (deps) bump tokio from 1.42.0 to 1.43.0
v0.1.10
Fixed
- fix read only query builder (#77)
Other
- (deps) bump codecov/codecov-action from 4 to 5 (#71)
v0.1.9
Other
- Update dependecies (#74)
- Fix async connection leak and co (#72)
v0.1.8
Other
- Allow to trigger github workflow manually (#68)
- Update version in readme
v0.1.7
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)
v0.1.6
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
v0.1.5
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)
v0.1.3
Fixed
- Add codecov yaml
- outdated README
v0.1.2
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)