Skip to content

Latest commit

 

History

History
109 lines (56 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

109 lines (56 loc) · 3.69 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

8.4.2 (2024-06-18)

8.4.1 (2024-06-14)

8.4.0 (2024-01-09)

8.3.0 (2023-11-20)

8.2.1 (2023-08-17)

8.2.0 (2023-08-17)

8.1.0 (2023-07-25)

8.0.2 (2023-05-10)

8.0.1 (2023-02-13)

Bug Fixes

8.0.0 (2022-10-20)

Features

7.1.0 (2022-10-04)

Features

7.0.1 (2022-06-21)

⚠ BREAKING CHANGES

  • rename session token methods (#126)

Features

7.0.0 (2022-05-10)

Features

  • context: add context as first argument (#123) (9612a24)

[6.4.2] 2022-03-10

  • Improve keep-alive settings of the default client.

[6.4.1] 2022-03-09

  • Handle activity references in foreign id for enrichment. Enriched activity is put into foreign_id_ref under Extra.

[6.4.0] 2021-12-15

  • Add new flags for reaction pagination
  • Fix parsing next url in reaction pagination

[6.3.0] 2021-12-03

  • Add new reaction flags
    • first reactions
    • reaction count
    • own children kind filter

[6.2.0] 2021-11-19

  • Add user id support into reaction own children for filtering

[6.1.0] 2021-11-15

  • Expose created_at/updated_at in groups for aggregated/notification feeds

[6.0.0] 2021-11-12

  • Add enrichment options into read activity endpoints
  • Move support into go 1.16 & 1.17

[5.7.2] 2021-08-04

  • Dependency upgrade for unmaintained jwt

[5.7.1] 2021-07-01

  • Fix godoc issues

[5.7.0] 2021-06-04

  • Add follow stats endpoint support (#108)
  • Run CI with 1.15 and 1.16
  • Add a changelog to document changes