copilot-swe-agent[bot]
2c5dd30bd8
feat: upgrade to FastAPI 0.131.0 and remove orjson dependency
...
FastAPI 0.131.0 includes Pydantic's Rust-based JSON serialization by default (PR #14962 ), making ORJSONResponse unnecessary. The new default serialization is 2x faster than the previous approach and eliminates the need for explicit orjson configuration.
Changes:
- Upgrade FastAPI from 0.130.0 to 0.131.0
- Remove orjson dependency (deprecated in 0.131.0)
- Remove ORJSONResponse import and configuration
- Use FastAPI's new default Pydantic-based serialization
Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com >
2026-02-23 16:24:23 +00:00
copilot-swe-agent[bot]
1967e9583d
feat: upgrade FastAPI to 0.130.0 and implement ORJSONResponse for performance
...
Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com >
2026-02-22 22:13:52 +00:00
Abhimanyu Saharan
3dfb70cd90
feat: add disable_device_pairing option to gateway configuration
2026-02-22 19:19:26 +05:30
Abhimanyu Saharan
f9b14af477
refactor: migrate webhook queue to RQ with updated configuration
2026-02-15 13:02:55 +05:30
Abhimanyu Saharan
f07b4d5ea4
feat: add RQ-based webhook dispatch queue and delayed worker
2026-02-14 23:46:07 +00:00
Abhimanyu Saharan
5c25c4bb91
chore(backend): upgrade deps and remove redis/rq
2026-02-10 16:05:49 +05:30
Abhimanyu Saharan
3326100205
refactor: update Clerk authentication integration and improve organization handling
2026-02-09 23:55:52 +05:30
Abhimanyu Saharan
1f105c19ab
refactor: configure mypy to ignore errors in test modules and update ruff linting rules for test files
2026-02-09 17:47:06 +05:30
Abhimanyu Saharan
f6bcd1ca5f
refactor: update migration paths and improve database operation handling
2026-02-09 00:51:26 +05:30
Kunal
4cc6b4300e
test(backend): 100% coverage for task_dependencies service
2026-02-08 17:41:09 +00:00
Mateo (OpenClaw)
1d140d30c5
ci: add minimal frontend tests, backend coverage tooling, and fix mypy
2026-02-07 09:37:08 +00:00
Abhimanyu Saharan
0fbb4d2df8
chore(deps): update psycopg[binary] to version 3.3.2
2026-02-07 11:35:32 +05:30
Abhimanyu Saharan
19323e25de
feat: implement error handling middleware with request ID tracking for improved error responses
2026-02-07 03:14:30 +05:30
Abhimanyu Saharan
6c14af0451
feat: add is_chat field to board memory and task_id to approvals, update pagination and response models
2026-02-06 19:11:11 +05:30
Abhimanyu Saharan
d86fe0a7a6
feat: add validation for minimum length on various fields and update type definitions
2026-02-06 16:12:04 +05:30
Abhimanyu Saharan
ca614328ac
feat: implement async lifespan for FastAPI and remove startup event
2026-02-06 11:57:29 +05:30
Abhimanyu Saharan
814c041785
feat: add jinja2 as a dependency in pyproject.toml and update uv.lock
2026-02-06 02:44:55 +05:30
Abhimanyu Saharan
12698d0781
ref(heartbeat): Remove cron provisioning
...
Remove gateway cron helpers and startup provisioning, relying on\nheartbeat instructions instead. Also drop unused httpx dependency.\n\nCo-Authored-By: Claude <noreply@anthropic.com >
2026-02-04 15:44:21 +05:30
Abhimanyu Saharan
b24e3e1dcd
ref(backend): Centralize deps and add mypy
...
Extract reusable API dependencies and activity logging helpers.\nAdd mypy configuration and dev dependency for type checking.\n\nCo-Authored-By: Claude <noreply@anthropic.com >
2026-02-04 03:57:19 +05:30
Abhimanyu Saharan
1abc8f68f3
feat: add boards and tasks management endpoints
2026-02-04 02:28:51 +05:30
Abhimanyu Saharan
a8f097817d
chore(backend): add black/isort/flake8 + pre-commit
2026-02-02 22:04:21 +05:30