File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
2+ ## 3.5.0
3+ #### New Functionality
4+
5+ - Can now use BM25 scoring method for searches. (MarkLogic Server version 12.0.0-EA or higher needed).
6+ - Can now use vector functionality including Cosine Similarity and others. (MarkLogic Server version 12.0.0-EA or higher needed).
7+
8+ #### Bug Fix
9+
10+ - Fix for security vulnerabilities - https://nvd.nist.gov/vuln/detail/CVE-2024-4068 and https://github.com/advisories/GHSA-7fh5-64p2-3v2j
11+ - [ #669 ] ( https://github.com/marklogic/node-client-api/issues/669 ) - DatabaseClient.eval() always return true when the result is a boolean
12+
213## 3.4.0
314#### New Functionality
415
Original file line number Diff line number Diff line change 11/*
2- * Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
2+ * Copyright (c) 2024 MarkLogic Corporation
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments