Forge 2.0 - Complete Rewrite
We've completely rebuilt Forge from the ground up with a focus on performance, type safety, and developer experience. This major release includes breaking changes but provides significant improvements across the board.
Improvements
- •Complete rewrite with 3x performance improvements in routing and middleware
- •New dependency injection container with compile-time type safety
- •Enhanced observability with structured logging, metrics, and distributed tracing
- •Improved extension system with better lifecycle management
- •Better documentation and examples for common use cases
Bug Fixes
- •Fixed race condition in middleware chain execution
- •Resolved memory leak in connection pooling
- •Fixed OpenAPI schema generation for nested types