diff --git a/.changeset/add-event-source-field.md b/.changeset/add-event-source-field.md deleted file mode 100644 index f2bc404b..00000000 --- a/.changeset/add-event-source-field.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/python-sdk': minor ---- - -Add `source` field to `Event` to identify how the event was generated (`device` or `edge`) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a5f691..15302e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Fingerprint Pro Server Python SDK +## 9.6.0 + +### Minor Changes + +- Add `source` field to `Event` to identify how the event was generated (`device` or `edge`) ([df05d7e](https://github.com/fingerprintjs/python-sdk/commit/df05d7ebfcb26ea5cf6a46881dc558e6c84908ea)) + ## 9.5.0 ### Minor Changes diff --git a/README.md b/README.md index aeac8954..aa91c490 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.5.0 +- Package version: 9.6.0 - Generator version: 7.19.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/README.pypi.md b/README.pypi.md index 03278276..b56f1487 100644 --- a/README.pypi.md +++ b/README.pypi.md @@ -22,7 +22,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.5.0 +- Package version: 9.6.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 e2aff003..2fd75f5c 100644 --- a/fingerprint_server_sdk/__init__.py +++ b/fingerprint_server_sdk/__init__.py @@ -13,7 +13,7 @@ Do not edit the class manually. """ # noqa: E501 -__version__ = '9.5.0' +__version__ = '9.6.0' # Define package exports __all__ = [ diff --git a/fingerprint_server_sdk/configuration.py b/fingerprint_server_sdk/configuration.py index ec307f12..77615275 100644 --- a/fingerprint_server_sdk/configuration.py +++ b/fingerprint_server_sdk/configuration.py @@ -325,7 +325,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.5.0' + 'SDK Package Version: 9.6.0' ) @staticmethod diff --git a/package.json b/package.json index 2353c382..7964888c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprint/python-sdk", - "version": "9.5.0", + "version": "9.6.0", "private": true, "devDependencies": { "@changesets/cli": "^2.27.8", diff --git a/pyproject.toml b/pyproject.toml index 08389332..5a0eec10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fingerprint_server_sdk" -version = "9.5.0" +version = "9.6.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. " authors = [ {name = "Fingerprint Support",email = "support@fingerprint.com"}, diff --git a/uv.lock b/uv.lock index 2e62b4cc..21dac5ce 100644 --- a/uv.lock +++ b/uv.lock @@ -588,7 +588,7 @@ wheels = [ [[package]] name = "fingerprint-server-sdk" -version = "9.5.0" +version = "9.6.0" source = { editable = "." } dependencies = [ { name = "cryptography", version = "47.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version <= '3.9'" },