Skip to content

Commit

Permalink
Add support for configurable subscriptions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Fabio Rossetto authored and fabiorossetto committed Nov 12, 2024
1 parent 015199f commit d442b1a
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 390 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Labone Python API Changelog

## Version 3.2.0
* `subscribe` accepts keyword arguments, which are forwarded to the data-server.
This allows to configure the subscription to the data-server.
Note that as of LabOne 24.10, no node supports yet subscription configuration.

## Version 3.1.2
* Fix bug which caused streaming errors to cancel the subscriptions
* Raise severity of errors during subscriptions to `FAILED` to cause a data server
Expand Down
Loading

0 comments on commit d442b1a

Please sign in to comment.