Skip to content

Commit dc600c1

Browse files
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.0.0...v5.0.0) (2024-03-20) ### ⚠ BREAKING CHANGES * make identification field `confidence` optional * deprecated `ipLocation` field uses `DeprecatedIpLocation` model * change models for the most smart signals ### Features * add `linked_id` field to the `BotdResult` type ([3aba5d0](3aba5d0)) * add `origin_country` field to the `vpn` signal ([27f7c58](27f7c58)) * add `SuspectScore` smart signal support ([331f2a8](331f2a8)) * fix `ipLocation` deprecation ([cb3b7b1](cb3b7b1)) * make identification field `tag` required ([678a3a1](678a3a1)) * use shared structures for webhooks and event ([c15ae21](c15ae21)) ### Bug Fixes * make fields required according to real API response ([8beb757](8beb757))
1 parent 964aa84 commit dc600c1

File tree

7 files changed

+30
-7
lines changed

7 files changed

+30
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [5.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/compare/v4.0.0...v5.0.0) (2024-03-20)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* make identification field `confidence` optional
7+
* deprecated `ipLocation` field uses `DeprecatedIpLocation` model
8+
* change models for the most smart signals
9+
10+
### Features
11+
12+
* add `linked_id` field to the `BotdResult` type ([3aba5d0](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/3aba5d0c4782696d1974f650ae22ff30deeedd20))
13+
* add `origin_country` field to the `vpn` signal ([27f7c58](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/27f7c580e36b2c6b803c2617462b19d51c886e17))
14+
* add `SuspectScore` smart signal support ([331f2a8](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/331f2a82b31e7a281dfaa7921b015128b147cbe8))
15+
* fix `ipLocation` deprecation ([cb3b7b1](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/cb3b7b1ade37fc3d221e2fa46c5d691a85a37248))
16+
* make identification field `tag` required ([678a3a1](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/678a3a187fe5a10c5811b56dc43daab57e7cdff4))
17+
* use shared structures for webhooks and event ([c15ae21](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/c15ae2107256d29fff02af3cc70b065d93092af3))
18+
19+
20+
### Bug Fixes
21+
22+
* make fields required according to real API response ([8beb757](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/commit/8beb757db67af38b7a112f93f1a7c21ef35e62a8))
23+
124
## [4.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/compare/v3.0.0...v4.0.0) (2024-02-14)
225

326

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Fingerprint Server Python SDK is an easy way to interact with the Fingerprin
4040
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
4141

4242
- API version: 3
43-
- Package version: 4.0.0
43+
- Package version: 5.0.0
4444
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
4545

4646
## Requirements

fingerprint_pro_server_api_sdk/api/fingerprint_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def get_event_with_http_info(self, request_id, **kwargs): # noqa: E501
9999
path_params['request_id'] = params['request_id'] # noqa: E501
100100

101101
query_params = []
102-
query_params.append(('ii', 'fingerprint-pro-server-python-sdk/4.0.0'))
102+
query_params.append(('ii', 'fingerprint-pro-server-python-sdk/5.0.0'))
103103

104104
header_params = {}
105105

@@ -214,7 +214,7 @@ def get_visits_with_http_info(self, visitor_id, **kwargs): # noqa: E501
214214
path_params['visitor_id'] = params['visitor_id'] # noqa: E501
215215

216216
query_params = []
217-
query_params.append(('ii', 'fingerprint-pro-server-python-sdk/4.0.0'))
217+
query_params.append(('ii', 'fingerprint-pro-server-python-sdk/5.0.0'))
218218
if 'request_id' in params:
219219
query_params.append(('request_id', params['request_id'])) # noqa: E501
220220
if 'linked_id' in params:

fingerprint_pro_server_api_sdk/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7979
self.default_headers[header_name] = header_value
8080
self.cookie = cookie
8181
# Set default User-Agent.
82-
self.user_agent = 'Swagger-Codegen/4.0.0/python'
82+
self.user_agent = 'Swagger-Codegen/5.0.0/python'
8383

8484
def __del__(self):
8585
self.pool.close()

fingerprint_pro_server_api_sdk/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,5 @@ def to_debug_report(self):
263263
"OS: {env}\n"\
264264
"Python Version: {pyversion}\n"\
265265
"Version of the API: 3\n"\
266-
"SDK Package Version: 4.0.0".\
266+
"SDK Package Version: 5.0.0".\
267267
format(env=sys.platform, pyversion=sys.version)

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION='4.0.0'
3+
VERSION='5.0.0'
44

55
while getopts "v:" arg; do
66
case $arg in

test/test_fingerprint_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
API_KEY = 'private_key'
2626

27-
VERSION = '4.0.0'
27+
VERSION = '5.0.0'
2828

2929

3030
class MockPoolManager(object):

0 commit comments

Comments
 (0)