Skip to content

Latest commit

 

History

History
114 lines (76 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

114 lines (76 loc) · 3.87 KB

Changelog

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)

Features

5.2.0 (2022-08-29)

Features

  • activities: add get activities api (#111) (971f6a6)
  • guzzle: add custom http middleware possibility (#112) (6960b3f)

Bug Fixes

5.1.1 - 2021-09-28

  • Replace deprecated query parse of Guzzle

5.1.0 - 2021-06-21

  • Add target feeds extra data support for reactions

5.0.2 - 2021-06-08

  • Accept user_id for own reactions
  • Handle deprecated cs fixer config

5.0.1 - 2021-04-08

  • Fix namespacing issue for constant initialization of version

5.0.0 - 2021-03-26

  • 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

4.1.1 - 2021-01-26

  • Fix type of activity_id in remove_activity in docblock

4.1.0 - 2020-08-21

  • Add kinds filter into getActivities for a feed or a Client
  • Fix version header
  • Support guzzle 7

4.0.1 - 2019-11-25

  • PHP 7.4
  • Fix for targetFeeds in reactions()->addChild

4.0.0 - 2019-11-25

  • Upgrade dependencies, drop php5.x support, update tests

3.0.2 - 2019-11-12

  • Add support for enrichment in getActivities

3.0.1 - 2019-07-13

  • More flexible collections upsert

3.0.0 - 2019-02-11

  • Add support for users, collections, reactions, enrichment
  • Add Client::doPartiallyUpdateActivity
  • Add Client::batchPartialActivityUpdate methods
  • Add Client::getActivities methods
  • Remove deprecated methods on Feed Class

2.9.1 - 2018-12-03

  • Added RateLimit methods to StreamFeedException

2.9.0 - 2018-10-08

  • Added Client::createUserSessionToken method

2.8.0 - 2018-09-06

  • Added unfollow many endpoint.
  • Added collection references helpers.

2.4.2 - 2017-10-03

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

2.4.1 - 2017-09-26

  • 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

2.4.0 - 2017-08-31

  • Add support for update to target

2.3.0 - 2017-03-20

  • Add support for activity_copy_limit parameter (follow_many)

2.2.9 - 2016-10-15

  • Updates to testing, support for more versions

2.2.8 - 2016-06-29

  • Update to php-jwt 3.0

2.0.1 - 2014-11-11

  • Simplified syntax to create feeds, follow and unfollow feeds.
  • Default HTTP timeout of 3s

1.3.4 - 2014-09-08

  • Add support for mark read (notifications feeds)