Releases: UiPath/uipath-runtime-python
Releases · UiPath/uipath-runtime-python
v0.3.0
Changes
- Add
runtime_idtoUiPathResumableStorageProtocolmethods: #48 - Rename
UiPathDebugBridgeProtocoltoUiPathDebugProtocol#49 - Allow storing arbitrary (namespace, key, value) tuples when using
UiPathResumableRuntime#56 - Add support for multiple resume triggers in the runtime result: #57
- Handle interrupts in
UiPathChatProtocol: #55 - Add
emit_exchange_end_eventmethod inUiPathChatProtocol(it was previously being handled in thedisconnectmethod): #55