Skip to content

2.1.0 - Introduces PluginVersion and PluginInstance Types

Choose a tag to compare

@eob eob released this 06 Apr 12:35
· 642 commits to main since this release
47c8966
Plugin instance invocation + Block and Tag (#30)

Combined Dave/Ted work for bringing Python client up to current.

* Changes to accommodate plugin instances - all plugin invocations happen via a Plugin Instance
* Many changes to client inputs and outputs based on block and tag refactor
* Temporary separation of File 'verbs' into extension package; this likely needs generalized / revisited later Generalize the data/extensions pattern; probably rename the packages #29
* Adjustments to test expectations based on block / tag refactor