Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions modules/project-docs/pages/ottoman-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

* Replaced 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.
Expand Down