Skip to content

6.0.0-pre.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@d-fischer d-fischer released this 03 Jan 23:14
· 338 commits to main since this release
v6.0.0-pre.1
8c3ee1b

Breaking changes

  • [chat] hide IRC internals behind irc property - if you're doing lower level IRC stuff, use that, but also consider requesting your use case as a proper feature by opening an issue (30442c9)
  • [pubsub] remove PubSubSubscriptionMessage#giftDuration - use duration instead (4d4b191)
  • [chat, pubsub, eventsub] make persistent connections more event based (47f6ccd, #438)

Features

  • [pubsub] add duration for all subscription types (4d4b191, #439)

Fixes

  • [api] partition rate limiters by user context (1c314d6)
  • [api] add user context to stream marker queries (fabcf07)