From 9d6f70b10f8a60c77b3d2e39a4117f9b8b5a2c7d Mon Sep 17 00:00:00 2001 From: Ludovic Robert <30499179+bigludo7@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:46:12 +0100 Subject: [PATCH] Add pattern for x-correlator & 429 documentation in changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3680136..1e8e183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,8 @@ The API definition(s) are based on * Error schemas updated with enums by @jlurien in #281 * Some error status and codes have been updated by @jlurien in #281 * Section with guidelines about how to identify the device from access token and request body has been updated by @jlurien in #281 +* Add pattern for x-correlator by @bigludo7 in #290 +* Update 429 error message by @bigludo7 in #290 ### Fixed * Update errormessage for unsupported device identifiers by @maxl2287 in #261 @@ -64,6 +66,8 @@ The API definition(s) are based on * Some error status and codes have been updated by @bigludo7 in #283 * Section with guidelines about how to identify the device from access token and request body has been updated by @bigludo7 in #283 * Test definitions aligned with API specification update by @bigludo7 in #283 +* Add pattern for x-correlator by @bigludo7 in #290 +* Update 429 error message by @bigludo7 in #290 ### Fixed @@ -84,6 +88,8 @@ The API definition(s) are based on * Error schemas updated with enums by @maxl2287 in #284 * Some error status and codes have been updated by @maxl2287 in #284 * Add a note that initial events will be counted when `subscriptionMaxEvents` is combined with initialEvent=true by @maxl2287 in #284 +* Add pattern for x-correlator by @bigludo7 in #290 +* Update 429 error message by @bigludo7 in #290 ### Fixed * remove `allOf` in `sinkCredential` by @maxl2287 in #265