Skip to content

Commit 7107c46

Browse files
Changelog 4.8.0 (#433)
1 parent ae4784e commit 7107c46

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# ChangeLog - DataStax Node.js Driver
22

3+
## 4.8.0
4+
5+
2025-02-20
6+
7+
### Features
8+
9+
- [NODEJS-666] - Extend driver vector support to arbitrary subtypes and fix handling of variable length types (OSS C* 5.0)
10+
- [NODEJS-671] - Remove @types/long dependency
11+
- [NODEJS-674] - Add support for Cassandra 4.1.x and 5.0 releases to CI
12+
- [NODEJS-677] - Add support for DSE 6.9.x and HCD releases to CI
13+
- [NODEJS-678] - Add node.js 22.x to CI
14+
- [NODEJS-682] - Replace deprecated usages of `util.isDate` & `util.isString`
15+
316
## 4.7.2
417

518
2023-09-21

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"eslint": "eslint lib test"
5353
},
5454
"engines": {
55-
"node": ">=16"
55+
"node": ">=18"
5656
}
5757
}

0 commit comments

Comments
 (0)