You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gateway): add new gateway extension with access logging, authentication, caching, and circuit breaker
- Introduced a comprehensive gateway extension that includes:
- Access logging for structured request logging.
- Authentication mechanisms with support for multiple providers.
- Caching capabilities for HTTP responses with configurable policies.
- Circuit breaker implementation for resilience against failures.
- Updated configuration structure to accommodate new gateway settings.
- Enhanced existing files and examples to demonstrate the new features.
This update significantly enhances the functionality and robustness of the gateway component.
0 commit comments