Peter 👍
Peter 👍
individual_claim_headers: enables the legacy individual claims in headers. single_claim_header: enables a new header "Token-Claims" as described in [issue 19](https://github.com/BTBurke/caddy-jwt/issues/29). Doesn't offer much in the way of refactoring, but serves the...
[Jira Issue](https://issues.apache.org/jira/browse/SAMZA-2044)
- Algolia Client Version: v3.30.1 - Language Version: 1.20 ### Description During the unmarshalling of the QueryRes object, the existing implementation will completely unmarshal each hit object into json [default...
| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | yes? | BC breaks? | no | Related Issue | Fix #743 |...
The SDK's HttpUtility is needlessly creating threads for every request execution. ``` ExecutorService executor = Executors.newSingleThreadExecutor(); Future future = executor.submit(new HttpCallTask(env, request, classType)); executor.shutdown(); // Important! try { response =...