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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix dropped query body on 401 retry — Elasticsearch was receiving an empty body on reauthentication retries, silently returning unfiltered results. (#118)
Replace raw query body debug logging with payload size to avoid PII exposure in filter values. (#120)