Redisgraph Py Versions Save

RedisGraph python client

v2.4.4

2 years ago

Changes

  • add immediate sibiling to parent op (#158)

v2.4.3

2 years ago

Changes

  • Escape backslashes in parameter strings. (#157)
  • bring back execution plan and introduce explain (#153)
  • profiled execution plan (#152)
  • structure execution plan (#148)
  • fix(README): convert tabs to spaces (#150)

v2.4.2

2 years ago

Changes

  • Pinning redis version (#149)
  • Python 3.10 support, trove, and ci (#146)
  • Add multi label support (#144)
  • Changed RedisLabs to Redis in select places (#143)

v2.4.1

2 years ago

Changes

  • Support dicts in parameter values. (#142)
  • execution plan: removed query duplication in execute common (#137)
  • replacing the version in the toml with the tag (#136)
  • API documentation (#133)
  • close connection on graph destruction (#130)
  • support quote strings (#125)

Bug Fixes

  • hiredis as a dependency (#131)

v2.4.0

2 years ago

Features

  • Add support for Point datatype (#121)
  • Map datatype @swilly22 (#117)
  • select between RO_QUERY and QUERY (#102)
  • Add support for read_only queries (#101)

Changes

  • Fall back to GRAPH.QUERY when GRAPH.RO_QUERY is not available. (#124)
  • Switch circle CI to tox (#114, #115, #116, #126)
  • Remove assert statements from code base (#110)
  • Remove inheritance from object (#109)
  • Use prettytable instead of ptable (#106)
  • read only procedure call (#104)
  • define all (#95)

Bug Fixes

  • Update internal cached mapping upon graph version change (#94)

Thanks to: @norispavlovic @boris-42 & @GnaneshKunal for the contributing!

v2.2.3

3 years ago
  • Fixed path nodes and edges functions (#68)
  • Don't attempt to decode NULL graph entities (#69)
  • Remove unused logic for handling null entities (#71)
  • Resolving type error in execution_plan_to_string (#72)
  • Cached execution statistics (#76)
  • Fix explain string and add support for params (#80)
  • Add optional timeout argument to graph queries (#87)
  • Fixed syntax warning (#92, #91)

v2.2.2

4 years ago

Fix setup.py requirements list build

v2.1.1

4 years ago

v1.7.0

5 years ago