Skip to content

Commit adafb02

Browse files
committed
Update CHANGELOG for version 0.11.0 and set required server version to 0.19.0
1 parent 1ca07dc commit adafb02

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# DataLab Simple Client Releases #
22

3+
## Version 0.11.0 ##
4+
5+
DataLab Simple Client is fully compatible with **DataLab 0.19.0** and above.
6+
With older versions of the DataLab server, some features may not work.
7+
8+
💥 Changes:
9+
10+
* Remote API (`SimpleRemoteProxy`):
11+
* Added `add_group` method (new in DataLab 0.19.0)
12+
* `get_object_uuids` method: added `group` argument to filter by group ID, title or number (new in DataLab 0.19.0)
13+
314
## Version 0.10.1 ##
415

516
🛠️ Bug fixes:

cdlclient/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from cdlclient.baseproxy import SimpleBaseProxy # noqa: F401
1515
from cdlclient.remote import SimpleRemoteProxy # noqa: F401
1616

17-
__version__ = "0.10.1"
18-
__required_server_version__ = "0.14.2"
17+
__version__ = "0.11.0"
18+
__required_server_version__ = "0.19.0"
1919
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
2020
__homeurl__ = "https://github.com/DataLab-Platform/DataLabSimpleClient/"

0 commit comments

Comments
 (0)