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
Add a built-in Redis adapter and integration tests
- Added a built-in Redis adapter for state management, allowing version tracking with hash-based storage and TTL support.
- Updated configuration schema to include Redis-specific fields such as host, port, and database.
- Modified existing state store logic to support passing configuration to adapter methods.
- Added unit and integration tests for Redis adapter functionality and lifecycle behavior.
summary="Kong plugin that enforces monotonic version consistency between request and response headers.",
11
+
detailed="version-gate compares an expected version header on the request with an actual version header on the upstream response, detects invariant violations, and enforces configurable actions (log, warn, or reject) to guarantee monotonic-read consistency at the API gateway layer.",
0 commit comments