We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14404d commit 742f243Copy full SHA for 742f243
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [v1.1] - 2019-04-16
11
+
12
+### Added
13
+- Support for ACL (Access Control List).
14
15
+### Removed
16
+- The query method from the client class has been deprecated. This was done in
17
+ order to match the rest of the clients and to make it explicit that creating a
18
+ transaction is required to query Dgraph.
19
20
## [v1.0.3] - 2019-03-20
21
22
### Added
pydgraph/meta.py
@@ -14,4 +14,4 @@
"""Metadata about this package."""
-VERSION = '1.0.3'
+VERSION = '1.1'
0 commit comments