We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8129f commit fa0a75bCopy full SHA for fa0a75b
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# ChangeLog - DataStax Node.js Driver
2
3
+## 4.7.0
4
+
5
+2023-09-14
6
7
+### Features
8
+- [NODEJS-653] - Update supported platforms to reflect more modern versions of node.js
9
+- [NODEJS-655] - Support vector type
10
11
+### Bug fixes
12
+- [PR #391] - Escape column names with quotes (emr)
13
14
## 4.6.4
15
16
2022-07-11
docs.yaml
@@ -37,8 +37,10 @@ links:
37
- title: Npm
38
href: https://www.npmjs.org/package/cassandra-driver
39
versions:
40
- - name: '4.6'
+ - name: '4.7'
41
ref: 'master'
42
+ - name: '4.6'
43
+ ref: 'v4.6.4'
44
- name: '4.5'
45
ref: '4.5'
46
- name: '4.4'
0 commit comments