Releases: dgraph-io/pydgraph
Releases · dgraph-io/pydgraph
v24.0.2
What's Changed
- Create example computeEmbeddings.py by @rderbier in #221
- Allow flexible dependency versions by @gautambhat in #233
- update proto to make it consistent with dgraph-io/dgo by @mangalaman93 in #237
- Bump protobuf from 4.22.3 to 5.27.2 by @dependabot in #231
- Minor and patch dependency upgrades
New Contributors
- @gautambhat made their first contribution in #233
- @ryanfoxtyler made their first contribution in #219
Full Changelog: v23.0.2...v24.0.2
v23.0.2
v23.0.1
v23.0.1rc1
Fixed
- chore(cd): fix protobuf import issue (#204)
v23.0.0
[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
- 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)