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)
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)
- 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)
6.4.0 (2022-06-24)
- add id based to target update (#90) (6c1922c)
- add new reaction query params (#88) (b2fad8c)
- add ref helpers for act/reaction (#91) (dad0785)
6.3.0 (2022-06-22)
6.2.0 (2022-06-02)
6.1.2 (2022-05-24)
6.1.1 (2022-05-24)
6.1.0 (2022-05-24)
6.0.0 (2022-03-18)
5.0.0 (2022-02-28)
- 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.
- 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)
4.7.0 (2022-02-04)
4.6.0 (2022-01-13)
- add possibility to query enriched activities by ids (#58) (612fa63)
- small enhancement (#60) (7da61ee)
- Add file/image delete support
- Fix nuget release key encryption
- 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
- Add follow stats endpoint support
- Add .Net 5 support
- Add open graph scraping support
- Naming consistency
- 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
- Add support for client side token
- Replace
CreatUserSessionToken
withCreateUserToken
- Improve underlying HTTP client usage
- fixes socket exhaustaion
- improves performance
- Move hardcoded keys from Github
- Make version header consistent between SDKs
- Add version and also include in request headers
- Drop request signing and use only JWT
- Drop obsolete regions
- Fix post/delete of personalization tokens
- Start a changelog
- Add personalization
- Bump copyright notice year