Skip to content

Releases: discordextremelist/api

v2.1.14

06 Oct 02:47
e8e5a90
Compare
Choose a tag to compare

v2.1.13

05 Apr 14:38
0131613
Compare
Choose a tag to compare

Possibly fixes:

  • Bots endpoint
  • Stats endpoint
  • Slow response times when internally collecting large sets of data.

v2.1.12

05 Apr 13:22
cee87ce
Compare
Choose a tag to compare

Fixes:

  • Sentry support.
  • Lower Redis timeouts
  • Update go version.

v2.1.11

09 Nov 02:09
5f94562
Compare
Choose a tag to compare
  • Prevents API from crashing upon failing to request from redis.
  • Add sentinel pass

v2.1.9-Release

06 Jul 00:29
3eedcf4
Compare
Choose a tag to compare
  • 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

05 Jul 08:33
a160a3e
Compare
Choose a tag to compare

Fixes:

  • nil pointer dereference

v2.1.7-Release

05 Jul 08:00
11205c5
Compare
Choose a tag to compare

Fixes:

  • Ratelimiting

Added:

  • Newer limits for the general ratelimiter

v2.1.6-Release

13 Mar 09:42
34e23be
Compare
Choose a tag to compare

Fixes:

  • The "Retry-After" header after you've been rate limited.

v2.1.5-Release

27 Nov 00:35
f254cf6
Compare
Choose a tag to compare

Ice did something;

  • Fix stats (#21)

v2.1.4

06 Nov 01:37
e743b66
Compare
Choose a tag to compare

Changes a few things:

  • Removes authentication from GET routes, requiring them on POST routes
  • Cleans up code