Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fdf0b3d
chore: update Rust dependencies for SIMD support
justrach Jan 24, 2026
84e5334
chore: upgrade satya dependency to 0.5.1
justrach Jan 24, 2026
14bf1ec
feat: update request/response models for Satya 0.5.1
justrach Jan 24, 2026
827a483
feat: add FastAPI-compatible parameter type markers
justrach Jan 24, 2026
5954fb8
feat: add response types for FastAPI parity
justrach Jan 24, 2026
1656d7e
feat: add BackgroundTasks support
justrach Jan 24, 2026
786a5db
feat: add WebSocket support
justrach Jan 24, 2026
64d565c
feat: add static file serving and template rendering
justrach Jan 24, 2026
c7e81e7
feat: add TestClient for in-process testing
justrach Jan 24, 2026
0a26477
feat: add OpenAPI schema generation
justrach Jan 24, 2026
107f64d
feat: update main app, middleware, and public API exports
justrach Jan 24, 2026
b9fdf94
feat: add SIMD-accelerated JSON serialization and request parsing
justrach Jan 24, 2026
69f25cf
feat: add handler classification and server optimizations
justrach Jan 24, 2026
8816590
test: add Satya 0.5.1 compatibility and FastAPI parity tests
justrach Jan 24, 2026
5af058a
ci: improve CI/CD with cross-platform testing
justrach Jan 24, 2026
adf496b
feat: switch validation library from Satya to Dhi
justrach Jan 24, 2026
55485fa
chore: remove leftover Satya references
justrach Jan 24, 2026
ee5811d
feat: add FastAPI parity exports for complete API compatibility
Jan 25, 2026
3b1b2fe
test: add comprehensive FastAPI parity tests
Jan 25, 2026
99cba73
chore: update dhi dependency to 1.1.3
Jan 25, 2026
29ee5a5
docs: rewrite README.md and add comprehensive benchmark suite
justrach Jan 25, 2026
e60909f
feat: add ModelSyncFast handler path for 10x faster model validation
justrach Jan 25, 2026
c32028a
fix: resolve CI failures (formatting, test imports, Rust linking)
justrach Jan 25, 2026
b92cb95
fix: resolve CI build and test failures
justrach Jan 25, 2026
9dbf979
docs: add benchmark visualizations and rewrite README
justrach Jan 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
484 changes: 153 additions & 331 deletions .github/workflows/build-and-release.yml

Large diffs are not rendered by default.

212 changes: 0 additions & 212 deletions .github/workflows/build-wheels.yml

This file was deleted.

Loading