Releases: st0o0/Twitch.Rx
Releases · st0o0/Twitch.Rx
Release list
v0.1.0
0.1.0 (2026-06-29)
- remove release.yml and add dependabot configuration (3077256)
Features
- add .env file support to example project (f92e179)
- add auth module with TwitchAuthHandler DelegatingHandler (3a6f697)
- add Device Code Flow for automatic user token acquisition (99d1ad9)
- add EventSub module with Transport, Router, and reconnection (5c83b01)
- add example project with standalone and DI usage (aa32488)
- add Helix API layer with UsersEndpoint (1da37d9)
- add Helix Chat Send Message endpoint (e21f75b)
- add options pattern with validation and configurable URLs (77b8d5e)
- add TwitchRxBuilder, TwitchRxClient, and DI integration (89c6a87)
- helix: add ChannelPoints and Moderation endpoints (e07b80f)
- helix: add Channels and Chat endpoints (a44e376)
- helix: add HelixEndpoint base class with error handling and pagination (619a944)
- helix: add Polls, Predictions, Bits, Clips endpoints (6319818)
- helix: add remaining endpoints (Ads, Conduits, ContentClassification, Entitlements, Extensions, Goals, GuestStar, Raids, Schedule, Whispers) (9a0eda4)
- helix: add Search, Teams, HypeTrain, Analytics, Charity endpoints (540b840)
- helix: add Streams, Subscriptions, Games, Videos endpoints (26a96aa)
- helix: add Users endpoint and ITwitchHelixApi facade (dc66ecf)
- make example project runnable with env var configuration (c53a765)
- migrate to xUnit v3 with Microsoft Testing Platform (cac052b)
- scaffold solution with project structure (dd35007)
- twitch-rx: add Poll EventSub events + Helix Polls API (a517a9b)
Bug Fixes
- address production-readiness review findings (d1da956)
- ci: fix (30cd3fd)
- helix: add PutAsync to base class, fix BlockAsync error handling (de63191)
- helix: catch JsonException instead of bare catch in EnsureSuccessAsync (416cc76)
- improve auth error messages and clean up example output (acf186c)
Documentation
- add README with logo in WebSocket.Rx style (f7d3097)