Month: July 2020

  • API – [v2.12.0]

    For this release, we are continuing to pick up all the small issues from the backlog. The next couple of releases are going to add some pretty significant features, so we are continuing to ensure our API is stable. Added We have added the ability to exclude public resource types; to exclude public resource types…

  • App – [v1.16.0]

    In this release, we add the views that exist on the website but not the app, category and annual views. We also fixed a couple of nasty bugs. Added We have added a category and subcategory summary at the resource type and resource level if the item type supports assigning categories. We have added an…

  • API – [v2.11.6]

    In this release, we add a header to allow local caching to be ignored and we continue refactoring and fixing. Added We have added support for an `X-Skip-Cache` request header; If you include the header with your request we will skip response caching and fetch live values, please use this with care. Changed We have…

  • API – [v2.11.5]

    In this release, we add a documentation and examples page and start refactoring. Added We have added a documentation page; the documentation page links to the API documentation and includes a couple of examples. Changed We have updated the example ENV file. We have renamed a couple of our helper conversion/validation classes and moved them…

  • API – [v2.11.4]

    In this release, we switch our caching provider to Redis.

  • API – [v2.11.3]

    For this release, we extend our local caching. Added We have added an application cache for collections; we include the ETag header however we are not yet returning a 304. Changed We have updated the caching system to respect the `cache` config setting.

  • API – [v2.11.2]

    In this release, we tweak our local caching system. Changed We have split calls to clear public and private cache keys. We only clear public cache keys when modifying a public resource type. We have updated the web.config; the web.config file was referring to PHP7.3. Added removed class type hints now that we are running…

  • API – [v2.11.1]

    In this release, we are taking the first steps to add caching to the Costs to Expect API. We are starting with application caching, in a later version, we will add conditional caching, specifically through ETags, we will return a 304 when relevant. Added We have added an application cache for collections; we include the…