From 1fb961d1ad36ce082d541fdb4f823ec2d4451184 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 9 Apr 2025 10:05:42 -0400 Subject: [PATCH 1/3] commit --- source/release-notes/1.13.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/release-notes/1.13.txt b/source/release-notes/1.13.txt index e3f58f50f..93e73cc29 100644 --- a/source/release-notes/1.13.txt +++ b/source/release-notes/1.13.txt @@ -11,7 +11,21 @@ Release Notes for mongosync 1.13 :class: singlecol This page describes changes and new features introduced in -{+c2c-full-product-name+} 1.13. +{+c2c-full-product-name+} 1.13 and subsequent patch releases. + +Patch Releases +-------------- + +1.13.1 Release +~~~~~~~~~~~~~~ + +**April 10, 2025** + +Issues Fixed: + +- Fixes a bug introduced in ``mongosync`` 1.10 where ``mongosync`` failed + to retry on some network errors, which could cause it to unnecessarily + exit with an error. .. _1.13.0-c2c-release-notes: From b6c07fd2ff8d75e248da29e3ea0122921a46fb75 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 9 Apr 2025 10:17:25 -0400 Subject: [PATCH 2/3] hmm --- source/release-notes/1.13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/1.13.txt b/source/release-notes/1.13.txt index 93e73cc29..b37ea781f 100644 --- a/source/release-notes/1.13.txt +++ b/source/release-notes/1.13.txt @@ -24,7 +24,7 @@ Patch Releases Issues Fixed: - Fixes a bug introduced in ``mongosync`` 1.10 where ``mongosync`` failed - to retry on some network errors, which could cause it to unnecessarily + to retry on some transient network errors, which could cause it to unnecessarily exit with an error. .. _1.13.0-c2c-release-notes: From 9439d585102be8c501af6741f721476806df058b Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 9 Apr 2025 11:44:08 -0400 Subject: [PATCH 3/3] fb --- source/release-notes/1.13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/1.13.txt b/source/release-notes/1.13.txt index b37ea781f..2ca7348e9 100644 --- a/source/release-notes/1.13.txt +++ b/source/release-notes/1.13.txt @@ -23,7 +23,7 @@ Patch Releases Issues Fixed: -- Fixes a bug introduced in ``mongosync`` 1.10 where ``mongosync`` failed +- Fixed a bug introduced in ``mongosync`` 1.10 where ``mongosync`` failed to retry on some transient network errors, which could cause it to unnecessarily exit with an error.