Skip to content

Releases: GetStream/stream-php

2.7.0

17 Apr 06:59
53ac454
Compare
Choose a tag to compare

Changed

  • Sending accept-encoding header to request the server to respond with gzipped response bodies.

Added

  • Collections functionality (through $client->collections())
  • Personalization functionality (through $client->personalization())

2.6.0

26 Feb 12:39
Compare
Choose a tag to compare

Removed

  • Dependency on dated version of 99designs/http-signatures
  • HMAC class, inlined the functionality into Signer class.
  • public Signer::urlSafeB64encode method. Was not supposed to be used as part of public interface of this package.
  • signature_middleware_factory global method in helpers.php file.

Changed

  • Batcher constructor (was not supposed to be used outside of $client->batcher())

Added

  • public method Signer::signRequest which handles Request signing for Batcher.
  • docblock fixes

2.5.2

22 Feb 11:16
9c2479a
Compare
Choose a tag to compare

Added

  • Allowed jwt package 5.0.0 to be used too. No breaking changes for us.
  • Code style cleaning

2.5.1

15 Nov 12:27
ad67346
Compare
Choose a tag to compare

Changed

  • followFeed is now and alias of new method follow, and followFeed is also marked deprecated. Same for unfollowFeed.
  • Code style: camelcased the arguments while I was at it.
  • Removed Feed::delete calls from integration tests, and marked it as deprecated

Fixed

  • Code coverage did not include untouched files. Actual code coverage is lower than reported.

Added

  • Gitattributes, to exclude files when github zips this repo for distribution per release.
  • Tests and documentation for the STREAM_BASE_URL environment variable.

2.5.0

20 Oct 14:17
Compare
Choose a tag to compare

Changed

  • Silently return nothing when meaningless input is given on Client::updateActivities method.
  • Use .com domain instead of our .io domain (.io has some issues with TLD DNS servers from time to time)
  • Complete revision of our readme and its code samples.

2.4.2

03 Oct 13:08
Compare
Choose a tag to compare

Changed

  • Silently return nothing when meaningless input is given on Client::updateActivities method.

2.4.1

26 Sep 06:42
Compare
Choose a tag to compare

Fixed

  • Guzzle request options
  • Json encoding errors by letting guzzle handle it

Changed

  • Cleaned up test suite and separated integration tests from unit tests in test builds

2.4.0

20 Sep 08:27
Compare
Choose a tag to compare
add update to target to feed