Category: App updates

  • API – [v2.18.0]

    We are working towards releasing the beta for the Costs to Expect App and releasing other apps; we have therefore opened up the registration on the API. Added We have opened up registration on the API; you can register, login, and use all the expected authentication features. We have added notification emails for registration and…

  • App – [v1.21.2]

    We had to tweak our sign-in after a change to the Costs to Expect API, the API switched to Sanctum from Passport. Changed Switch to Sanctum on the Costs to Expect API, minor changes required. Fixed We have updated our cache invalidation; we will not clear as many cache entries on resource creation.

  • App – [v1.21.0]

    We have switched to using queues to clear cache. Added We have added migrations for the job and failed jobs table; we are switching to queues. We have switched to queues for cache clearing. Approximately 50% of our clear cache requests will be delayed and processed later; the rest of the clears are synchronous; it…