Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 09:24
· 2 commits to main since this release

This release is also available on:

  • v2.0.0

2.0.0 (2025-09-23)

  • feat!: change token management for users to be outside the scope of the lib. (682bb2d)

BREAKING CHANGES

  • Use Services.AddHttpClient("AuthClient", (sp, httpClient) => ...).AddUserAccessTokenHandler(); or any other kinds of token management, and then use "AuthClient" to inform lib which client it should use.
    CgScriptOptions.Site is no longer used. Set the BaseAddress of the httpClient in the above config to decide which site to call.