From 4c88e5c89033f24726125ee6240f58cf4e95e78d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 11:01:07 +0000 Subject: [PATCH] chore(release): changeset created a new release (develop) --- .changeset/pre.json | 15 ++++++++++++++- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 4 ++-- composer.json | 2 +- config.json | 2 +- package.json | 2 +- src/Api/FingerprintApi.php | 2 +- src/Configuration.php | 4 ++-- 8 files changed, 42 insertions(+), 9 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f6f2e02e..1f075a78 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,18 @@ "initialVersions": { "@fingerprint/php-sdk": "7.1.0" }, - "changesets": [] + "changesets": [ + "beige-places-drop", + "blue-roses-film", + "curvy-rice-chew", + "cute-pumas-pull", + "developer-tools-android-v4", + "fancy-spiders-flash", + "fix-backed-enum-build-query", + "loud-donuts-lead", + "quick-cows-battle", + "wet-socks-fold", + "witty-lions-worry", + "yellow-ducks-spend" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6784bfc..ff832fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Fingerprint Server PHP SDK +## 7.2.0-develop.0 + +### Minor Changes + +- **events-search**: Add `start_date_time` and `end_date_time` RFC3339 timestamp filters ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) +- **events**: Add Android platform support to `developer_tools` smart signal ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) +- **events**: Add `labels` to `Event` ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) +- **events**: Add iOS platform support to `developer_tools` ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) +- **events-search**: Add `bot_info` filter parameters ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) +- **events-search**: Add `unknown` value to `BotInfoCategory` ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) + +### Patch Changes + +- **events**: Clarify availability of proxy and VM ML score signals ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) +- **events**: Clarify semantics of `incremental_identification_status` ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) +- **visitors**: Clarify rate limits for `deleteVisitorData` operation ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) +- **search-events**: Fix `BackedEnum` query parameters causing "Object could not be converted to string" error in `buildQuery` ([4fcd455](https://github.com/fingerprintjs/php-sdk/commit/4fcd4550e4ae4deae847e7651e37ca6f9232f5b4)) +- **events-search**: Clarify availability of `rare_device` and `rare_device_percentile_bucket` query parameters ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) +- **events-search**: Fix `pagination_key` example ([c68cc6a](https://github.com/fingerprintjs/php-sdk/commit/c68cc6a8af186b97baf36631118a3fbce4e3f2a7)) + ## 7.1.0 ### Minor Changes diff --git a/README.md b/README.md index 6a956dd7..911a6952 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.1.0 + - Package version: 7.2.0-beta.0 - Build package: org.openapitools.codegen.languages.PhpClientCodegen ## Requirements @@ -48,7 +48,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow ``` { "require": { - "fingerprint/server-sdk": "^7.1.0" + "fingerprint/server-sdk": "^7.2.0-beta.0" } } ``` diff --git a/composer.json b/composer.json index 7d2ebed0..ab354bc9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "fingerprint/server-sdk", - "version": "7.1.0", + "version": "7.2.0-beta.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.", "keywords": [ "php", diff --git a/config.json b/config.json index 4ab41e69..35170ee5 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,7 @@ "gitRepoBaseURL": "https://github.com", "gitUserId": "fingerprintjs", "gitRepoId": "php-sdk", - "artifactVersion": "7.1.0", + "artifactVersion": "7.2.0-beta.0", "organizationName": "Fingerprint", "organizationUrl": "https://fingerprint.com", "licenseName": "MIT", diff --git a/package.json b/package.json index 3f259ddf..46dac315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprint/php-sdk", - "version": "7.1.0", + "version": "7.2.0-develop.0", "private": true, "devDependencies": { "@changesets/cli": "^2.27.8", diff --git a/src/Api/FingerprintApi.php b/src/Api/FingerprintApi.php index 0cf54cf8..3d28f949 100644 --- a/src/Api/FingerprintApi.php +++ b/src/Api/FingerprintApi.php @@ -80,7 +80,7 @@ class FingerprintApi /** * @var string integration information */ - protected string $integration_info = 'fingerprint-pro-server-php-sdk/7.1.0'; + protected string $integration_info = 'fingerprint-pro-server-php-sdk/7.2.0-beta.0'; /** * @param Configuration $config API client configuration diff --git a/src/Configuration.php b/src/Configuration.php index 1142fa0f..dbfce8d9 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -43,7 +43,7 @@ class Configuration /** * Fingerprint PHP Server SDK Version. */ - public const VERSION = '7.1.0'; + public const VERSION = '7.2.0-beta.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.1.0'; + protected string $userAgent = 'fingerprint-php-sdk/7.2.0-beta.0'; /** * Debug switch (default set to false).