You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Includes bug fixes from PRs #127-#129 (nested sanitization,
timezone-aware datetime, falsy ID validation). Also backfills
the missing 3.0.0 changelog section.
- Add support for optional top-level `id` and `timestamp` event fields in `track()` and `track_anonymous()` ([#125](https://github.com/customerio/customerio-python/pull/125))
6
18
7
19
### Changed
8
-
-`track()` and `track_anonymous()` now take custom event attributes in the `data` dict instead of arbitrary keyword arguments.
20
+
-`track()` and `track_anonymous()` now take custom event attributes in the `data` dict instead of arbitrary keyword arguments ([#125](https://github.com/customerio/customerio-python/pull/125))
21
+
- Return response objects from all client methods ([#122](https://github.com/customerio/customerio-python/pull/122))
22
+
23
+
### Fixed
24
+
- Fix retry logic for POST requests ([#119](https://github.com/customerio/customerio-python/pull/119))
0 commit comments