Skip to content

Releases: Bukk94/KickLib

v1.10.0

02 Feb 20:57

Choose a tag to compare

What's Changed

Added

  • Support for Channel reward redemption endpoints
  • Added more filtering options for Categories endpoints (supporting V2 endpoints)

Changed

  • Updated introspection to point to new OAuth introspection endpoint
  • Extended channels with active/cancelled subscriptions
  • Extended introspection with TokenType field

Full Changelog: v1.9.0...v1.10.0

NuGet: https://www.nuget.org/packages/KickLib/1.10.0

v1.9.0

02 Feb 20:55

Choose a tag to compare

What's Changed

Added

  • Channel Rewards APIs
  • Channel Rewards webhook events

Changed

  • Extended GET /livestreams response with profile picture

Full Changelog: v1.8.0...v1.9.0

NuGet: https://www.nuget.org/packages/KickLib/1.9.0

v1.8.0

04 Dec 17:14

Choose a tag to compare

What's Changed

This Release contains .NET 10 Support, along with many new features that Kick added to their API between November and early December 2025.

Added

  • Added .NET 10 support
  • Extended /channels and /livestream endpoints to parse custom_tags field (Kick PR 287 + Kick PR 288)
  • Added official DELETE chat message endpoint (Kick PR 296)
  • Extended Categories response with Tags and ViewerCount fields (Kick PR 290)
  • Extended Gift webhook payload with PinnedTime fields (Kick PR 295)
  • Added TimeoutDuration for TimeoutUserAsync in Moderation API to ease timeout duration passing (see docs on usage)
  • Added library Examples

Full Changelog: v1.7.2...v1.8.0

NuGet: https://www.nuget.org/packages/KickLib/1.8.0

v1.7.2

01 Nov 19:43

Choose a tag to compare

What's Changed

Changed

  • Improved working with HTTP Client to better utilize connection pooling
  • Added HTTP transient errors retry policy to API calls
  • Added IHttpClientFactory to OAuthGenerator

Full Changelog: v1.7.1...v1.7.2

NuGet: https://www.nuget.org/packages/KickLib/1.7.2

v1.7.1

31 Oct 14:55

Choose a tag to compare

What's Changed

Added

  • Added Kicks endpoints - full support for new Kicks endpoints and Leaderboards endpoint
  • Added SubscribeToEvent to EventSubscriptions, to allow subscribing to single event

Changed

  • Improved interface docs

Full Changelog: v1.7.0...v1.7.1

NuGet: https://www.nuget.org/packages/KickLib/1.7.1

v1.7.0

25 Oct 08:50

Choose a tag to compare

Breaking changes

This version contains a breaking change in case you are implementing custom IApiCaller interface. SendAuthenticatedRequestAsync was extended with new parameter. See Migration Guide.

What's Changed

Added

  • Added Delete Message for Unofficial API
  • Added KicksGiftedEvent webhook event support

Changed

  • Extended IApiCaller with HttpMethod parameter for SendAuthenticatedRequestAsync method.
  • Extended SendMessageAsync in Unofficial API to return sent message data (like ID and sender)
  • Extended Unofficial API AuthenticationSettings to allow passing override Bearer token to bypass login flow
  • Updated Puppeteer version to 20.x for Unofficial API on .NET 8 and above

Remove

  • Removed PinnedMessageDeletedEvent in Kick.Client as this event has no data (and it was confusing users)

Full Changelog: v1.6.2...v1.7.0

NuGet: https://www.nuget.org/packages/KickLib/1.7.0

v1.6.2

20 Oct 08:14

Choose a tag to compare

What's Changed

Added

  • GetLivestreamAsync overload to get livestream for currently authenticated user
  • Add KicksGifted event to Client

Fixed

  • Fixed data deserialization for NewSubscriptionEvent webhook event

Full Changelog: v1.6.1...v1.6.2

NuGet: https://www.nuget.org/packages/KickLib/1.6.2

v1.6.1

27 Aug 09:53

Choose a tag to compare

What's Changed

  • Added Retry Policy for SendRequestAsync by @ugurturna in #24
  • Fix GiftedSubscriptionsEvent handling by @bullsfan127 in #25
  • Added replies_to field to ChatMessageSentEvent webhook event

Full Changelog: v1.6.0...v1.6.1

NuGet: https://www.nuget.org/packages/KickLib/1.6.1