File tree Expand file tree Collapse file tree 4 files changed +32
-7
lines changed
Expand file tree Collapse file tree 4 files changed +32
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " framex-kit"
3- version = " 0.2.8-beta.2 "
3+ version = " 0.2.8-beta.3 "
44description = " A lightweight plugin injection framework for Python."
55readme = " README.md"
66authors = [{
name =
" touale" ,
email =
" [email protected] " }]
Original file line number Diff line number Diff line change 11PROJECT_NAME = "FrameX"
2- VERSION = "0.2.8-beta.2 "
2+ VERSION = "0.2.8-beta.3 "
33API_STR = "/api/v1"
44OPENAPI_URL = "/api/v1/openapi.json"
55DOCS_URL = "/docs"
You can’t perform that action at this time.
0 commit comments