Skip to content

Releases: BurtonTechnical/RAnLab-api

Using firestore as the cache instead of memcached

12 Jun 20:23

Choose a tag to compare

Giving up on the memcached thing, rather than raise the back end costs I'll just cache user info in the database with the rest of the application data. It's protected access, so it should be fine.

More fixes for the userinfo cache

29 May 09:02

Choose a tag to compare

memcache-6

More fixes for the userinfo cache

Fixing memcache key length bug

29 May 07:21

Choose a tag to compare

Shortening the keys used for memcached to allow it to work in

production.

Fixing memcached connection

28 May 12:23

Choose a tag to compare

memcache-4

Fixing the connection to memcached

Fixign docker build

28 May 10:47

Choose a tag to compare

With the addition of memcached, we need a few adjustments to the docker build and launch configuration.

Fixing compile errors

28 May 10:20

Choose a tag to compare

Compile errors from previous release fixed
Automated tests updated to use the new caching setup

Adding memcached-based caching

27 May 22:52

Choose a tag to compare

memcache-1

Memcached test implementation complete

Adding caching to help with auth0 rate limiting

20 May 01:03

Choose a tag to compare

Adding caching to help with auth0 rate limiting

Bugfixes for final release

01 May 23:54

Choose a tag to compare

Fixed a few issues found by Lesley during her finishing-up work

Post-final documentation fixes

30 Apr 19:41

Choose a tag to compare

Removes the /edits route (which duplicated /edits/all) and fixed the docs to include the new totalCount response element for paginated edit request API responses.