Skip to content

Releases: discordextremelist/api

v2.1.3-Release

15 Sep 23:19
21b4385
Compare
Choose a tag to compare

This release fixes:

  • 502 when a bot/server/user/template isn't found.
  • Kubernetes client configuration

v2.1.2-Release

09 Sep 06:19
2428650
Compare
Choose a tag to compare

This release fixes:

  • Finding of the Kubernetes node

v2.1.1-Release

30 Aug 19:27
9c9e119
Compare
Choose a tag to compare

This release adds:

  • Fetching of the Kubernetes node used

v2.1.0-Release

19 Aug 12:43
44a4b1d
Compare
Choose a tag to compare

This marks the release of v2.1.0!

This adds the following:

  • Debugging for admins only

This fixes the following issues:

  • IDs being empty (fixed in v2.0.3)
  • Cache improvements
  • Decoding improvements
  • And more which are documented in older releases.

v2.0.3-Release

19 Aug 09:41
5f047b4
Compare
Choose a tag to compare

This release fixes the following bugs:

  • Fixes ID when requesting entities
  • Fixes dev cache using the wrong property for IDs

This release also:

  • Tidies go modules
  • Switches back to using encoding/json instead of jsoniterator

v2.0.2-Release

18 Aug 20:14
1a41376
Compare
Choose a tag to compare

This release is the following:

  • GET /bots
  • Uses Redis cache (I made a mistake, and it kept querying from Mongo)
  • Cache when in development

v2.0.1-Release

12 Aug 05:28
55b1218
Compare
Choose a tag to compare

This release bumps dependencies the API uses.

v2.0.0-Release

16 Jul 04:36
b2328bb
Compare
Choose a tag to compare

We never properly released this on GitHub.. oops

v2.0.0-Beta.1

25 Jun 00:47
363f141
Compare
Choose a tag to compare
v2.0.0-Beta.1 Pre-release
Pre-release

Ice rewrote the API in Go

Notable Changes for those switching from v1-REVISED API

  • Widget's are removed
  • Caching has been implemented
  • Switched to mongo, does not support v4 or below

Ratelimiting

  • Ratelimiting now works better, and will temp ban and permanently ban those who continually trigger our ratelimit.

v1.2.0-Beta.2

14 Apr 05:20
Compare
Choose a tag to compare
v1.2.0-Beta.2 Pre-release
Pre-release

Added an endpoint to retrieve server information.