Redisgraph Bulk Loader Versions Save

A Python utility for building RedisGraph databases from CSV inputs

v0.12.3

1 year ago

Changes

  • Fix for publish-pypi workflow (2) (#108)

v0.12.2

1 year ago

Changes

  • Fix for publish-pypi workflow (#107)

v0.12.1

1 year ago

Changes

  • CI fixes (#105)

v0.12.0

1 year ago

Changes

  • Redis-py 4.5 and Python 3.11 (#104)
  • Finishing the test migration to pytest (#96)

Features

  • Removing connection options in favor of redis-url (#97)

v0.11.0

1 year ago

Changes

  • Add multi label documentation (#93)
  • Updating to latest standards (#95)

v0.10.2

2 years ago

Changes

  • Pathos runtime dependency (#88)
  • Adding older python version supportl (#86)
  • Redis-py 4 integration (#85)

v0.9.15

2 years ago

Changes

  • Redis pin, and new version (#83)
  • Python 3.10 support, trove, and ci (#81)
  • Changing RedisLabs to Redis in select places (#79)
  • Fix test which builds index (#82)
  • Tests expect arrays when calling labels() (#80)

v0.9.14

2 years ago

Changes

  • Add missing pathos dependency (#78)
  • Update pyproject.toml (#76)

v0.9.13

2 years ago

Changes

  • move to async batches (#75)
  • Updating github runner to match poetry python version (#74)

v0.9.12

2 years ago

Changes

  • Add BOOLEAN option for schema column type (#73)
  • Add arguments for SSL connections (#72)
  • Change default buffer size to 64MB (#68)