File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v0.2.16-beta.1 (2026-03-18)
6+
7+ ### Bug Fixes
8+
9+ - Update response message based on status code
10+ ([ ` c8c2c50 ` ] ( https://github.com/touale/FrameX-kit/commit/c8c2c50667a32e51053aa78e986d4274a1af90f6 ) )
11+
12+ - Use Field default_factory for mutable defaults
13+ ([ ` 0205e9f ` ] ( https://github.com/touale/FrameX-kit/commit/0205e9f3b267a9901d72ecfcf0898747f0911840 ) )
14+
15+ ### Chores
16+
17+ - ** deps** : Bump pyasn1 from 0.6.2 to 0.6.3
18+ ([ ` 28a4f18 ` ] ( https://github.com/touale/FrameX-kit/commit/28a4f1807760c037eb0da87e87101994ae1c22e4 ) )
19+
20+ - ** deps** : Bump pyjwt from 2.10.1 to 2.12.0
21+ ([ ` d75ea36 ` ] ( https://github.com/touale/FrameX-kit/commit/d75ea36b5b90f9fc0b658f5dc267fbf0e9ba3458 ) )
22+
23+ - ** deps-dev** : Bump pytest-env from 1.2.0 to 1.5.0
24+ ([ ` 4821e84 ` ] ( https://github.com/touale/FrameX-kit/commit/4821e845c6d3ac85ab3f1ac057e4fb7924f6e140 ) )
25+
26+ - ** deps-dev** : Bump types-pytz
27+ ([ ` 6c36498 ` ] ( https://github.com/touale/FrameX-kit/commit/6c364985b049b480fb4f25d8f5220e0c198e673a ) )
28+
29+ ### Features
30+
31+ - Add extend_kwargs and tags support to on_request
32+ ([ ` da57497 ` ] ( https://github.com/touale/FrameX-kit/commit/da5749744b0b323cf1a8c7699b18ecf1515f46a7 ) )
33+
34+ ### Refactoring
35+
36+ - Simplify deployment name assignment in on_register
37+ ([ ` 8c5f455 ` ] ( https://github.com/touale/FrameX-kit/commit/8c5f45521d6b94f92ec22de3c4b60385af1d362b ) )
38+
39+
540## v0.2.15 (2026-03-10)
641
742### Features
Original file line number Diff line number Diff line change 11[project ]
22name = " framex-kit"
3- version = " 0.2.15 "
3+ version = " 0.2.16-beta.1 "
44description = " A lightweight plugin injection framework for Python."
55readme = " README.md"
66authors = [{ name = " touale" , email = " touale@local.com" }]
Original file line number Diff line number Diff line change 11PROJECT_NAME = "FrameX"
2- VERSION = "0.2.15 "
2+ VERSION = "0.2.16-beta.1 "
33API_PRE_STR = "/api"
44API_STR = f"{ API_PRE_STR } /v1"
55OPENAPI_URL = f"{ API_STR } /openapi.json"
You can’t perform that action at this time.
0 commit comments