Releases: discordextremelist/api
Releases · discordextremelist/api
v2.1.14
v2.1.13
Possibly fixes:
- Bots endpoint
- Stats endpoint
- Slow response times when internally collecting large sets of data.
v2.1.12
Fixes:
- Sentry support.
- Lower Redis timeouts
- Update go version.
v2.1.11
- Prevents API from crashing upon failing to request from redis.
- Add sentinel pass
v2.1.9-Release
- Drops all references to use in-memory cache, and uses redis instead.
- Fixes "X-RateLimit-Remaining" header to be in-sync when you hit different API instances
v2.1.8-Release
Fixes:
- nil pointer dereference
v2.1.7-Release
Fixes:
- Ratelimiting
Added:
- Newer limits for the general ratelimiter
v2.1.6-Release
Fixes:
- The "Retry-After" header after you've been rate limited.
v2.1.5-Release
Ice did something;
- Fix stats (#21)
v2.1.4
Changes a few things:
- Removes authentication from GET routes, requiring them on POST routes
- Cleans up code