v1.3.1
- Removed request aborting. The idea was good, but predicting how/when ratelimits will clear is fragile and the proxy was not built with this use case in mind, a full change in internal data-structures would be needed to support this use case, and clients should be able to reason about when and how to abort a request anyway.
- Added a special case for some paths with @me parameters and no ratelimits, so that they are spread across the cluster, preventing a single node from handling all requests for these endpoints.
Full Changelog: v1.3.0...v1.3.1