Skip to content

Commit 50ff4f8

Browse files
Merge pull request #340 from terminusdb/increase_version
Increase version to 10.1.4
2 parents 228b36a + c1af666 commit 50ff4f8

File tree

5 files changed

+516
-477
lines changed

5 files changed

+516
-477
lines changed

RELEASE_NOTES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# TerminusDB Python Client Release Notes
22

3+
## v10.1.4
4+
5+
### Bug Fixes
6+
7+
- Upgrade package dependencies to solve security vulnerability
8+
- Fix slow get_database function
9+
10+
### New
11+
12+
- Add log function to view commits
13+
- Add diff_version to diff different branches or commits
14+
- Add apply function to apply a branch/commit on top of another (a bit like git cherry-pick)
15+
- Add ability to insert raw json documents
16+
- Add user management functions
17+
- Allow embedded objects to be submitted (ca1e0bf4e2974cc5a76b8e8065adc591b1d58a21)
18+
19+
20+
### Deprecations
21+
22+
- Removed WOQLView, since it was not maintained
23+
- We renamed WOQLClient to Client but retained backwards compatiblity
24+
25+
326
## v10.1.1
427

528
### Bug Fixes / Improvements

0 commit comments

Comments
 (0)