Changelog
All notable changes to Rapina.
February 13, 2025
v0.1.0-alpha.5
Feature- Added
schema!macro for database entity definition - Re-exported http, hyper, schemars to eliminate user dependencies
- Improved documentation site with Bruno-inspired design
February 10, 2025
v0.1.0-alpha.4
FeatureFix- Added database integration with SeaORM
- New
Validated<T>extractor for request validation - Rate limiting middleware
- Fixed clippy lints and formatting issues
February 5, 2025
v0.1.0-alpha.3
Feature- JWT authentication support
- OpenAPI generation from routes
- Cookie extractors
- Compression middleware
January 28, 2025
v0.1.0-alpha.2
FeatureDocs- Rapina CLI with
new,dev,routes,doctorcommands - State extractors for dependency injection
- Documentation site launch
January 20, 2025
v0.1.0-alpha.1
Initial Release- Core routing with typed extractors
- JSON request/response handling
- Path and query parameter extraction
- Basic error handling with typed responses