diff --git a/.changeset/device-rarity-smart-signal.md b/.changeset/device-rarity-smart-signal.md deleted file mode 100644 index 655fc144..00000000 --- a/.changeset/device-rarity-smart-signal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/python-sdk': minor ---- - -**events**: Add Device Rarity Smart Signal diff --git a/.changeset/proxy-ml-score.md b/.changeset/proxy-ml-score.md deleted file mode 100644 index a63f2d05..00000000 --- a/.changeset/proxy-ml-score.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/python-sdk': minor ---- - -**events**: Add `proxy_ml_score` to `Event` diff --git a/.changeset/raw-device-attributes-font-hash-timezone-offset.md b/.changeset/raw-device-attributes-font-hash-timezone-offset.md deleted file mode 100644 index bb9bda28..00000000 --- a/.changeset/raw-device-attributes-font-hash-timezone-offset.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/python-sdk': minor ---- - -**events**: Add `font_hash` and `timezone_offset` fields for the `RawDeviceAttributes` diff --git a/.changeset/raw-device-attributes-mobile-android.md b/.changeset/raw-device-attributes-mobile-android.md deleted file mode 100644 index bf085f6b..00000000 --- a/.changeset/raw-device-attributes-mobile-android.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/python-sdk': minor ---- - -**events**: Enable `raw_device_attributes` for Android devices. Only `device_manufacturer` and `device_model` are currently supported for Android devices. diff --git a/.changeset/raw-device-attributes-mobile-ios.md b/.changeset/raw-device-attributes-mobile-ios.md deleted file mode 100644 index fe26f70e..00000000 --- a/.changeset/raw-device-attributes-mobile-ios.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/python-sdk': minor ---- - -**events**: Enable `raw_device_attributes` for iOS devices. Only `device_manufacturer`, `device_model`, `hardware_concurrency`, `languages`, and `screen_resolution` are currently supported for iOS devices. diff --git a/.changeset/request-read-timeout-error-code.md b/.changeset/request-read-timeout-error-code.md deleted file mode 100644 index 355b9bcb..00000000 --- a/.changeset/request-read-timeout-error-code.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/python-sdk': minor ---- - -**events**: Add `request_read_timeout` error code diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c8d208..6841b2a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Fingerprint Pro Server Python SDK +## 9.2.0 + +### Minor Changes + +- **events**: Add Device Rarity Smart Signal ([0a5a22a](https://github.com/fingerprintjs/python-sdk/commit/0a5a22ac187a6fd0491b251b79611436f25af8b5)) +- **events**: Add `proxy_ml_score` to `Event` ([0a5a22a](https://github.com/fingerprintjs/python-sdk/commit/0a5a22ac187a6fd0491b251b79611436f25af8b5)) +- **events**: Add `font_hash` and `timezone_offset` fields for the `RawDeviceAttributes` ([0a5a22a](https://github.com/fingerprintjs/python-sdk/commit/0a5a22ac187a6fd0491b251b79611436f25af8b5)) +- **events**: Enable `raw_device_attributes` for Android devices. Only `device_manufacturer` and `device_model` are currently supported for Android devices. ([0a5a22a](https://github.com/fingerprintjs/python-sdk/commit/0a5a22ac187a6fd0491b251b79611436f25af8b5)) +- **events**: Enable `raw_device_attributes` for iOS devices. Only `device_manufacturer`, `device_model`, `hardware_concurrency`, `languages`, and `screen_resolution` are currently supported for iOS devices. ([0a5a22a](https://github.com/fingerprintjs/python-sdk/commit/0a5a22ac187a6fd0491b251b79611436f25af8b5)) +- **events**: Add `request_read_timeout` error code ([0a5a22a](https://github.com/fingerprintjs/python-sdk/commit/0a5a22ac187a6fd0491b251b79611436f25af8b5)) + ## 9.1.0 ### Minor Changes diff --git a/README.md b/README.md index 6df86d8c..0abedbc2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The Fingerprint Server Python SDK is an easy way to interact with the Fingerprin This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 4 -- Package version: 9.1.0 +- Package version: 9.2.0 - Generator version: 7.19.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/fingerprint_server_sdk/__init__.py b/fingerprint_server_sdk/__init__.py index 9f2caab2..012853b5 100644 --- a/fingerprint_server_sdk/__init__.py +++ b/fingerprint_server_sdk/__init__.py @@ -12,7 +12,7 @@ Do not edit the class manually. """ # noqa: E501 -__version__ = '9.1.0' +__version__ = '9.2.0' # Define package exports __all__ = [ diff --git a/fingerprint_server_sdk/configuration.py b/fingerprint_server_sdk/configuration.py index 187447b0..bae9e962 100644 --- a/fingerprint_server_sdk/configuration.py +++ b/fingerprint_server_sdk/configuration.py @@ -324,7 +324,7 @@ def to_debug_report(self) -> str: f'OS: {sys.platform}\n' f'Python Version: {sys.version}\n' 'Version of the API: 4\n' - 'SDK Package Version: 9.1.0' + 'SDK Package Version: 9.2.0' ) @staticmethod diff --git a/package.json b/package.json index 38a04f61..d1f31b03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprint/python-sdk", - "version": "9.1.0", + "version": "9.2.0", "private": true, "devDependencies": { "@changesets/cli": "^2.27.8", diff --git a/pyproject.toml b/pyproject.toml index a9e995f8..d6dfe25c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fingerprint_server_sdk" -version = "9.1.0" +version = "9.2.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. " authors = [ {name = "Fingerprint Support",email = "support@fingerprint.com"}, diff --git a/setup.py b/setup.py index 3f314723..e4b7d38e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import find_packages, setup NAME = 'fingerprint-server-sdk' -VERSION = '9.1.0' +VERSION = '9.2.0' PYTHON_REQUIRES = '>= 3.9' # To install the library, run the following #