Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

1.2.0

Latest
Compare
Choose a tag to compare
@didinele didinele released this 24 Nov 13:07
· 4 commits to main since this release
4ccda74

Bug fixes

  • fix(WebsocketConnection): no longer hardcode gateway version (#92)
  • fix(DiscordFetch): add highWaterMark option (#93) - this is a bug fix as before, due to internal request cloning requests to Discord that returned large payloads would cause promises to never resolve
  • fix(MemoryMutex): properly update the remaining property - this is a critical fix, as before it would cause lots of rate limits
  • fix(Bucket): implement a TLL system for Bucket instances - this is also an important fix at scale, resolving a memory leak
  • fix(Bucket): #makeRoute now deals with /channels/:id correctly
  • fix(Bucket): group all invite routes into one bucket