Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit f73652c

Browse files
committed
Merge branch 'release/v2.2'
2 parents a44eceb + 442976c commit f73652c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ This project adheres to [Semantic Versioning](https://semver.org) and uses
99
As per [VSCode recommendation](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions),
1010
this project uses *EVEN* minor version numbers for release versions and *ODD* minor version numbers for pre-release versions,
1111

12-
## Unreleased
12+
## [2.2.7] 2025-04-09
1313

1414
### Changed
1515

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))
1717

1818
### Fixed
1919

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))
2323

2424
## [2.2] 2025-03-27
2525

0 commit comments

Comments
 (0)