File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 3.3.1
4
+ #### Bug Fix
5
+
6
+ - Fixed a bug where a database property caused a problem when creating a URL path for querying ML.
7
+
3
8
## 3.3.0
4
9
#### New Functionality
5
10
Original file line number Diff line number Diff line change @@ -80,11 +80,8 @@ db.createCollection(
80
80
### Resources
81
81
82
82
* [ Node.js Client API Documentation] ( https://docs.marklogic.com/jsdoc/index.html )
83
- * [ Feature Overview of the Node.js Client API] ( http://developer.marklogic.com/features/node-client-api )
84
- * [ The Node.js Client API in 5 Minutes] ( https://developer.marklogic.com/learn/node-in-5-minutes )
85
83
* [ Node.js Application Developer's Guide] ( http://docs.marklogic.com/guide/node-dev )
86
84
* [ MarkLogic Training for the Node.js Client API] ( http://www.marklogic.com/training-courses/developing-marklogic-applications-i-node-js/ )
87
- * [ MarkLogic On-Demand Courses for Node.js] ( https://mlu.marklogic.com/ondemand/index.xqy?q=Series%3A%22Node.js%22 )
88
85
89
86
### Code Examples
90
87
You can’t perform that action at this time.
0 commit comments