Releases: tlarsendataguy/goalteryx
Identify when user cancels workflow
This release adjusts the signature of Io.UpdateProgress()
by adding a boolean return value. When the return value is true, continue processing records. When the return value is false, the user has pressed Cancel and the tool must stop executing.
No-cache tools and bug fixes
This release adds the capability to create no-cache tools. Incoming records are received immediately and outgoing records are pushed to downstream tools immediately, without waiting for a cache to fill up.
The performance of no-cache tools will be significantly lower than cached tools. However, certain types of tools (such as streaming tools) require real-time, no-caching behavior.
update module name
v0.5.16 update module name
Implement OutputAnchor.NumConnections()
v0.5.11 clear syntax warnings
Memory improvements
This version purges plugins after OnComplete has run, allowing them to be garbage-collected. In batch macros the same tool will be reinstantiated as many times as the macro is run. Prior to this version, the old instances would collect and consume memory over time. This version fixes that.
Incoming Connection Bug Fix
For tools accepting multiple incoming connections, it should be possible to differentiate the connections by their name. In v0.5.8, connection names were not being propagated correctly. This version fixes that error.
Feature parity with AYX Python SDK
v0.5.8 update readme for new features
IO Enhacements
v0.5.7 additional formatting in API parity
Beta!
This is the first beta release of goalteryx!
v0.0.31
explain the test harness