Releases: RedisGraph/redisgraph-bulk-loader
Releases · RedisGraph/redisgraph-bulk-loader
Version 0.9.11
Changes
- Rename the
redisgraph-bulk-loader
entrypoint toredisgraph-bulk-insert
- Reduce default values for buffer sizes @jeffreylovitz (#66)
- poetry and tox @chayim (#64)
Version 0.9.10
Changes
- Increase minimum Python version to 3.6 @jeffreylovitz (#60)
Bug Fixes
- Respect max buffer size @jeffreylovitz (#61)
Version 0.9.9
Changes
- Raise minimum redis-py version to 3.5.3
- Reduce default buffer size to 512MB
Version 0.9.8
Changes
- Add command-line argument to set ACL user @jeffreylovitz (#58)
Features
- Improve error messages @jeffreylovitz (#57)
Version 0.9.6
Changes
- configurable escapechar for csv reader @jvanmalder (#55)
- Fix IndexError: strip() before checking for empty value @jvanmalder (#54)
Version 0.9.5
Features
#53 Add redisgraph-bulk-update
endpoint for performing bulk updates on existing graphs.
Version 0.9.4
Changes
- Fix linter errors @jeffreylovitz (#52)
- Add command line option to connect to Redis with unix socket @Dsolnik (#49)
- Fix test failures @jeffreylovitz (#48)
- ID as strings and Parsing array items @YaphetKG (#46)
v0.9.3
Added support for building standard and full-text indexes after graph import via command-line arguments.
v0.9.2
- Added support for importing array properties.
- Improved handling of whitespace in type inference logic.
v0.9.1
- Fixed an error in parsing columns without names with
--enforce-schema
. - Switched default CSV reader behavior to
QUOTE_MINIMAL
, removing extraneous quote characters.