From 284575171a483edf752b7100d9eda6cd08150fc7 Mon Sep 17 00:00:00 2001 From: itaiad200 Date: Sun, 21 Sep 2025 21:30:05 +0300 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bda70bcc46..440a98de7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Changelog -# v1.67.0 +# v1.70.0 + +:new: What's new: +- Updated login page appearance (#9425) +:bug: Bugs fixed: +- Fix error handling in GetRepository to return 400 instead of 500 when invalid repo name (#9535) +- DynamoDB: Make credentials expiry window + jitter configurable (#9527) +- Use internal errors status codes during authentication flow (#9540) + +# v1.69.0 🏢 Includes only changes for Enterprise. # v1.68.0 + :new: What's new: - GS: Dual Adapter (Experimental) (#9508) :bug: Bugs fixed: From 559724fc170218e5a2b5c4f64769a8ef397e7915 Mon Sep 17 00:00:00 2001 From: itaiad200 Date: Sun, 21 Sep 2025 23:04:24 +0300 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: itaigilo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440a98de7b2..01508557659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ :new: What's new: - Updated login page appearance (#9425) :bug: Bugs fixed: -- Fix error handling in GetRepository to return 400 instead of 500 when invalid repo name (#9535) +- Fix GetRepository "invalid repo name" error code to 400 (#9535) - DynamoDB: Make credentials expiry window + jitter configurable (#9527) - Use internal errors status codes during authentication flow (#9540) From 0b33e8957b732dd3468daa2b3e05de7fcfe72210 Mon Sep 17 00:00:00 2001 From: itaiad200 Date: Mon, 22 Sep 2025 09:30:52 +0300 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01508557659..deaef332955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ :new: What's new: - Updated login page appearance (#9425) +- DynamoDB: Make credentials expiry window + jitter configurable (#9527) + :bug: Bugs fixed: - Fix GetRepository "invalid repo name" error code to 400 (#9535) -- DynamoDB: Make credentials expiry window + jitter configurable (#9527) - Use internal errors status codes during authentication flow (#9540) # v1.69.0