Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

75 lines (43 loc) · 2.79 KB

Change Log

All notable changes to the "dbos-ttdbg" extension will be documented in this file.

The format is based on Keep a Changelog. This project adheres to Semantic Versioning and uses NerdBank.GitVersioning to manage version numbers.

As per VSCode recommendation, this project uses EVEN minor version numbers for release versions and ODD minor version numbers for pre-release versions,

[1.4] 2024-08-20

Added

  • Custom app name support (#35)
  • debug_proxy_path and debug_proxy_launch settings (#40)
  • Use Debug Proxy Role for connection to provenance DB (#41)

Fixed

  • Update URL protocol to use ipv4 (#36)
  • Look for launch config using dbos or dbos-sdk (#37)

Removed

  • removed Delete Stored Application Database Password and Delete Stored Passwords commands (obsoleted by #41)

[1.2] 2024-05-06

Added

  • Added DBOS Cloud views of cloud applications and database instances.
  • Added Launch Debug Proxy and Launch DBOS Dashboard commands and menu items.
  • Added Delete Stored DBOS Cloud Credentials and Delete Stored Application Database Password commands.

Changed

  • Modified

Engineering

[1.0.9] 2024-03-19

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.

[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 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.

[1.0] 2024-03-12

  • Initial release

[0.9] 2024-02-28

  • Initial preview release