Releases: discordextremelist/api
Releases · discordextremelist/api
v2.1.3-Release
This release fixes:
- 502 when a bot/server/user/template isn't found.
- Kubernetes client configuration
v2.1.2-Release
This release fixes:
- Finding of the Kubernetes node
v2.1.1-Release
This release adds:
- Fetching of the Kubernetes node used
v2.1.0-Release
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
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
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
This release bumps dependencies the API uses.
v2.0.0-Release
We never properly released this on GitHub.. oops
v2.0.0-Beta.1
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
Added an endpoint to retrieve server information.