Releases: klimeapp/klime-php
Releases · klimeapp/klime-php
v1.1.0
-
Add synchronous methods
trackSync(),identifySync(), andgroupSync()that returnBatchResponseor throwSendException -
Add
getQueueSize()method to check pending events in queue -
Add
loggercallback option for custom logging integration -
Add
onErrorcallback option for error handling (receives exception and failed events) -
Add
onSuccesscallback option (receivesBatchResponse) -
Support group-only events by passing
groupIdwithoutuserIdfor organization-level tracking (webhooks, cron jobs, system events) -
BREAKING: Minimum PHP version increased from 8.1 to 8.2
-
BREAKING: Remove IP tracking - the
ipoption is no longer supported intrack(),identify(), orgroup()methods