·
2 commits
to Release-Async
since this release
2.2.13.1
Proxy:
- Clarify counter semantics and requeue behavior:
LifetimeBackendAttempts, LifetimePolicyCycleCounter never reset
LifetimeBackendAttempts increments by 1 on every APIM call
LifetimePolicyCycleCounter increments by delta of PolicyCycleCounter
On requeue and restore ( Attempts reset, PolicyCycleCounter reset, incompleteRequests cleared )
incompleteRequests is appended on failure
Backup/restore preserves lifetime counters
What's Changed
- Feature/async by @nagendramishr in #187
- cleanup for readability by @nagendramishr in #188
- clarify counter semantics by @nagendramishr in #190
Full Changelog: v2.2.13...v2.2.13.1