Releases: dbos-inc/ttdbg-extension
Releases · dbos-inc/ttdbg-extension
Release 1.4.10
cleanup to trigger new version
Release 1.4.9
Set version to '1.4'
Release 1.3.6
look for launch config with `npx dbos debug` OR `npx dbos-sdk debug` …
Release 1.3.5
Set version to '1.3'
Release 1.2.1
Set version to '1.2'
Release 1.0.9
Fixed
- Fixed Workflow Picker always returning first item. (#29)
Engineering
- Updated
softprops/action-gh-release
action to v2.0.2 and fixed commit tagged for the release.
Release 1.0.5
Changed
- DBOS Cloud integration now uses Cloud API directly instead of invoking the
dbos-cloud
CLI. Delete Stored Application Database Passwords
command renamed toDelete Stored Passwords
Delete Stored Passwords
command deletes stored DBOS Cloud credentials as well as cloud hosted app database passwords.- Simplified launching the DBOS Cloud Dashboard to silently call
createDashboard
ifgetDashboard
returns undefined.
Previously, undefinedgetDashboard
would launch thecreateDashboard
url but cancel launching the debugger.
Release 1.0.1
Initial release