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
fix: use the Apache HTTP client connector to support PATCH
- Update the `ApiClient` default `ClientConfig` to
use the `ApacheConnectorProvider`. This fixes an issue
where it is no longer possible to workaround the lack of
`PATCH` support in the native JDK `HttpsURLConnection` on
later JDKs.
- Re-add the README example for configuring an outbound proxy.
Copy file name to clipboardExpand all lines: .changeset/weak-eagles-deliver.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,6 @@ Migrate to Server API v4
11
11
- Changed root package for the SDK from `com.fingerprint` to `com.fingerprint.v4`
12
12
- Removed `GetVisits` and `GetRelatedVisitors` operations.
13
13
- Improved models used by the `GetEvent` and `SearchEvents` operations to use a more concise shape and clearer names.
14
+
- Use the Apache HTTP client connector by default to enable support for the PATCH HTTP method.
14
15
15
16
See [this page in the Fingerprint documentation](https://docs.fingerprint.com/reference/java-server-sdk#migration-guide-for-java-sdk-v8-0-0) for a migration guide.
0 commit comments