Skip to content

Releases: dgraph-io/pydgraph

v23.0.2

08 Nov 16:58
08d898b
Compare
Choose a tag to compare

[v23.0.2] - 2023-11-08

Added

  • accept custom grpc options in from_cloud function (#215)
  • return commit_ts in the function 'commit()' in txn.py (#213)
  • add ai-classification notebook (#207)
  • Add Jupyter Notebook example (#206)

Chore

  • chore(docs): Remove invalid emails and non-maintainers. (#208)

v23.0.1

01 Jun 05:37
a4d4b28
Compare
Choose a tag to compare

[v23.0.1] - 2023-06-01

Added

  • chore(cd): fix protobuf import issue (#204)

v23.0.1rc1

30 May 10:05
704313c
Compare
Choose a tag to compare
v23.0.1rc1 Pre-release
Pre-release

Fixed

  • chore(cd): fix protobuf import issue (#204)

v23.0.0

25 May 17:42
bcfc723
Compare
Choose a tag to compare

[v23.0.0] - 2023-05-15

Breaking

  • Minimum required Python now 3.7 (CI runs against 3.11)
  • deprecated from_slash_endpoint function (#190)

Added

  • accept grpc endpoint or /graphql endpoint in from_cloud function
  • pyproject.toml as the source of truth for dependency requirements
  • .python-version file to keep track of supported Python version

Chore

  • Github Actions for CI/CD pipelines
    • chore(ci): test against latest dgraph on main (#196)
    • chore(ci): fix test script & use latest docker image (#195)
    • chore(ci/cd): add pipelines + modernize repo (#193)
    • chore(ci): add ci to pydgraph (#192)
  • Add example for datetime parsing (#170)
  • cleanup README, compose files and doc links (#194)
  • fix the TLS examples in examples/tls (#198)
  • update docs and fix flaky tests (#199)

[v21.3.2] - 2021-08-05

Added

  • Missing variable in from_cloud (#174)

[v21.3.1] - 2021-08-04

Added

  • Add from_cloud method (#169)
  • Refresh examples (#171)
  • test: Update test setup to use randomized Docker ports (picking up the port from TEST_SERVER_ADDR)
  • test: Use --guardian-creds superflags in ACL tests

v21.03.0

09 Apr 10:46
200c372
Compare
Choose a tag to compare

Added

  • Logging in to namespace [167]
  • Add response type [165]
  • Hash to response and txn context. [168]
  • Deprecation messaged for Slash Endpoint [168]

v20.07.0

18 Sep 18:59
f66a613
Compare
Choose a tag to compare

Added

  • Support for Slash GraphQl
  • Fixed missing import in the client.

v20.03.0

06 Apr 18:22
748339f
Compare
Choose a tag to compare

Starting with this release, the release number has changed to match the Dgraph release to make it easier to identify which version of Dgraph a client version supports.

Added

  • Use RunInBackground flag for computing indexes in background.

v2.0.3

06 Apr 18:21
15cc46f
Compare
Choose a tag to compare

Added

  • Updated protobufs to latest version.

v2.0.2

10 Sep 17:49
00c8714
Compare
Choose a tag to compare

Added

  • Do not throw errors in build steps if pypandoc is not found.

v2.0.1

06 Sep 17:33
3fab5e2
Compare
Choose a tag to compare

Added

  • Fix unhandled ModuleNotFoundError.