diff --git a/.changeset/cute-buses-attend.md b/.changeset/cute-buses-attend.md deleted file mode 100644 index 69111bb2..00000000 --- a/.changeset/cute-buses-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fingerprint-pro-server-api-python-sdk': minor ---- - -**events-search**: Event search now supports a new set of filter parameters: `developer_tools`, `location_spoofing`, `mitm_attack`, `proxy`, `sdk_version`, `sdk_platform`, `environment` \ No newline at end of file diff --git a/.changeset/fast-hotels-hunt.md b/.changeset/fast-hotels-hunt.md deleted file mode 100644 index e033ee4b..00000000 --- a/.changeset/fast-hotels-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fingerprint-pro-server-api-python-sdk': minor ---- - -**webhook**: Add `supplementaryIds` property to the Webhooks schema. \ No newline at end of file diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index a37a2014..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "mode": "exit", - "tag": "rc", - "initialVersions": { - "fingerprint-pro-server-api-python-sdk": "8.10.0" - }, - "changesets": [ - "cute-buses-attend", - "fast-hotels-hunt", - "proud-feet-attack", - "quick-kiwis-visit" - ] -} diff --git a/.changeset/proud-feet-attack.md b/.changeset/proud-feet-attack.md deleted file mode 100644 index b01697ed..00000000 --- a/.changeset/proud-feet-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fingerprint-pro-server-api-python-sdk": minor ---- - -Add `proximity` signal that represents a fixed geographical zone in a discrete global grid within which the device is observed. diff --git a/.changeset/quick-kiwis-visit.md b/.changeset/quick-kiwis-visit.md deleted file mode 100644 index 03d71d27..00000000 --- a/.changeset/quick-kiwis-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fingerprint-pro-server-api-python-sdk': minor ---- - -Add `environmentId` property to `identification` \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f72b14e3..f46e59aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Fingerprint Pro Server Python SDK +## 8.11.0 + +### Minor Changes + +- **events-search**: Event search now supports a new set of filter parameters: `developer_tools`, `location_spoofing`, `mitm_attack`, `proxy`, `sdk_version`, `sdk_platform`, `environment` ([4e2baaf](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/4e2baafe8cbaad13bb72d46ab9f227053eba28ed)) +- **webhook**: Add `supplementaryIds` property to the Webhooks schema. ([4e2baaf](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/4e2baafe8cbaad13bb72d46ab9f227053eba28ed)) +- Add `proximity` signal that represents a fixed geographical zone in a discrete global grid within which the device is observed. ([8b24e3b](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/8b24e3b39b28d4c774e50f42e1648f5bfd804f11)) +- Add `environmentId` property to `identification` ([4e2baaf](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/4e2baafe8cbaad13bb72d46ab9f227053eba28ed)) + ## 8.11.0-rc.0 ### Minor Changes diff --git a/README.md b/README.md index 881a7e4d..8ef9a4c4 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 [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 3 -- Package version: 8.11.0-rc.0 +- Package version: 8.11.0 - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen ## Requirements diff --git a/fingerprint_pro_server_api_sdk/api/fingerprint_api.py b/fingerprint_pro_server_api_sdk/api/fingerprint_api.py index 30b6d240..efa99325 100644 --- a/fingerprint_pro_server_api_sdk/api/fingerprint_api.py +++ b/fingerprint_pro_server_api_sdk/api/fingerprint_api.py @@ -104,7 +104,7 @@ def delete_visitor_data_with_http_info(self, visitor_id: str, **kwargs): # noqa if 'visitor_id' in params: path_params['visitor_id'] = params['visitor_id'] # noqa: E501 - query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0-rc.0')] + query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0')] header_params = {} @@ -214,7 +214,7 @@ def get_event_with_http_info(self, request_id: str, **kwargs): # noqa: E501 if 'request_id' in params: path_params['request_id'] = params['request_id'] # noqa: E501 - query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0-rc.0')] + query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0')] header_params = {} @@ -316,7 +316,7 @@ def get_related_visitors_with_http_info(self, visitor_id: str, **kwargs): # noq path_params = {} - query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0-rc.0')] + query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0')] if 'visitor_id' in params: query_params.append(('visitor_id', params['visitor_id'])) # noqa: E501 @@ -443,7 +443,7 @@ def get_visits_with_http_info(self, visitor_id: str, **kwargs): # noqa: E501 if 'visitor_id' in params: path_params['visitor_id'] = params['visitor_id'] # noqa: E501 - query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0-rc.0')] + query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0')] if 'request_id' in params: query_params.append(('request_id', params['request_id'])) # noqa: E501 if 'linked_id' in params: @@ -660,7 +660,7 @@ def search_events_with_http_info(self, limit: int, **kwargs): # noqa: E501 path_params = {} - query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0-rc.0')] + query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0')] if 'limit' in params: query_params.append(('limit', params['limit'])) # noqa: E501 if 'pagination_key' in params: @@ -841,7 +841,7 @@ def update_event_with_http_info(self, body: EventsUpdateRequest, request_id: str if 'request_id' in params: path_params['request_id'] = params['request_id'] # noqa: E501 - query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0-rc.0')] + query_params = [('ii', 'fingerprint-pro-server-python-sdk/8.11.0')] header_params = {} diff --git a/fingerprint_pro_server_api_sdk/api_client.py b/fingerprint_pro_server_api_sdk/api_client.py index d8f532e5..1b1382a2 100644 --- a/fingerprint_pro_server_api_sdk/api_client.py +++ b/fingerprint_pro_server_api_sdk/api_client.py @@ -79,7 +79,7 @@ def __init__(self, configuration: Optional[Configuration] = None, header_name: O self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/8.11.0-rc.0/python' + self.user_agent = 'Swagger-Codegen/8.11.0/python' def __del__(self): self.pool.close() diff --git a/fingerprint_pro_server_api_sdk/configuration.py b/fingerprint_pro_server_api_sdk/configuration.py index 7e0536b1..f1e19a01 100644 --- a/fingerprint_pro_server_api_sdk/configuration.py +++ b/fingerprint_pro_server_api_sdk/configuration.py @@ -210,5 +210,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 3\n"\ - "SDK Package Version: 8.11.0-rc.0".\ + "SDK Package Version: 8.11.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/package.json b/package.json index 69ec1d6a..572b6975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fingerprint-pro-server-api-python-sdk", - "version": "8.11.0-rc.0", + "version": "8.11.0", "private": true, "devDependencies": { "@changesets/cli": "^2.27.8", diff --git a/setup.cfg b/setup.cfg index 4aa57bc8..89225d2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -version = 8.11.0-rc.0 +version = 8.11.0 diff --git a/test/test_fingerprint_api.py b/test/test_fingerprint_api.py index 5efd4292..b3b0b9b2 100644 --- a/test/test_fingerprint_api.py +++ b/test/test_fingerprint_api.py @@ -26,7 +26,7 @@ API_KEY = 'private_key' -VERSION = '8.11.0-rc.0' +VERSION = '8.11.0' MOCK_GET_VISITORS_200_LIMIT_1 = 'get_visitors_200_limit_1.json' MOCK_GET_VISITORS_200_LIMIT_500 = 'get_visitors_200_limit_500.json'