Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devhawk committed Mar 18, 2024
1 parent 799f447 commit 3e7664d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,19 @@ this project uses *EVEN* minor version numbers for release versions and *ODD* mi

- Initial release

## [1.0.3] Unreleased
## [1.0.5] 2024-03-18

### Changed

- DBOS Cloud integration now uses Cloud API directly instead of invoking the `dbos-cloud` CLI.
- `Delete Stored Application Database Passwords` command renamed to `Delete Stored Passwords`
- `Delete Stored Passwords` command deletes stored DBOS Cloud credentials as well as cloud hosted database 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` if `getDashboard` returns undefined.
Previously, undefined `getDashboard` would launch the `createDashboard` url but cancel launching the debugger.
Previously, undefined `getDashboard` would launch the `createDashboard` url but cancel launching the debugger.

## [1.1] Unreleased

### Added

- Added DBOS Cloud views of cloud applications and databases.
- Added `Launch DBOS Application`, `Delete Stored DBOS Cloud Credentials` and `Delete Stored Application Database Password` commands.

0 comments on commit 3e7664d

Please sign in to comment.