Skip to content

Commit

Permalink
1.1.0 (#48)
Browse files Browse the repository at this point in the history
* v1.1.0

* modify change log
  • Loading branch information
laura-ding committed Sep 21, 2020
1 parent 1c73817 commit 1877292
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.1.0(2020-09-21)
- Compatible with the 1.1.0 version of nebula-graph

- New features
- Support using storage client to scan vertices and scan edges
- Changes
- The `ExecutionResponse` add optional `warning_msg`
- Delete the debug log

## v1.0.0(2020-06-08)
- Compatible with the 1.0.0 version of nebula-graph

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ If you want to run the sample code, please install `prettytable` and `networkx`
| 1.0.0-rc2-1 | 1.0.0-rc2 / 1.0.0-rc3 |
| 1.0.0rc4 | 1.0.0-rc4 |
| 1.0.0.post0 | >= 1.0.0 |
| 1.0.2 | >= 1.0.2 |
| 1.1.0 | >= 1.1.0 |
1 change: 1 addition & 0 deletions nebula/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(self, pool):
self._password = None
self._space = None
self._lock = threading.Lock()
self._is_ok = False

def authenticate(self, user, password):
"""authenticate to graph server
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='nebula-python',
version="1.0.2",
version="1.1.0",
license = "Apache 2.0 + Common Clause 1.0",
description='Python client for Nebula Graph',
url='https://github.com/vesoft-inc/nebula-python',
Expand Down

0 comments on commit 1877292

Please sign in to comment.