Skip to content

Commit 8fea9e0

Browse files
authored
Merge pull request #255 from ejscribner/ottoman-2.5.0-release-notes
Release Notes for Ottoman 2.5.0
2 parents e75cbeb + 73f47a0 commit 8fea9e0

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

modules/project-docs/pages/ottoman-release-notes.adoc

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,33 @@ These pages cover the 2._x_ versions of the Ottoman ODM.
1212
The Ottoman ODM will run on any https://github.com/nodejs/Release[supported LTS version of Node.js].
1313

1414

15+
== Version 2.5.0 (10 June 2024)
16+
17+
Version 2.5.0 is a minor release of the Ottoman ODM.
18+
This release adds support for Transactions, fixes the issues listed below, and upgrades several underlying dependencies including the Couchbase SDK.
19+
20+
[source,console]
21+
----
22+
$ npm install [email protected]
23+
----
24+
25+
https://ottomanjs.com/#installation[Ottoman installation]
26+
27+
=== New Features
28+
29+
* Adds Ottoman support for xref:howtos:distributed-acid-transactions-from-the-sdk.adoc[Couchbase Transactions].
30+
31+
=== Fixed Issues
32+
33+
* Bumped `couchbase` dependency to `v4.3.1`.
34+
* https://github.com/couchbaselabs/node-ottoman/issues/748[#748], https://github.com/couchbaselabs/node-ottoman/issues/754[#754], https://github.com/couchbaselabs/node-ottoman/issues/755[#755], https://github.com/couchbaselabs/node-ottoman/issues/760[#760]:
35+
Minor documentation fixes.
36+
37+
1538
== Version 2.4.0 (23 January 2024)
1639

1740
Version 2.4.0 is a minor release of the Ottoman ODM.
18-
This release adds support for Full Text Search, fixes an issues listed below, and upgrades several underlying dependencies.
41+
This release adds support for Full Text Search, fixes an issue listed below, and upgrades several underlying dependencies.
1942

2043
[source,console]
2144
----

0 commit comments

Comments
 (0)