Skip to content

Latest commit

 

History

History
224 lines (121 loc) · 9.34 KB

CHANGELOG.md

File metadata and controls

224 lines (121 loc) · 9.34 KB

Changelog

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

7.0.1 (2025-03-05)

7.0.0 (2025-03-05)

6.14.0 (2025-02-14)

6.13.0 (2025-02-14)

6.12.1 (2025-02-14)

6.12.0 (2024-12-20)

Bug Fixes

  • rename override -> override_existing (#151) (ca8ad49)

6.11.0 (2024-11-29)

6.10.1 (2024-10-15)

6.10.0 (2024-08-30)

6.9.2 (2024-08-05)

6.9.1 (2024-08-05)

6.9.0-beta.0 (2024-07-24)

6.8.3 (2024-04-23)

6.8.2-prerelease (2024-04-12)

6.8.1 (2024-02-27)

6.8.3 (2024-02-27)

6.8.2 (2024-02-27)

6.8.1 (2024-02-27)

6.8.1 (2024-02-27)

6.8.1 (2024-02-02)

Features

  • additional connection regions

6.8.0 (2023-11-21)

6.7.0 (2023-09-20)

6.6.0-prerelease (2023-07-31)

6.5.3 (2023-05-16)

6.5.2 (2023-01-31)

6.5.1 (2022-10-04)

6.5.0 (2022-06-28)

Features

6.4.0 (2022-06-24)

Features

Bug Fixes

  • filter query param for enrichment (#89) (e0d9c52)

6.3.0 (2022-06-22)

Features

  • add enriched personalized feed read support (#86) (8258f2c)

6.2.0 (2022-06-02)

Features

Bug Fixes

  • ensure error response properly serialized (#80) (76c52ce)

6.1.2 (2022-05-24)

Bug Fixes

6.1.1 (2022-05-24)

Features

6.1.0 (2022-05-24)

Features

  • reaction: add overload for reactionId (#74) (0696f98)

6.0.0 (2022-03-18)

Bug Fixes

  • send flattened data when upserting (#72) (a3b1fbc)

5.0.0 (2022-02-28)

Features

  • In v5.0.0, we have refactored the library to be more maintainable in the future. Most importantly, we got rid of some complex internal logic (such as tricky json serialization and deserialization, code organization improvements etc.). Also, we made the library more modern such as adding Async postfix to async methods. All public methods have documentation now and a link to the official docs now. This README file's code snippets are updated to reflect the new changes.

🚨 Breaking changes:

  • All async methods have Async postfix.
  • Model classes have been moved into Stream.Models namespace.
  • All client classes have interfaces now, and Ref() methods are not static anymore. This will make it easier to the consumers of this library to unit test them.

4.8.0 (2022-02-23)

Features

4.7.0 (2022-02-04)

Features

  • add custom serializer support and .net6 support (#63) (5c30e5e)

4.6.0 (2022-01-13)

Features

  • add possibility to query enriched activities by ids (#58) (612fa63)
  • small enhancement (#60) (7da61ee)

4.5.0 - 2021-11-19

  • Add file/image delete support

4.4.1 - 2021-11-01

  • Fix nuget release key encryption

4.4.0 - 2021-11-01

  • Make some id of activity and id, kind, user_id and data of reaction publicly settable
    • so that more object creation flows are supported easily

4.3.0 - 2021-03-10

  • Add follow stats endpoint support
  • Add .Net 5 support

4.2.0 - 2021-02-26

  • Add open graph scraping support

4.1.1 - 2021-02-26

  • Naming consistency

4.1.0 - 2021-02-26

  • Add upload support for files and images
  • Add .net core 2.1 and 3.1 support
  • Improve repo a bit in terms of formatting and static code analysis

4.0.0. - 2021-02-05

  • Add support for client side token
  • Replace CreatUserSessionToken with CreateUserToken

3.1.0 - 2021-02-01

  • Improve underlying HTTP client usage
    • fixes socket exhaustaion
    • improves performance
  • Move hardcoded keys from Github

3.0.2 - 2021-01-25

  • Make version header consistent between SDKs

3.0.1 - 2021-01-15

  • Add version and also include in request headers

3.0.0 - 2021-01-08

  • Drop request signing and use only JWT
  • Drop obsolete regions
  • Fix post/delete of personalization tokens
  • Start a changelog

2.13.0 - 2021-01-07

  • Add personalization
  • Bump copyright notice year