Skip to content

Commit d7b66b0

Browse files
author
github-releaser
committed
v0.2.8-beta.3 release!
1 parent ef9132b commit d7b66b0

File tree

4 files changed

+32
-7
lines changed

4 files changed

+32
-7
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
<!-- version list -->
44

5+
## v0.2.8-beta.3 (2025-12-30)
6+
7+
### Bug Fixes
8+
9+
- Remove verbose kwargs from proxy function logging
10+
([`a32e0cf`](https://github.com/touale/FrameX-kit/commit/a32e0cfb8a29dbb296b5a05e3023506f2e83bc94))
11+
12+
- Update OAuth redirect status code from 301 to 302
13+
([`1d975e9`](https://github.com/touale/FrameX-kit/commit/1d975e966cfe572ee2641292f19641abf51a6507))
14+
15+
### Features
16+
17+
- Implement OAuth authentication with JWT support
18+
([`98b648c`](https://github.com/touale/FrameX-kit/commit/98b648c38a7ba87035e83670258658670f52dc78))
19+
20+
### Testing
21+
22+
- Add pragma comments and enhance OAuth authentication tests
23+
([`b4ed409`](https://github.com/touale/FrameX-kit/commit/b4ed40959fe04850ff6ca1d87afdb0e3bf4588ab))
24+
25+
- Refactor OAuth callback and add authentication tests
26+
([`2544602`](https://github.com/touale/FrameX-kit/commit/254460280bf3d4c80b0b4fced45a9d851fcf5e11))
27+
28+
- Replace AuthConfig tests with OAuthConfig test cases
29+
([`b43539c`](https://github.com/touale/FrameX-kit/commit/b43539c24258e7a42fe689787fe37ab6b02df78c))
30+
31+
532
## v0.2.8-beta.2 (2025-12-26)
633

734
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "framex-kit"
3-
version = "0.2.8-beta.2"
3+
version = "0.2.8-beta.3"
44
description = "A lightweight plugin injection framework for Python."
55
readme = "README.md"
66
authors = [{ name = "touale", email = "[email protected]" }]

src/framex/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_NAME = "FrameX"
2-
VERSION = "0.2.8-beta.2"
2+
VERSION = "0.2.8-beta.3"
33
API_STR = "/api/v1"
44
OPENAPI_URL = "/api/v1/openapi.json"
55
DOCS_URL = "/docs"

uv.lock

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)