Releases: NHSDigital/nhs-website-content-api
Releases · NHSDigital/nhs-website-content-api
v1.0.129-alpha
Added Developer Community text (#110)
v1.0.128-alpha
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
Documentation: 600 requests per minute (#108)
v1.0.126-alpha
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
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
Updated references to the old attribution image (#105)
v1.0.123-alpha
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
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
internal-dev ratelimit: 1pm # 1 request per minute (#102) * internal-dev ratelimit: 1pm # 1 request per minute * Rate limit testing
v1.0.120-alpha
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>