Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

v1.0.0-RC4

Pre-release
Pre-release
Compare
Choose a tag to compare
@serebit serebit released this 10 May 16:26
· 32 commits to master since this release
2e944b3

Changes

  • Only the first worker synchronizes subscriptions between the database and Twitch to save on bandwidth and API calls
  • Each worker now only removes subscriptions without notifications that should be handled by that worker alone
  • Simplified synchronization step so that subscriptions aren't removed, recreated, and then immediately removed
  • Handle rate limiting in TwitchClient
  • Handle pagination when fetching existing subscriptions
  • Always log creation and deletion of subscriptions
  • Lower severity of "no sub ID in database" log message from WARN to INFO
  • Return 403 instead of 401 on failed verification check in TwitchServer