Month: September 2020

  • App – [v1.18.1]

    In this release, we tweak our cache, stop invalid requests and improve the UX. Changed We have updated the size and spacing between the control buttons for all layout sizes. We have updated our back-end dependencies. We continue to tweak the default cache TTL whilst we try to find the ‘right’ value We have set…

  • App – [v1.18.0]

    In this release, we have updated the App to support v2.140 of the Costs to Expect API, specifically, support for multiple currencies. Added We have updated the App to use the latest version of the Costs to Expect API; the App now supports multiple currencies. Changed We have made a minor tweak to the layout…

  • API – [v2.14.0]

    In this release, we have added support for multiple currencies; our API no longer assumes you are a resident of the UK. We are starting with GBP, USD and EUR; we will add support for other currencies as necessary. Added We have updated the API to support multiple currencies, we are starting with GBP, USD…

  • API – [v2.13.1]

    For this release, we fix a couple of nasty bugs which are causing our cache invalidation to fail. Changed We have changed the cache which gets cleared when we create or delete a resource. We have added a delay for the job which clears the cache on creation or deletion of a resource type and…

  • API – [v2.13.0]

    In this release, we move cache invalidation requests to a separate process. We have decided to utilise Laravel queues, so far, the API is more performant, and the minor delay in clearing cache is not causing any issues. Added We have added support for queues; we clear all cache via queues. Changed We have updated…

  • API – [v2.12.2]

    In this release we fix a few small bugs and make another tiny change to out cache management system. For the next release we are going to move all cache clear requests to queues. Added We have added additional tests to our POSTMAN test collection to ensure allowed values exist where expected. We have updated…

  • API – [v2.12.1]

    In this release, we have reworked the majority of the code responsible for handling the different item type. As we added additional item types, it became clear we had a problem. We have reworked the system to be more configuration driven ready for version 3 of the API. Added We have reworked our item configuration;…