From 8114826ddfc0ec84846ac6522443952e2f743096 Mon Sep 17 00:00:00 2001 From: "fingerprint-dx-team-actions-runner[bot]" <197604345+fingerprint-dx-team-actions-runner[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 08:42:27 +0000 Subject: [PATCH] chore(release): changeset created a new release --- .changeset/active-call.md | 5 ----- .changeset/add-php-85-support.md | 5 ----- .changeset/fix-async-error-handler.md | 5 ----- .changeset/fix-start-end-types.md | 5 ----- .changeset/keyboard-layout-hash.md | 5 ----- .../raw-device-attributes-battery-charging.md | 5 ----- .changeset/refactor-sealed-module.md | 5 ----- CHANGELOG.md | 15 +++++++++++++++ README.md | 4 ++-- composer.json | 2 +- config.json | 2 +- package.json | 2 +- src/Api/FingerprintApi.php | 2 +- src/Configuration.php | 4 ++-- 14 files changed, 23 insertions(+), 43 deletions(-) delete mode 100644 .changeset/active-call.md delete mode 100644 .changeset/add-php-85-support.md delete mode 100644 .changeset/fix-async-error-handler.md delete mode 100644 .changeset/fix-start-end-types.md delete mode 100644 .changeset/keyboard-layout-hash.md delete mode 100644 .changeset/raw-device-attributes-battery-charging.md delete mode 100644 .changeset/refactor-sealed-module.md diff --git a/.changeset/active-call.md b/.changeset/active-call.md deleted file mode 100644 index a288e9de..00000000 --- a/.changeset/active-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/php-sdk': minor ---- - -**events**: Add `active_call` smart signal to `Event` diff --git a/.changeset/add-php-85-support.md b/.changeset/add-php-85-support.md deleted file mode 100644 index e8ae8521..00000000 --- a/.changeset/add-php-85-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fingerprint/php-sdk": minor ---- - -Added support for `PHP 8.5`. diff --git a/.changeset/fix-async-error-handler.md b/.changeset/fix-async-error-handler.md deleted file mode 100644 index 0167e8b3..00000000 --- a/.changeset/fix-async-error-handler.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fingerprint/php-sdk": patch ---- - -Fixed async error handling throwing TypeError instead of ApiException on failed requests. diff --git a/.changeset/fix-start-end-types.md b/.changeset/fix-start-end-types.md deleted file mode 100644 index 1ded6ccb..00000000 --- a/.changeset/fix-start-end-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/php-sdk': patch ---- - -**events**: Fix types for `start`/`start_date_time` and `end`/`end_date_time` in normalized schema \ No newline at end of file diff --git a/.changeset/keyboard-layout-hash.md b/.changeset/keyboard-layout-hash.md deleted file mode 100644 index b95c28a1..00000000 --- a/.changeset/keyboard-layout-hash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/php-sdk': minor ---- - -**events**: Add `keyboard_layout_hash` to `RawDeviceAttributes` diff --git a/.changeset/raw-device-attributes-battery-charging.md b/.changeset/raw-device-attributes-battery-charging.md deleted file mode 100644 index a7735ae9..00000000 --- a/.changeset/raw-device-attributes-battery-charging.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/php-sdk': minor ---- - -**events**: Add `battery_charging` field to `RawDeviceAttributes` diff --git a/.changeset/refactor-sealed-module.md b/.changeset/refactor-sealed-module.md deleted file mode 100644 index ecd6c647..00000000 --- a/.changeset/refactor-sealed-module.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fingerprint/php-sdk": patch ---- - -Improved type safety and PHP 8.2+ compatibility in the Sealed Result module. diff --git a/CHANGELOG.md b/CHANGELOG.md index 722862ca..0c46af53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Fingerprint Server PHP SDK +## 7.4.0 + +### Minor Changes + +- **events**: Add `active_call` smart signal to `Event` ([8e91fa9](https://github.com/fingerprintjs/php-sdk/commit/8e91fa92524de7be3d5ed75b4e0d819827360e24)) +- Added support for `PHP 8.5`. ([c1c6dd5](https://github.com/fingerprintjs/php-sdk/commit/c1c6dd5e4865c99e33ffccbf48b165a1c2e85ebf)) +- **events**: Add `keyboard_layout_hash` to `RawDeviceAttributes` ([8e91fa9](https://github.com/fingerprintjs/php-sdk/commit/8e91fa92524de7be3d5ed75b4e0d819827360e24)) +- **events**: Add `battery_charging` field to `RawDeviceAttributes` ([8e91fa9](https://github.com/fingerprintjs/php-sdk/commit/8e91fa92524de7be3d5ed75b4e0d819827360e24)) + +### Patch Changes + +- Fixed async error handling throwing TypeError instead of ApiException on failed requests. ([82c4c9e](https://github.com/fingerprintjs/php-sdk/commit/82c4c9ea78929a553e96735a1e03a56de1ae9a5d)) +- **events**: Fix types for `start`/`start_date_time` and `end`/`end_date_time` in normalized schema ([8e91fa9](https://github.com/fingerprintjs/php-sdk/commit/8e91fa92524de7be3d5ed75b4e0d819827360e24)) +- Improved type safety and PHP 8.2+ compatibility in the Sealed Result module. ([070c8c6](https://github.com/fingerprintjs/php-sdk/commit/070c8c66d19f2fa6e6c52f744184e8720b7b7493)) + ## 7.3.0 ### Minor Changes diff --git a/README.md b/README.md index cb628557..e7fb41ac 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 4 - - Package version: 7.3.0 + - Package version: 7.4.0 - Build package: org.openapitools.codegen.languages.PhpClientCodegen ## Requirements @@ -49,7 +49,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow ``` { "require": { - "fingerprint/server-sdk": "^7.3.0" + "fingerprint/server-sdk": "^7.4.0" } } ``` diff --git a/composer.json b/composer.json index f444000a..61aa26aa 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "fingerprint/server-sdk", - "version": "7.3.0", + "version": "7.4.0", "description": "Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. The API also supports collection of Automation Intelligence for requests to your server in edge, pre-origin, or middleware contexts.", "keywords": [ "php", diff --git a/config.json b/config.json index b0eeb937..e699569a 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,7 @@ "gitRepoBaseURL": "https://github.com", "gitUserId": "fingerprintjs", "gitRepoId": "php-sdk", - "artifactVersion": "7.3.0", + "artifactVersion": "7.4.0", "organizationName": "Fingerprint", "organizationUrl": "https://fingerprint.com", "licenseName": "MIT", diff --git a/package.json b/package.json index efcb6bc7..5a6b4d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprint/php-sdk", - "version": "7.3.0", + "version": "7.4.0", "private": true, "engines": { "node": ">=18" diff --git a/src/Api/FingerprintApi.php b/src/Api/FingerprintApi.php index 6d680a82..5cfb8f67 100644 --- a/src/Api/FingerprintApi.php +++ b/src/Api/FingerprintApi.php @@ -81,7 +81,7 @@ class FingerprintApi /** * @var string integration information */ - protected string $integration_info = 'fingerprint-pro-server-php-sdk/7.3.0'; + protected string $integration_info = 'fingerprint-pro-server-php-sdk/7.4.0'; /** * @param Configuration $config API client configuration diff --git a/src/Configuration.php b/src/Configuration.php index 7c46afac..03a7c9d8 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -43,7 +43,7 @@ class Configuration /** * Fingerprint PHP Server SDK Version. */ - public const VERSION = '7.3.0'; + public const VERSION = '7.4.0'; public const REGION_GLOBAL = 'https://api.fpjs.io/v4'; public const REGION_EUROPE = 'https://eu.api.fpjs.io/v4'; @@ -62,7 +62,7 @@ class Configuration /** * User agent of the HTTP request, set to "OpenAPI-Generator/{version}/PHP" by default. */ - protected string $userAgent = 'fingerprint-php-sdk/7.3.0'; + protected string $userAgent = 'fingerprint-php-sdk/7.4.0'; /** * Debug switch (default set to false).