Skip to content

Commit

Permalink
Update CHANGELOG.md (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-ding committed Jun 8, 2020
1 parent 15dbb54 commit 012a7ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.0.0(2020-06-08)
- Compatible with the 1.0.0 version of nebula-graph

- New features
- reconnect
- Users need to call GraphClient's set_space() to set the space which is used after the session reconnects.
- thread-safety
- The **GraphClient** is thread-safety.

## v1.0.0rc4(2020-03-23)
Compatible with the 1.0.0-rc4 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 @@ -3,7 +3,7 @@
[![star this repo](http://githubbadges.com/star.svg?user=vesoft-inc&repo=nebula-python&style=default)](https://github.com/vesoft-inc/nebula-python)
[![fork this repo](http://githubbadges.com/fork.svg?user=vesoft-inc&repo=nebula-python&style=default)](https://github.com/vesoft-inc/nebula-python/fork)

This repository provides Nebula client API in Python. **API is not thread-safe**.
This repository provides Nebula client API in Python.

## The directory structure

Expand Down

0 comments on commit 012a7ff

Please sign in to comment.