Skip to content

Releases: keenlabs/KeenClient-PHP

v2.9.0

26 Aug 14:42
755f7c1
Compare
Choose a tag to compare

What's Changed

  • Fix the client when used with guzzle 7.9 by @stof in #145

Full Changelog: v2.8.2...v2.9.0

v2.8.2

20 Mar 09:04
7a89c1b
Compare
Choose a tag to compare

What's Changed

  • Migrate the CI to GitHub Actions by @stof in #143
  • Move php_codesniffer to dev dependencies by @stof in #144

Full Changelog: v2.8.1...v2.8.2

v2.8.1

14 Feb 16:29
2492720
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

Updates Guzzle and Guzzle-Services dependencies

23 Nov 21:59
@k-k k-k
8f9ac86
Compare
Choose a tag to compare
  • Bumped Guzzle version to 7 (#140)
  • Bumped Guzzle Services version to 1.2 (#140)

New feature: support for include_metadata query param

09 Apr 10:27
883b75c
Compare
Choose a tag to compare
Merge pull request #136 from niektenhoopen/master

Support for including metadata in requests

New feature: delete collection

23 Oct 08:41
d1e1f94
Compare
Choose a tag to compare
Merge pull request #134 from MohammadWaleed/feature-delete-collection

Implement delete collection by name

Minor additions to the existing docs

18 Oct 12:18
3767bf3
Compare
Choose a tag to compare
Merge pull request #133 from keenlabs/pbuchman-updated-readme

Updated Readme + .gitignore

Fix a bug that caused arrays in the POST body to be encoded as strings

27 Aug 14:27
9ae58fe
Compare
Choose a tag to compare
Merge pull request #132 from beyerz/master

Create Project fix

2.5.12

13 Oct 17:08
Compare
Choose a tag to compare
  • Fix a bug that caused arrays in the POST body to be encoded as strings

2.5.11

10 Oct 19:53
Compare
Choose a tag to compare
  • Fix a few headers in the README.md
  • Update for PSR-2 compliance