From 0433c1a30900f89f0609a26b853ee88fc445e4ee Mon Sep 17 00:00:00 2001 From: Elliot Scribner Date: Fri, 22 Nov 2024 16:48:51 -0800 Subject: [PATCH 1/2] Release notes for Ottoman 2.5.1 --- .../pages/ottoman-release-notes.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/project-docs/pages/ottoman-release-notes.adoc b/modules/project-docs/pages/ottoman-release-notes.adoc index 845be8d0..8e4b173d 100644 --- a/modules/project-docs/pages/ottoman-release-notes.adoc +++ b/modules/project-docs/pages/ottoman-release-notes.adoc @@ -12,6 +12,23 @@ These pages cover the 2._x_ versions of the Ottoman ODM. The Ottoman ODM will run on any https://github.com/nodejs/Release[supported LTS version of Node.js]. +== Version 2.5.1 (22 November 2024) + +Version 2.5.1 is a patch release of the Ottoman ODM. +This release adds asynchronous batch processing to ensure performant batch writes. + +[source,console] +---- +$ npm install ottoman@2.5.1 +---- + +https://ottomanjs.com/#installation[Ottoman installation] + +=== Fixed Issues + +* Replace synchronous batch processing with asynchronous batch processing: https://github.com/couchbaselabs/node-ottoman/issues/790[#790]. + + == Version 2.5.0 (10 June 2024) Version 2.5.0 is a minor release of the Ottoman ODM. From 34bee2b9090ff280d942062db299f03e0625624d Mon Sep 17 00:00:00 2001 From: Richard Smedley Date: Sun, 24 Nov 2024 18:39:11 +0000 Subject: [PATCH 2/2] Slight wording tweak --- modules/project-docs/pages/ottoman-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/project-docs/pages/ottoman-release-notes.adoc b/modules/project-docs/pages/ottoman-release-notes.adoc index 8e4b173d..11ebda47 100644 --- a/modules/project-docs/pages/ottoman-release-notes.adoc +++ b/modules/project-docs/pages/ottoman-release-notes.adoc @@ -26,7 +26,7 @@ https://ottomanjs.com/#installation[Ottoman installation] === Fixed Issues -* Replace synchronous batch processing with asynchronous batch processing: https://github.com/couchbaselabs/node-ottoman/issues/790[#790]. +* Replaced synchronous batch processing with asynchronous batch processing: https://github.com/couchbaselabs/node-ottoman/issues/790[#790]. == Version 2.5.0 (10 June 2024)