Skip to content

Releases: RedisGraph/redisgraph-bulk-loader

Version 0.9.11

12 Jul 20:47
5e3be7a
Compare
Choose a tag to compare

Changes

  • Rename the redisgraph-bulk-loader entrypoint to redisgraph-bulk-insert
  • Reduce default values for buffer sizes @jeffreylovitz (#66)
  • poetry and tox @chayim (#64)

Version 0.9.10

12 May 21:36
b3756f2
Compare
Choose a tag to compare

Changes

Bug Fixes

Version 0.9.9

05 May 18:24
57bbd4d
Compare
Choose a tag to compare

Changes

  • Raise minimum redis-py version to 3.5.3
  • Reduce default buffer size to 512MB

Version 0.9.8

04 May 20:08
71b1569
Compare
Choose a tag to compare

Changes

Features

Version 0.9.6

30 Mar 20:57
b6b32a4
Compare
Choose a tag to compare

Changes

Version 0.9.5

19 Feb 20:51
eb41fec
Compare
Choose a tag to compare

Features

#53 Add redisgraph-bulk-update endpoint for performing bulk updates on existing graphs.

Version 0.9.4

11 Feb 15:35
745d4a7
Compare
Choose a tag to compare

Changes

v0.9.3

13 Oct 16:18
7f6fa9c
Compare
Choose a tag to compare

Added support for building standard and full-text indexes after graph import via command-line arguments.

v0.9.2

05 Oct 19:06
d4bf196
Compare
Choose a tag to compare
  • Added support for importing array properties.
  • Improved handling of whitespace in type inference logic.

v0.9.1

25 Jun 13:18
0c8a6d4
Compare
Choose a tag to compare
  • Fixed an error in parsing columns without names with --enforce-schema.
  • Switched default CSV reader behavior to QUOTE_MINIMAL, removing extraneous quote characters.