Skip to content

Releases: FalkorDB/falkordb-rs

v0.1.11

13 Feb 06:29
7d0ddc3
Compare
Choose a tag to compare

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

10 Dec 15:22
40ebf65
Compare
Choose a tag to compare

Fixed

  • fix read only query builder (#77)

Other

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

v0.1.9

04 Dec 14:09
403e899
Compare
Choose a tag to compare

Other

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

v0.1.8

14 Nov 15:14
96d57d7
Compare
Choose a tag to compare

Other

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

v0.1.7

14 Nov 14:50
a84998e
Compare
Choose a tag to compare

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

14 Oct 10:30
1cd594f
Compare
Choose a tag to compare

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

15 Aug 07:59
58871ba
Compare
Choose a tag to compare

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.4

20 Jun 12:14
18bc349
Compare
Choose a tag to compare

Fixed

  • Use MIT license (#25)

v0.1.3

18 Jun 12:24
b965f2d
Compare
Choose a tag to compare

Fixed

  • Add codecov yaml
  • outdated README

v0.1.2

18 Jun 11:12
ededb24
Compare
Choose a tag to compare

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)