Skip to content

Releases: NHSDigital/nhs-website-content-api

v1.0.129-alpha

12 Mar 10:38
ff2d52c

Choose a tag to compare

Added Developer Community text (#110)

v1.0.128-alpha

08 Mar 12:30
3d0c3e9

Choose a tag to compare

Update .gitignore to include .idea/ directory (#109)

The .idea/ directory, which typically holds IDE settings, was previously ignored. Now, it has been included in .gitignore to enable tracking. This adjustment will aid in preserving uniform development environments across multiple systems.

Co-authored-by: igba.ujege <igba.ujege@bjss.com>

v1.0.127-alpha

04 Mar 15:50
f590cc2

Choose a tag to compare

Documentation: 600 requests per minute (#108)

v1.0.126-alpha

04 Mar 11:38
a30d78a

Choose a tag to compare

Finalising Rate Limits (#107)

* internal-dev ratelimit: 1pm # 1 request per minute

* Rate limit testing

* Reset rate limits

* Reset rate limits

* Reset rate limits

v1.0.125-alpha

29 Feb 11:49
b40232f

Choose a tag to compare

Add parameters to ApplyRateLimiting flow callout (#106)

* Add parameters to ApplyRateLimiting flow callout

A 'Parameters' section was added to the 'FlowCallout.ApplyRateLimiting' in apiproxy/policies. This includes a parameter named 'verifyApiKeyPolicyName' with the value 'VerifyApiKey.FromHeader'. This will ensure that the API key is verified from the header, improving the security measure of the process.

* Changed apikey case

* Update display name in FlowCallout.ApplyRateLimiting

The display name of the FlowCallout "ApplyRateLimiting" in the "live" proxy's policy was updated. The change made was specifically to improve readability without affecting functionality.

---------

Co-authored-by: igba.ujege <igba.ujege@bjss.com>

v1.0.124-alpha

27 Feb 16:44
462a1e4

Choose a tag to compare

Updated references to the old attribution image (#105)

v1.0.123-alpha

23 Feb 15:12
92c6882

Choose a tag to compare

Adjust ratelimit and quota in manifest_template.yml (#104)

* Adjust ratelimit and quota in manifest_template.yml

This commit updates the values of 'ratelimit' and 'quota' for different environments in the manifest_template.yml file. The changes are aimed at correctly configuring the request limits for each environment, thus improving the system's performance and reliability.

* Enable app quota and spikeArrest in manifest_template.yml

The previous comments in the manifest_template.yml file were uncommented to enable app quota and spikeArrest. This will ensure the correct quota limits and spike arrest configuration are set, which is essential for maintaining the efficiency and stability of different environments.

---------

Co-authored-by: igba.ujege <igba.ujege@bjss.com>

v1.0.122-alpha

23 Feb 12:40
b5b4fac

Choose a tag to compare

Update variable references in manifest_template.yml (#103)

The commit corrects the environment variable references in the quota and ratelimit sections of the manifest_template.yml file. These changes ensure that the correct values are being fetched for limit and ratelimit parameters, increasing the accuracy and integrity of the referencing system.

Co-authored-by: igba.ujege <igba.ujege@bjss.com>

v1.0.121-alpha

23 Feb 12:01
558c704

Choose a tag to compare

internal-dev ratelimit: 1pm # 1 request per minute (#102)

* internal-dev ratelimit: 1pm # 1 request per minute

* Rate limit testing

v1.0.120-alpha

22 Feb 15:34
70e64cb

Choose a tag to compare

Correct dependency reference in azure pipeline (#101)

Fixed an incorrect reference in the Azure DevOps release pipeline configuration file from 'internal-dev' to 'internal_dev'. This change ensures the correct deployment sequence for environments in the pipeline, allowing subsequent steps to execute after the successful completion of 'internal_dev'.

Co-authored-by: igba.ujege <igba.ujege@bjss.com>