Releases: steamship-core/python-client
Releases · steamship-core/python-client
v2.1.5b4
v2.1.5b3
v2.1.5b2
2.1.3 Fix to Plugin object construction
Fix merge error with duplicated `isPublic` property (#38) * WIP * Remove merge error * Update file.py Co-authored-by: Ted Benson <[email protected]>
v2.1.2 - Consolidate Error objects
Consolidate Error Classes (#35) * WIP * Consolidate erro classes * Add import * Fix some bugs in response handling * A few more type oddities Co-authored-by: Ted Benson <[email protected]>
v2.1.1 - Introduces Plugin Configuration
Add isTrainable field to plugin; align with new simdex code (#33)
2.1.0 - Introduces PluginVersion and PluginInstance Types
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
v0.0.0 - Test Auto Version Building
Merge pull request #26 from nludb/change-test-name Change test name