- added
--output-fileargument - added stack level
exports- pre definedstack_name,stack_env,elapsed_timeand user defined - Added performance enhancement query strategy
- Added tab completion
- Added enhanced logging decorators
- Added support for inline
sqlforcommandandqueryresource types - Added
sql_escapefilter
- Added support for resource scoped variables
- Added developer credits in
info
- Added walkthrough for databricks bootstrap on aws.
- Bugfix for export variables on dry run.
- Added timing output for
build,testandteardownoperations
- Added
uuid()templating function - Exports evaluation optimization for teardown operations
- Added option for command specific authentication
- Supported version pinning for providers(aws, gcp, azure and etc) in
manifestfile
- Added support for named
exports(assigning an alias to the column name in the resource query file) - allows for more generalization and reuse of query files
- Renamed the variable
varstoenv_varsfor clarity and consistency
- Colorizing the headings in
stack-deploy infoto green
- Grouping information into logical sections:
StackQL Deploy CLI,StackQL Library, andInstalled Providersforinfocommand.
- Fixed issue with missing
stackql_manifest.yml.templateby updatingMANIFEST.into include template files
- fixed
teardownissue
- changed
preflighttoexistsandpostdeploytostatecheck, maintaining backwards compatibility - enhanced
multiresource support
- added
multitype - added support for
createretries
- added
from_jsonfilter - additional error handling for method signature mismatches
createorupdateskipped if checks pass
- added
shellcommand to launch astackql shell
- removed un-needed env vars from the global context
- added support for AWS Cloud Control
PatchDocumentcreation forUPDATEstatements
- templating fixes
- added
scriptresource type
- added
exportsanchor - support for runtime stack variables
- added
initfunction - added templates
- improved exception handling
- basic support for
build,testandteardownfunctions - added
infodiagnostic functions