Skip to content

Releases: M336G/senddb_cache

v1.3.0

Choose a tag to compare

@M336G M336G released this 04 Apr 18:59
  • Added GET /ws

v1.2.3

Choose a tag to compare

@M336G M336G released this 28 Mar 15:45
  • Added compression for responses sent back by the server
  • Added CORS headers

v1.2.2

Choose a tag to compare

@M336G M336G released this 27 Mar 18:33
  • 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

Choose a tag to compare

@M336G M336G released this 23 Mar 20:26
  • 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

Choose a tag to compare

@M336G M336G released this 16 Mar 15:44
  • Added OpenAPI documentation: accessible from GET /swagger (UI version) or GET /swagger/openapi.json (JSON version)

v1.1.1

Choose a tag to compare

@M336G M336G released this 16 Mar 14:31
  • Added version to GET /stats

v1.1.0

Choose a tag to compare

@M336G M336G released this 16 Mar 14:19
  • 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

Choose a tag to compare

@M336G M336G released this 16 Mar 13:45
  • /level/<id> now returns 400 if the ID is less than or equal to 0

v1.0.0

Choose a tag to compare

@M336G M336G released this 15 Mar 11:24
  • Initial release