Skip to content

Commit 430086c

Browse files
Add Ottoman 2.1.0 release notes for 4.0 docs (#186)
1 parent ea9ced7 commit 430086c

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,45 @@ These pages cover the 2._x_ versions of the Ottoman ODM.
1010

1111
The Ottoman ODM will run on any https://github.com/nodejs/Release[supported LTS version of Node.js].
1212

13+
14+
15+
== Support in Node.js SDK 4.0
16+
17+
Ottoman is currently *not supported* in Node.js SDK 4.0.
18+
We intend to fully support it with the next 4.1 release.
19+
20+
In the meantime, if you are interested in checking out Ottoman,
21+
please read the xref:3.2@nodejs-sdk:hello-world:start-using-ottoman.adoc[Ottoman for Node.js SDK 3.2] page.
22+
23+
24+
== Version 2.1.0 (7 Feb 2022)
25+
26+
Version 2.1.0 is a minor release of the Ottoman Object Document Mapper(ODM) library, bringing a number of improvements, and support for Couchbase Node.js SDK 3.2.4.
27+
28+
[source,console]
29+
----
30+
$ npm install ottoman@2.1.0
31+
----
32+
33+
https://ottomanjs.com/#installation[Ottoman installation]
34+
35+
=== New Features
36+
37+
* Added ability to set `keyGeneratorDelimiter` to an empty string to use ID as key with no delimiter.
38+
39+
* Updated Couchbase Node.js SDK to version 3.2.4.
40+
41+
=== Fixed Issues
42+
43+
* Fixed model inconsistency in find method.
44+
45+
* Bumped `shelljs` and `follow-redirects` dependencies.
46+
47+
=== Documentation Fixes
48+
49+
* Reword v1 docs note.
50+
51+
1352
== Version 2.0.0 (30 Sept 2021)
1453

1554
This is the first GA release of the Ottoman Object Document Mapper(ODM) library.

0 commit comments

Comments
 (0)