Skip to content

Releases: keenlabs/KeenClient-PHP

2.5.10

15 Sep 00:05
Compare
Choose a tag to compare

Move from deprecated mcrypt to openssl.

Mcrypt support is deprecated in PHP 7.1, so this release contains internal modifications to move to use openssl for the scoped keys implementation.

v2.5.9

28 Apr 20:10
Compare
Choose a tag to compare

Sends queries using POST instead of GET

v2.5.8

19 Apr 21:44
Compare
Choose a tag to compare
  • Fixes a compatibility issue on query return values, introduced in 2.5.7. Thanks @stof!

v2.5.7

02 Mar 21:58
Compare
Choose a tag to compare
  • Lots of Guzzle Updates
  • SDK Tracking

v2.5.6

28 Jul 20:16
Compare
Choose a tag to compare
  • Added Saved Queries and Project Creation
  • Updated minimum php and phpunit versions
  • Added use of organizationID

v2.5.4

24 Jun 20:59
@k-k k-k
Compare
Choose a tag to compare
  • Fixes an issue where passing an empty version parameter would cause an error (#70)

v2.5.3

17 Mar 16:49
@k-k k-k
Compare
Choose a tag to compare
  • Switches createScopedKey method to use MCRYPT_DEV_URANDOM by default, see #53

Client Update

21 Jan 05:08
@k-k k-k
Compare
Choose a tag to compare
  • Fixes naming on operation: getEventSchemas to getCollections
    • keeps original as an extended operation to support BC
  • Adds getCollection method
  • Adds getProperty method
  • Minor fixes

Updated Guzzle Client

06 Jan 20:31
@k-k k-k
Compare
Choose a tag to compare
  • 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

02 Jan 20:30
@k-k k-k
Compare
Choose a tag to compare
  • 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.