File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
# TerminusDB Python Client Release Notes
2
2
3
+ ## v10.2.0
4
+
5
+ ### New
6
+
7
+ - Implement info endpoint
8
+ - Implement OK endpoint
9
+ - Add proper date type to WOQLQuery
10
+
11
+ ### Bug fixes
12
+
13
+ - Fix get_triples functions
14
+ - Fix update_triples functions
15
+ - Fix add_triples functions
16
+ - Fix has_doc function (greatly improves performance)
17
+
18
+ ### Deprecations
19
+
20
+ - We drop 3.7 support and upgraded pandas because of a security issue
21
+
3
22
## v10.1.5
4
23
5
24
### New
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " terminusdb-client"
3
- version = " 10.1.5 "
3
+ version = " 10.2.0 "
4
4
description = " Python client for Terminus DB"
5
5
authors = [" TerminusDB group" ]
6
6
license = " Apache Software License"
Original file line number Diff line number Diff line change 29
29
30
30
setuptools .setup (
31
31
name = "terminusdb-client" ,
32
- version = "10.1.5 " ,
32
+ version = "10.2.0 " ,
33
33
author = "TerminusDB group" ,
34
34
author_email = "terminusdatabase@gmail.com" ,
35
35
description = "Python client for Terminus DB" ,
Original file line number Diff line number Diff line change 1
1
__title__ = "woqlClient"
2
2
__description__ = "woqlClient library for accessing the Terminus DB API"
3
3
__url__ = ""
4
- __version__ = "10.1.5 "
4
+ __version__ = "10.2.0 "
5
5
__build__ = 00
6
6
__author__ = "TerminusDB group"
7
7
__author_email__ = "team@terminusdb.com"
You can’t perform that action at this time.
0 commit comments