Skip to content

Releases: touale/FrameX-kit

v0.2.12

09 Feb 07:22

Choose a tag to compare

v0.2.12 (2026-02-09)

Bug Fixes

  • Correct typos and test assertions (baa243a)

Chores

  • Add type ignore for ray imports (2903d02)

  • Make ray optional dependency (5c4e72c)

  • Modify Dependabot config for daily updates and new ecosystem (632bf69)

  • Remove pre-commit workflow (69ba702)

  • Update Dependabot and pre-commit to weekly schedule (c43d948)

  • Update Dependabot commit message prefix (472043d)

  • Update uv sync to include ray extra (4226667)

  • deps: Bump python-semantic-release from 10.4.1 to 10.5.3 (471b1ea)

  • deps)(deps-dev: Bump mypy from 1.18.2 to 1.19.1 (179052f)

  • deps)(deps-dev: Bump poethepoet from 0.37.0 to 0.40.0 (f03cd28)

  • deps)(deps-dev: Bump ruff from 0.14.14 to 0.15.0 (3ce55bf)

  • deps-dev: Bump coverage from 7.11.0 to 7.13.3 (efdd99e)

  • deps-dev: Bump pytest from 8.4.2 to 9.0.2 (39478d3)

Performance Improvements

  • Correct proxy function invocation logic (c261b26)

Refactoring

  • Restructure adapter invocation logic (e547ef1)

Testing

  • Add comprehensive adapter tests (7d1c888)

  • Add type ignore for remote function (29bb840)


Detailed Changes: v0.2.11...v0.2.12

v0.2.12-beta.3

09 Feb 07:07

Choose a tag to compare

v0.2.12-beta.3 Pre-release
Pre-release

v0.2.12-beta.3 (2026-02-09)

Performance Improvements

  • Correct proxy function invocation logic (c261b26)

Detailed Changes: v0.2.12-beta.2...v0.2.12-beta.3

v0.2.12-beta.2

09 Feb 06:36

Choose a tag to compare

v0.2.12-beta.2 Pre-release
Pre-release

v0.2.12-beta.2 (2026-02-09)


Detailed Changes: v0.2.12-beta.1...v0.2.12-beta.2

v0.2.12-beta.1

08 Feb 10:55

Choose a tag to compare

v0.2.12-beta.1 Pre-release
Pre-release

v0.2.12-beta.1 (2026-02-08)

Bug Fixes

  • Correct typos and test assertions (baa243a)

Chores

  • Make ray optional dependency (5c4e72c)

  • Modify Dependabot config for daily updates and new ecosystem (632bf69)

  • Remove pre-commit workflow (69ba702)

  • Update Dependabot and pre-commit to weekly schedule (c43d948)

  • Update Dependabot commit message prefix (472043d)

  • deps)(deps-dev: Bump mypy from 1.18.2 to 1.19.1 (179052f)

  • deps)(deps-dev: Bump poethepoet from 0.37.0 to 0.40.0 (f03cd28)

  • deps)(deps-dev: Bump ruff from 0.14.14 to 0.15.0 (3ce55bf)


Detailed Changes: v0.2.11...v0.2.12-beta.1

v0.2.11

08 Feb 06:42

Choose a tag to compare

v0.2.11 (2026-02-08)

Bug Fixes

  • Enhance proxy error handling and async validation (c122808)

  • Handle null and refs in anyOf union types (315ed88)

  • Optimize proxy function lookup and test assertions (1222780)


Detailed Changes: v0.2.10...v0.2.11

v0.2.11-beta.1

08 Feb 06:20

Choose a tag to compare

v0.2.11-beta.1 Pre-release
Pre-release

v0.2.11-beta.1 (2026-02-08)

Bug Fixes

  • Enhance proxy error handling and async validation (c122808)

  • Handle null and refs in anyOf union types (315ed88)

  • Optimize proxy function lookup and test assertions (1222780)


Detailed Changes: v0.2.10...v0.2.11-beta.1

v0.2.10

03 Feb 02:59

Choose a tag to compare

v0.2.10 (2026-02-03)

Bug Fixes

  • Sort imports in test_auth.py (981b68e)

Chores

  • Remove gitlab ci and update releaserc (367a68e)

Features

  • Add loguru logging config for uvicorn (3583b6e)

  • Add url filtering for sentry health checks (71ec193)


Detailed Changes: v0.2.9...v0.2.10

v0.2.9

30 Jan 09:17

Choose a tag to compare

v0.2.9 (2026-01-30)

Bug Fixes

  • Add proxy check in register function (1e21cc4)

  • Improve error handling and test client configuration (564f33e)

Chores

  • Remove secret detection workflow (31956bc)

  • Update dependencies and lock file (cb25cbe)

  • deps: Bump aiohttp from 3.13.2 to 3.13.3 (9e6e74d)

  • deps: Bump urllib3 from 2.5.0 to 2.6.3 (eebdd53)

  • deps: Update dependency ruff to v0.14.14 (cf1db8a)

  • deps: Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.14 (8c70926)


Detailed Changes: v0.2.8...v0.2.9

v0.2.8

12 Jan 06:22

Choose a tag to compare

v0.2.8 (2026-01-12)

Bug Fixes

  • Add proxy function registration and on_proxy hook (0ba17da)

  • Correct plugin name display in warning log (1b54e64)

  • Default methods to GET when methods is None (4875ab2)

  • Enhance plugin version formatting in API registration (e4d2887)

  • Optimize proxy response handling and cache encoding (fada3ed)

  • Prevent duplicate remote proxy function registration (1de00ae)

  • Remove verbose kwargs from proxy function logging (a32e0cf)

  • Update OAuth redirect status code from 301 to 302 (1d975e9)

  • Update version handling and environment variable support (23d2142)

Features

  • Add duplicate route detection in APIIngress (548e042)

  • Add retry mechanism with tenacity for proxy requests (4bc05e8)

  • Add reversion config and enhance logging with colored output (72268af)

  • Implement OAuth authentication with JWT support (98b648c)

  • Tenacity dependency and retry mechanism (2921208)

Testing

  • Add comprehensive APIIngress route validation tests (73ee04d)

  • Add pragma comments and enhance OAuth authentication tests (b4ed409)

  • Refactor OAuth callback and add authentication tests (2544602)

  • Replace AuthConfig tests with OAuthConfig test cases (b43539c)


Detailed Changes: v0.2.7...v0.2.8

v0.2.8-beta.7

06 Jan 10:35

Choose a tag to compare

v0.2.8-beta.7 Pre-release
Pre-release

v0.2.8-beta.7 (2026-01-06)

Bug Fixes

  • Update version handling and environment variable support (23d2142)

Detailed Changes: v0.2.8-beta.6...v0.2.8-beta.7