Releases: klimeapp/klime-python
Releases · klimeapp/klime-python
v1.1.0
-
Add synchronous methods
track_sync(),identify_sync(), andgroup_sync()that returnBatchResponseand raiseSendErroron failure -
Add
queue_size()method to check pending events in queue -
Add
on_errorandon_successcallback parameters to constructor for handling batch results -
Add
loggerparameter to constructor for custom logging configuration -
Support group-only events by allowing
track()withgroup_idalone (withoutuser_id) for organization-level tracking -
Export
BatchResponseandSendErrortypes from package -
Expand Python version support to 3.10, 3.11, 3.12, 3.13, and 3.14 (dropped 3.9)
-
BREAKING: Remove
ipparameter fromtrack(),identify(), andgroup()methods