Skip to content

Releases: M336G/senddb_cache

v1.3.0

04 Apr 18:59

Choose a tag to compare

  • Added GET /ws

v1.2.3

28 Mar 15:45

Choose a tag to compare

  • Added compression for responses sent back by the server
  • Added CORS headers

v1.2.2

27 Mar 18:33

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

  • Added OpenAPI documentation: accessible from GET /swagger (UI version) or GET /swagger/openapi.json (JSON version)

v1.1.1

16 Mar 14:31

Choose a tag to compare

  • Added version to GET /stats

v1.1.0

16 Mar 14:19

Choose a tag to compare

  • 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

Choose a tag to compare

  • /level/<id> now returns 400 if the ID is less than or equal to 0

v1.0.0

15 Mar 11:24

Choose a tag to compare

  • Initial release