You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@ This project adheres to [Semantic Versioning](https://semver.org) and uses
9
9
As per [VSCode recommendation](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions),
10
10
this project uses *EVEN* minor version numbers for release versions and *ODD* minor version numbers for pre-release versions,
11
11
12
-
## Unreleased
12
+
## [2.2.7] 2025-04-09
13
13
14
14
### Changed
15
15
16
-
* Updated config parsing to latest changes in DBOS Transact, including `database_url` support.
16
+
* Updated config parsing to latest changes in DBOS Transact, including `database_url` support. ([#51](https://github.com/dbos-inc/ttdbg-extension/pull/51))
17
17
18
18
### Fixed
19
19
20
-
* Changed authentication flow to call `/user/profile` endpoint instead of deprecated `/user` endpoint
21
-
* Changed app, db and dashboard endpoint invocations to use organization name instead of user name
22
-
* Fixed Python parsing to correctly handle files with decorated classes.
20
+
* Changed authentication flow to call `/user/profile` endpoint instead of deprecated `/user` endpoint ([#50](https://github.com/dbos-inc/ttdbg-extension/pull/50))
21
+
* Changed app, db and dashboard endpoint invocations to use organization name instead of user name ([#50](https://github.com/dbos-inc/ttdbg-extension/pull/50))
22
+
* Fixed Python parsing to correctly handle files with decorated classes. ([#53](https://github.com/dbos-inc/ttdbg-extension/pull/53))
0 commit comments