Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Fingerprint Server PHP SDK

## 7.2.0-beta.1

### 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.2.0-develop.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0-beta.0
- Package version: 7.2.0-beta.1
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

## Requirements
Expand All @@ -48,7 +48,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
```
{
"require": {
"fingerprint/server-sdk": "^7.2.0-beta.0"
"fingerprint/server-sdk": "^7.2.0-beta.1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint/server-sdk",
"version": "7.2.0-beta.0",
"version": "7.2.0-beta.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"gitRepoBaseURL": "https://github.com",
"gitUserId": "fingerprintjs",
"gitRepoId": "php-sdk",
"artifactVersion": "7.2.0-beta.0",
"artifactVersion": "7.2.0-beta.1",
"organizationName": "Fingerprint",
"organizationUrl": "https://fingerprint.com",
"licenseName": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fingerprint/php-sdk",
"version": "7.2.0-develop.0",
"version": "7.2.0-beta.1",
"private": true,
"devDependencies": {
"@changesets/cli": "^2.27.8",
Expand Down
2 changes: 1 addition & 1 deletion src/Api/FingerprintApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class FingerprintApi
/**
* @var string integration information
*/
protected string $integration_info = 'fingerprint-pro-server-php-sdk/7.2.0-beta.0';
protected string $integration_info = 'fingerprint-pro-server-php-sdk/7.2.0-beta.1';

/**
* @param Configuration $config API client configuration
Expand Down
4 changes: 2 additions & 2 deletions src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Configuration
/**
* Fingerprint PHP Server SDK Version.
*/
public const VERSION = '7.2.0-beta.0';
public const VERSION = '7.2.0-beta.1';

public const REGION_GLOBAL = 'https://api.fpjs.io/v4';
public const REGION_EUROPE = 'https://eu.api.fpjs.io/v4';
Expand All @@ -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.2.0-beta.0';
protected string $userAgent = 'fingerprint-php-sdk/7.2.0-beta.1';

/**
* Debug switch (default set to false).
Expand Down
Loading