- Added option for command specific authentication
- Supported version pinning for providers(aws, gcp, azure and etc) in
manifest
file
- 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
vars
toenv_vars
for clarity and consistency
- Colorizing the headings in
stack-deploy info
to green
- Grouping information into logical sections:
StackQL Deploy CLI
,StackQL Library
, andInstalled Providers
forinfo
command.
- Fixed issue with missing
stackql_manifest.yml.template
by updatingMANIFEST.in
to include template files
- fixed
teardown
issue
- changed
preflight
toexists
andpostdeploy
tostatecheck
, maintaining backwards compatibility - enhanced
multi
resource support
- added
multi
type - added support for
create
retries
- added
from_json
filter - additional error handling for method signature mismatches
createorupdate
skipped if checks pass
- added
shell
command to launch astackql shell
- removed un-needed env vars from the global context
- added support for AWS Cloud Control
PatchDocument
creation forUPDATE
statements
- templating fixes
- added
script
resource type
- added
exports
anchor - support for runtime stack variables
- added
init
function - added templates
- improved exception handling
- basic support for
build
,test
andteardown
functions - added
info
diagnostic functions