Skip to content

Commit d442b1a

Browse files
Fabio Rossettofabiorossetto
authored andcommitted
Add support for configurable subscriptions
Add "kwargs" to the "subscribe" method to allow the forwarding of configurations to the data-server. This feature is needed to allow the configuration of the severity level when subscribing to the "/zi/debug/log" node.
1 parent 015199f commit d442b1a

4 files changed

Lines changed: 472 additions & 390 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Labone Python API Changelog
22

3+
## Version 3.2.0
4+
* `subscribe` accepts keyword arguments, which are forwarded to the data-server.
5+
This allows to configure the subscription to the data-server.
6+
Note that as of LabOne 24.10, no node supports yet subscription configuration.
7+
38
## Version 3.1.2
49
* Fix bug which caused streaming errors to cancel the subscriptions
510
* Raise severity of errors during subscriptions to `FAILED` to cause a data server

0 commit comments

Comments
 (0)