Skip to content

Releases: UiPath/uipath-runtime-python

v0.3.0

18 Dec 09:06
5bc94c3

Choose a tag to compare

Changes

  • Add runtime_id to UiPathResumableStorageProtocol methods: #48
  • Rename UiPathDebugBridgeProtocol to UiPathDebugProtocol #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_event method in UiPathChatProtocol (it was previously being handled in the disconnect method): #55