Skip to content

Commit 0121245

Browse files
authored
Merge pull request #1064 from marklogic/release/4.1.0
MLE-26608 - merge release changes into develop
2 parents df07cbe + 7d52c46 commit 0121245

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# CHANGELOG
22

3+
## 4.1.0
4+
5+
- Added TypeScript typings for core client/document/connection APIs, with better autocomplete and compile-time checks to catch mistakes earlier.
6+
- Added support for transform parameters when writing transforms.
7+
- Performed dependency/security maintenance (including lodash and qs updates).
8+
39
## 4.0.0
410

511
This major release does not impact any client functionality, but rather raises the minimum required version of Node.js
612
to 22 or higher. It also updates all dependencies to their latest version and removes unnecessary dependencies that
7-
were included in previous releases.
13+
were included in previous releases.
814

915
## 3.7.1
1016
#### Bug Fix

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Apache License 2.0:
2727
Holepunch | events-universal | 1.0.1
2828
Holepunch | text-decoder | 1.2.3
2929
Lovell Fuller and others. | detect-libc | 2.1.2
30-
MarkLogic | marklogic | 4.0.0
30+
MarkLogic | marklogic | 4.1.0
3131
Mikeal Rogers | request/tunnel-agent | 0.6.0
3232
Paul Connolley (connrs) | sandwich-stream | 1.0.0
3333
The MongoDB NodeJS Team | node-kerberos | 2.2.2
@@ -141,7 +141,7 @@ conditions:
141141

142142
Progress MarkLogic Node Client API 4.1.0 incorporates b4a 1.7.3, bare-events
143143
2.8.1, detect-libc 2.1.2, dominictarr/rc 1.2.8, events-universal 1.0.1,
144-
marklogic 4.0.0, node-kerberos 2.2.2, request/tunnel-agent 0.6.0,
144+
marklogic 4.1.0, node-kerberos 2.2.2, request/tunnel-agent 0.6.0,
145145
sandwich-stream 1.0.0, and text-decoder 1.2.3.
146146

147147
Apache License Version 2.0, January 2004

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Progress® MarkLogic® Node Client API provides access to the MarkLogic data
1919

2020
## System Requirements
2121

22-
The Node Client 4.0.0 release requires Node.js 22 or higher. Testing has verified that the client will
22+
The Node Client 4.1.0 release requires Node.js 22 or higher. Testing has verified that the client will
2323
run successfully on Node 20, but we recommend 22 or higher based on
2424
[the Node.js release roadmap](https://nodejs.org/en/about/previous-releases), as Node 20 enters
2525
end-of-life in April 2026 while Node 22 is supported through April 2027.

marklogic-node-client-api.spdx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@
607607
} ],
608608
"downloadLocation" : "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz"
609609
}, {
610-
"SPDXID" : "SPDXRef-C47:marklogic:4.0.0",
610+
"SPDXID" : "SPDXRef-C47:marklogic:4.1.0",
611611
"name" : "marklogic",
612-
"versionInfo" : "4.0.0",
612+
"versionInfo" : "4.1.0",
613613
"copyrightText" : "MarkLogic",
614614
"checksums" : [ {
615615
"algorithm" : "MD5",
@@ -624,7 +624,7 @@
624624
"algorithm" : "SHA512",
625625
"checksumValue" : "4b2812810df3bad43e41bd78c4bbcc1f0ef8222d956b0361c9e9f1c84077333873a93c9a292913d5ff6a43aa9728351c245901ff9646a71b14f3d5523720b4dc"
626626
} ],
627-
"downloadLocation" : "https://registry.npmjs.org/marklogic/-/marklogic-4.0.0.tgz"
627+
"downloadLocation" : "https://registry.npmjs.org/marklogic/-/marklogic-4.1.0.tgz"
628628
}, {
629629
"SPDXID" : "SPDXRef-C1:@fastify/busboy:3.2.0",
630630
"name" : "@fastify/busboy",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"README.md",
1414
"NOTICE.txt",
1515
"LICENSE.txt",
16-
"CHANGELOG.txt"
16+
"CHANGELOG.md"
1717
],
1818
"scripts": {
1919
"doc": "jsdoc -c jsdoc.json lib/*.js README.md",

test-app/run.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)