From ec7beb2279dee5893def86a0e52238e0e8c1503f Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Wed, 4 Mar 2026 10:28:56 +0000 Subject: [PATCH 1/2] chore: clean up release notes --- .changeset/gentle-dots-admire.md | 5 ----- .changeset/nine-plums-end.md | 5 ----- .changeset/real-meals-invite.md | 5 ----- .changeset/twelve-games-turn.md | 5 ----- .changeset/weak-eagles-deliver.md | 22 +++++++++++++--------- 5 files changed, 13 insertions(+), 29 deletions(-) delete mode 100644 .changeset/gentle-dots-admire.md delete mode 100644 .changeset/nine-plums-end.md delete mode 100644 .changeset/real-meals-invite.md delete mode 100644 .changeset/twelve-games-turn.md diff --git a/.changeset/gentle-dots-admire.md b/.changeset/gentle-dots-admire.md deleted file mode 100644 index 1b80503d..00000000 --- a/.changeset/gentle-dots-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"java-sdk": patch ---- - -Use the Apache HTTP client connector by default to enable support for the PATCH HTTP method. diff --git a/.changeset/nine-plums-end.md b/.changeset/nine-plums-end.md deleted file mode 100644 index d5d1c3e0..00000000 --- a/.changeset/nine-plums-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"java-sdk": patch ---- - -Update build to support jitpack build environment diff --git a/.changeset/real-meals-invite.md b/.changeset/real-meals-invite.md deleted file mode 100644 index 89fd85a4..00000000 --- a/.changeset/real-meals-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"java-sdk": patch ---- - -fix jitpack env var check to ignore case diff --git a/.changeset/twelve-games-turn.md b/.changeset/twelve-games-turn.md deleted file mode 100644 index dfa06b6b..00000000 --- a/.changeset/twelve-games-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"java-sdk": patch ---- - -Change root package from `com.fingerprint` to `com.fingerprint.v4` diff --git a/.changeset/weak-eagles-deliver.md b/.changeset/weak-eagles-deliver.md index cf80af60..44aa0a2a 100644 --- a/.changeset/weak-eagles-deliver.md +++ b/.changeset/weak-eagles-deliver.md @@ -2,15 +2,19 @@ "java-sdk": major --- -Migrate to Server API v4 +Migrate the Java SDK to Server API v4 and release `8.0.0`. -**BREAKING CHANGES**: This release contains multiple breaking changes: +### Breaking changes -- SDK version bumped to `8.0.0` -- Server API version upgraded from v3 to v4 -- Changed root package for the SDK from `com.fingerprint` to `com.fingerprint.v4` -- Removed `GetVisits` and `GetRelatedVisitors` operations. -- Improved models used by the `GetEvent` and `SearchEvents` operations to use a more concise shape and clearer names. -- Use the Apache HTTP client connector by default to enable support for the PATCH HTTP method. +- Upgraded from Server API v3 to [v4](https://docs.fingerprint.com/reference/server-api-v4). +- Changed the root package from `com.fingerprint` to `com.fingerprint.v4`. +- Removed the `GetVisits` and `GetRelatedVisitors` operations. +- Updated the `GetEvent` and `SearchEvents` models to use a more concise shape and clearer names. -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. +### Improvements + +- Use the Apache HTTP client connector by default to support the PATCH HTTP method. +- Improved JitPack compatibility by updating the build environment handling. +- Made the JitPack environment variable check case-insensitive. + +For migration steps, see the [Java SDK v8 migration guide](https://docs.fingerprint.com/reference/java-server-sdk#migration-guide-for-java-sdk-v8-0-0). From bc1c65086338778c0445c5b3e4ec04d1ec941ade Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Wed, 4 Mar 2026 12:14:12 +0000 Subject: [PATCH 2/2] chore: improve release notes --- .changeset/weak-eagles-deliver.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.changeset/weak-eagles-deliver.md b/.changeset/weak-eagles-deliver.md index 44aa0a2a..9133b889 100644 --- a/.changeset/weak-eagles-deliver.md +++ b/.changeset/weak-eagles-deliver.md @@ -6,15 +6,15 @@ Migrate the Java SDK to Server API v4 and release `8.0.0`. ### Breaking changes -- Upgraded from Server API v3 to [v4](https://docs.fingerprint.com/reference/server-api-v4). -- Changed the root package from `com.fingerprint` to `com.fingerprint.v4`. -- Removed the `GetVisits` and `GetRelatedVisitors` operations. -- Updated the `GetEvent` and `SearchEvents` models to use a more concise shape and clearer names. +- Upgraded from Server API v3 to [v4](https://docs.fingerprint.com/reference/server-api-v4). ([61db26f](https://github.com/fingerprintjs/java-sdk/commit/61db26fb232a5f446751470790876419ea7ff7fa)) +- Changed the root package from `com.fingerprint` to `com.fingerprint.v4`. ([2e3708a](https://github.com/fingerprintjs/java-sdk/commit/2e3708a1c7a34fc40ff3899f7cbc259f47d72854)) +- Removed the `GetVisits` and `GetRelatedVisitors` operations. ([61db26f](https://github.com/fingerprintjs/java-sdk/commit/61db26fb232a5f446751470790876419ea7ff7fa)) +- Updated the `GetEvent` and `SearchEvents` models to use a more concise shape and clearer names. ([61db26f](https://github.com/fingerprintjs/java-sdk/commit/61db26fb232a5f446751470790876419ea7ff7fa)) ### Improvements -- Use the Apache HTTP client connector by default to support the PATCH HTTP method. -- Improved JitPack compatibility by updating the build environment handling. -- Made the JitPack environment variable check case-insensitive. +- Use the Apache HTTP client connector by default to support the PATCH HTTP method. ([1b1f4ac](https://github.com/fingerprintjs/java-sdk/commit/1b1f4acf4e2672cd45372dac926bbafaaa0bb110)) +- Improved JitPack compatibility by updating the build environment handling. ([c9f6c5c](https://github.com/fingerprintjs/java-sdk/commit/c9f6c5c0f590d9e2c49808af4f6337fa1773ffb1)) +- Made the JitPack environment variable check case-insensitive. ([7d4be97](https://github.com/fingerprintjs/java-sdk/commit/7d4be977acca3803e9d6e62fc088caf1a7c4779a)) For migration steps, see the [Java SDK v8 migration guide](https://docs.fingerprint.com/reference/java-server-sdk#migration-guide-for-java-sdk-v8-0-0).