Releases: keenlabs/KeenClient-PHP
Releases · keenlabs/KeenClient-PHP
2.5.10
v2.5.9
Sends queries using POST instead of GET
v2.5.8
v2.5.7
- Lots of Guzzle Updates
- SDK Tracking
v2.5.6
v2.5.4
v2.5.3
Client Update
- Fixes naming on operation:
getEventSchemas
togetCollections
- keeps original as an extended operation to support BC
- Adds
getCollection
method - Adds
getProperty
method - Minor fixes
Updated Guzzle Client
- Fix a bug when using analytics method (first parameter is now considered the event collection, as before)
- Allow to specify absolute timeframe
Updated Guzzle Client
- All commands can now be used with a master key.
- [BC] Method deleteEvent has been renamed to deleteEvents as it allows to delete multiple events.
- [BC] getScopedKey has been renamed createScopedKey to better reflect its purpose.
- [BC] createScopedKey and decryptScopedKey no longer need an API key: it just reuses the one set in the client.
- [BC] The client provides shortcut for the addEvent and addEvents methods.