diff --git a/source/changelog.txt b/source/changelog.txt index 9b6893d0..f322eaec 100644 --- a/source/changelog.txt +++ b/source/changelog.txt @@ -12,6 +12,48 @@ Release Notes :depth: 1 :class: singlecol +v2.3.7 +------ + +*Released December 17, 2024* + +Bug Fixes: + +- :issue:`MONGOSH-1943` - Only ever run ``MongoshRepl.onExit`` once +- :issue:`MONGOSH-1969` - Don't override output that came from onPrint + +`Full release notes available on JIRA +`__. + +v2.3.6 +------ + +*Released December 13, 2024* + +Bug Fixes: + +- :issue:`MONGOSH-1943` - Account for possibility of process.exit() throwing + under coverage; Improve debuggability of ``mongosh not initialized yet`` errors +- :issue:`COMPASS-8576` - Keep operation in progress while switching tabs + +`Full release notes available on JIRA +`__. + +v2.3.5 +------ + +*Released December 12, 2024* + +Bug Fixes: + +- :issue:`MONGOSH-1935` - Retry connection without system certificates in case + of TLS errors +- :issue:`MONGOSH-1632` - Add Node.js patch for OpenSSL Windows build fix +- :issue:`MONGOSH-1924` - Increase timeouts for AWS tests + +`Full release notes available on JIRA +`__. + v2.3.4 ------