Releases: GetStream/stream-php
Releases · GetStream/stream-php
2.7.0
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
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
Added
- Allowed jwt package 5.0.0 to be used too. No breaking changes for us.
- Code style cleaning
2.5.1
Changed
followFeed
is now and alias of new methodfollow
, andfollowFeed
is also marked deprecated. Same forunfollowFeed
.- 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
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
Changed
- Silently return nothing when meaningless input is given on
Client::updateActivities
method.
2.4.1
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
add update to target to feed