Skip to content

Commit dd374c5

Browse files
chore(release): changeset created a new release
1 parent 807735e commit dd374c5

14 files changed

Lines changed: 21 additions & 37 deletions

.changeset/active-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-start-end-types.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/keyboard-layout-hash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/raw-device-attributes-battery-charging.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/search-error-responses-events-search.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/search-error-responses-events.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Fingerprint Pro Server Python SDK
22

3+
## 9.5.0
4+
5+
### Minor Changes
6+
7+
- **events**: Add `active_call` smart signal to `Event` ([e8859e3](https://github.com/fingerprintjs/python-sdk/commit/e8859e364cd83cfc4e9f975f42b930a293ed64ab))
8+
- **events**: Add `keyboard_layout_hash` to `RawDeviceAttributes` ([e8859e3](https://github.com/fingerprintjs/python-sdk/commit/e8859e364cd83cfc4e9f975f42b930a293ed64ab))
9+
- **events**: Add `battery_charging` field to `RawDeviceAttributes` ([e8859e3](https://github.com/fingerprintjs/python-sdk/commit/e8859e364cd83cfc4e9f975f42b930a293ed64ab))
10+
- **events-search**: Add 429 and 504 error responses to Search Events endpoint ([e8859e3](https://github.com/fingerprintjs/python-sdk/commit/e8859e364cd83cfc4e9f975f42b930a293ed64ab))
11+
- **events**: Add 504 error response to Get Event endpoint ([e8859e3](https://github.com/fingerprintjs/python-sdk/commit/e8859e364cd83cfc4e9f975f42b930a293ed64ab))
12+
13+
### Patch Changes
14+
15+
- **events**: Fix types for `start`/`start_date_time` and `end`/`end_date_time` in normalized schema ([e8859e3](https://github.com/fingerprintjs/python-sdk/commit/e8859e364cd83cfc4e9f975f42b930a293ed64ab))
16+
317
## 9.4.0
418

519
### Minor Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Fingerprint Server Python SDK is an easy way to interact with the Fingerprin
2626
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2727

2828
- API version: 4
29-
- Package version: 9.4.0
29+
- Package version: 9.5.0
3030
- Generator version: 7.19.0
3131
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
3232

README.pypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Fingerprint Server Python SDK is an easy way to interact with the Fingerprin
2222
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2323

2424
- API version: 4
25-
- Package version: 9.4.0
25+
- Package version: 9.5.0
2626
- Generator version: 7.19.0
2727
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2828

fingerprint_server_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Do not edit the class manually.
1414
""" # noqa: E501
1515

16-
__version__ = '9.4.0'
16+
__version__ = '9.5.0'
1717

1818
# Define package exports
1919
__all__ = [

0 commit comments

Comments
 (0)