All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.1.0 (2023-10-31)
7.0.1 (2023-02-21)
7.0.0 (2023-02-21)
6.0.0 (2022-08-29)
5.2.0 (2022-08-29)
- activities: add get activities api (#111) (971f6a6)
- guzzle: add custom http middleware possibility (#112) (6960b3f)
- bump guzzle for security and add 8.2 (#114) (31bc4f8)
- fix phan errors (1b15faa)
- pr comment fixes (3bd65f3)
- Replace deprecated query parse of Guzzle
- Add target feeds extra data support for reactions
- Accept user_id for own reactions
- Handle deprecated cs fixer config
- Fix namespacing issue for constant initialization of version
- Drop support for PHP 7.2 and add 8.0 support
- Fix undefined constant deprecation from 7.2
- Move to github actions and add static analysis
- Fix type of activity_id in remove_activity in docblock
- Add kinds filter into getActivities for a feed or a Client
- Fix version header
- Support guzzle 7
- PHP 7.4
- Fix for targetFeeds in reactions()->addChild
- Upgrade dependencies, drop php5.x support, update tests
- Add support for enrichment in getActivities
- More flexible collections upsert
- Add support for users, collections, reactions, enrichment
- Add
Client::doPartiallyUpdateActivity
- Add
Client::batchPartialActivityUpdate
methods - Add
Client::getActivities
methods - Remove deprecated methods on Feed Class
- Added RateLimit methods to StreamFeedException
- Added
Client::createUserSessionToken
method
- Added unfollow many endpoint.
- Added collection references helpers.
- Silently return nothing when meaningless input is given on
Client::updateActivities
method.
- Cleaned up test suite and separated integration tests from unit tests in test builds
- Fixed guzzle request options
- Fixed json encoding errors by letting guzzle handle it
- Add support for update to target
- Add support for activity_copy_limit parameter (follow_many)
- Updates to testing, support for more versions
- Update to php-jwt 3.0
- Simplified syntax to create feeds, follow and unfollow feeds.
- Default HTTP timeout of 3s
- Add support for mark read (notifications feeds)