Skip to content

Commit cf20273

Browse files
author
Lasim
committed
Merge branch 'main' of github-main:deploystackio/deploystack into main
2 parents 65d9fb7 + d0013f7 commit cf20273

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/backend/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## <small>0.28.1 (2025-08-07)</small>
4+
5+
* remove scoped commit implementation documentation ([8311fc8](https://github.com/deploystackio/deploystack/commit/8311fc89c5c7c6ca4944c0f7040275e00d5170b9))
6+
* add paths for backend catalog and dereferenced data ([9af5c3e](https://github.com/deploystackio/deploystack/commit/9af5c3e0ec37f85d671ea2c2bbc1b096779b0940))
7+
* release v0.28.0 ([55eed57](https://github.com/deploystackio/deploystack/commit/55eed57cfdee0fb073ebb6ec20c609857a049072))
8+
* Implement session management and SSE handling ([cb58e53](https://github.com/deploystackio/deploystack/commit/cb58e538b8b6927e30c175ed979708aa89170c5c))
9+
* implement scoped commit message guidelines and templates ([a6839b8](https://github.com/deploystackio/deploystack/commit/a6839b880248a35a213cfb44f19ec29c0b9553cc))
10+
* update README with new links and SVG assets ([704799c](https://github.com/deploystackio/deploystack/commit/704799c34ef1d67824b5a1911d14ae148b0f4b15))
11+
* add OAuth2 UserInfo endpoint for user information retrieval ([0493bec](https://github.com/deploystackio/deploystack/commit/0493becac71e16909912e262e90c403a5bbac5ed))
12+
* add response type validation in OAuth2 authorization ([f8b82b1](https://github.com/deploystackio/deploystack/commit/f8b82b1237356d86af1c890a4bb50fcb1e6cc0bd))
13+
* add userinfo route and extend token expiration to 1 week ([2660d2e](https://github.com/deploystackio/deploystack/commit/2660d2e8a2f83ece50ac045c59d862e84519ddac))
14+
* enhance API documentation for authentication methods ([237b590](https://github.com/deploystackio/deploystack/commit/237b59003041e4f6e1a1b8b69a5077786b504f9b))
15+
* enhance API spec with health check and consent details ([56282e9](https://github.com/deploystackio/deploystack/commit/56282e988ecd8a3ec8aab1aa17d51365ed9e4449))
16+
* Implement OAuth2 consent flow with detailed consent management ([a9ae782](https://github.com/deploystackio/deploystack/commit/a9ae7823ff27129f1a5bee54baba2f3bba678998))
17+
* skip OAuth scope validation for cookie-based authentication ([5ffa12c](https://github.com/deploystackio/deploystack/commit/5ffa12cc415e610ae67eb773a44d931b2e3e9d03))
18+
* update cloud credential tests for GCP provider ([666ce2d](https://github.com/deploystackio/deploystack/commit/666ce2d6123077c3a9f5d023d1f8f9134768d0d4))
19+
* update README links for better formatting ([ba15434](https://github.com/deploystackio/deploystack/commit/ba15434bd65f371d9ad39576a56a923a9040f74e))
20+
* remove unnecessary whitespace in registerRoutes function ([1c6dd17](https://github.com/deploystackio/deploystack/commit/1c6dd17dfc9663bfc648e54cc24e698b8a43b2bb))
21+
* simplify token handling in TokenService ([16f177b](https://github.com/deploystackio/deploystack/commit/16f177bf41234554595e7352808e2f87ab9a0d09))
22+
23+
## 0.28.0 (2025-08-07)
24+
25+
* remove scoped commit implementation documentation ([8311fc8](https://github.com/deploystackio/deploystack/commit/8311fc89c5c7c6ca4944c0f7040275e00d5170b9))
26+
* add paths for backend catalog and dereferenced data ([9af5c3e](https://github.com/deploystackio/deploystack/commit/9af5c3e0ec37f85d671ea2c2bbc1b096779b0940))
27+
* Implement session management and SSE handling ([cb58e53](https://github.com/deploystackio/deploystack/commit/cb58e538b8b6927e30c175ed979708aa89170c5c))
28+
* implement scoped commit message guidelines and templates ([a6839b8](https://github.com/deploystackio/deploystack/commit/a6839b880248a35a213cfb44f19ec29c0b9553cc))
29+
* update README with new links and SVG assets ([704799c](https://github.com/deploystackio/deploystack/commit/704799c34ef1d67824b5a1911d14ae148b0f4b15))
30+
* add OAuth2 UserInfo endpoint for user information retrieval ([0493bec](https://github.com/deploystackio/deploystack/commit/0493becac71e16909912e262e90c403a5bbac5ed))
31+
* add response type validation in OAuth2 authorization ([f8b82b1](https://github.com/deploystackio/deploystack/commit/f8b82b1237356d86af1c890a4bb50fcb1e6cc0bd))
32+
* add userinfo route and extend token expiration to 1 week ([2660d2e](https://github.com/deploystackio/deploystack/commit/2660d2e8a2f83ece50ac045c59d862e84519ddac))
33+
* enhance API documentation for authentication methods ([237b590](https://github.com/deploystackio/deploystack/commit/237b59003041e4f6e1a1b8b69a5077786b504f9b))
34+
* enhance API spec with health check and consent details ([56282e9](https://github.com/deploystackio/deploystack/commit/56282e988ecd8a3ec8aab1aa17d51365ed9e4449))
35+
* Implement OAuth2 consent flow with detailed consent management ([a9ae782](https://github.com/deploystackio/deploystack/commit/a9ae7823ff27129f1a5bee54baba2f3bba678998))
36+
* skip OAuth scope validation for cookie-based authentication ([5ffa12c](https://github.com/deploystackio/deploystack/commit/5ffa12cc415e610ae67eb773a44d931b2e3e9d03))
37+
* update cloud credential tests for GCP provider ([666ce2d](https://github.com/deploystackio/deploystack/commit/666ce2d6123077c3a9f5d023d1f8f9134768d0d4))
38+
* update README links for better formatting ([ba15434](https://github.com/deploystackio/deploystack/commit/ba15434bd65f371d9ad39576a56a923a9040f74e))
39+
* remove unnecessary whitespace in registerRoutes function ([1c6dd17](https://github.com/deploystackio/deploystack/commit/1c6dd17dfc9663bfc648e54cc24e698b8a43b2bb))
40+
* simplify token handling in TokenService ([16f177b](https://github.com/deploystackio/deploystack/commit/16f177bf41234554595e7352808e2f87ab9a0d09))
41+
342
## <small>0.27.1 (2025-07-26)</small>
443

544
* bump @libsql/client from 0.15.9 to 0.15.10 ([908efef](https://github.com/deploystackio/deploystack/commit/908efefe920ad03cd859e17c9df9a2e52493e99b))

services/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/backend",
3-
"version": "0.27.1",
3+
"version": "0.28.1",
44
"scripts": {
55
"dev": "nodemon",
66
"build": "tsc",

services/backend/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export interface VersionInfo {
99

1010
// This will be replaced by the build script
1111
let versionData: VersionInfo = {
12-
version: '0.27.0',
13-
buildTime: '2025-07-26T12:13:45.744Z',
12+
version: '0.28.0',
13+
buildTime: '2025-08-07T15:48:45.540Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)