Releases: M336G/senddb_cache
Releases · M336G/senddb_cache
v1.3.0
04 Apr 18:59
Compare
Sorry, something went wrong.
No results found
v1.2.3
28 Mar 15:45
Compare
Sorry, something went wrong.
No results found
Added compression for responses sent back by the server
Added CORS headers
v1.2.2
27 Mar 18:33
Compare
Sorry, something went wrong.
No results found
Made sent levels cached in memory too (resulting in much faster checks for the permanent cache)
Populated on startup, and for every new entry
v1.2.1
23 Mar 20:26
Compare
Sorry, something went wrong.
No results found
Fixed the ENDPOINT_URL environment variable not being read at all
Improved how concurrency for not sent cached levels was handled (now using the dashmap crate)
The soggy image is now stored in memory on startup to avoid it being read every time the easter egg happens
Made requests made to SendDB cancel after a 10 seconds timeout
Small improvements to the overall codebase (removed unneeded type annotations, ...)
v1.2.0
16 Mar 15:44
Compare
Sorry, something went wrong.
No results found
Added OpenAPI documentation: accessible from GET /swagger (UI version) or GET /swagger/openapi.json (JSON version)
v1.1.1
16 Mar 14:31
Compare
Sorry, something went wrong.
No results found
Added version to GET /stats
v1.1.0
16 Mar 14:19
Compare
Sorry, something went wrong.
No results found
Modified GET / to be exclusively for health checks instead of redirecting to SendDB's main page (it still has the soggy easter egg)
Added GET /stats to get statistics/information about the server
v1.0.1
16 Mar 13:45
Compare
Sorry, something went wrong.
No results found
/level/<id> now returns 400 if the ID is less than or equal to 0
v1.0.0
15 Mar 11:24
Compare
Sorry, something went wrong.
No results found