Skip to content

Commit fb7f3d6

Browse files
committed
Version bump to 4.5.0
1 parent 0136d75 commit fb7f3d6

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## 4.5.0
4+
5+
2020-03-26
6+
7+
### Features
8+
9+
- [NODEJS-489] - Initial DS Graph 6.8 Support
10+
- [NODEJS-482] - Remove unnecessary allocations during GraphExecutionOptions creation
11+
- [NODEJS-564] - Include available dcs in all localDataCenter errors
12+
- [NODEJS-571] - Apollo: Validate server certificate CN against the proxy host name
13+
- [NODEJS-573] - Expose a method to build the default load balancing policy with the data center name
14+
15+
### Bug fixes
16+
17+
- [NODEJS-594] - Cloud support uses fs.promises which is marked as experimental in Node.js
18+
319
## 4.4.0
420

521
2020-01-15

docs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ links:
3737
- title: Npm
3838
href: https://www.npmjs.org/package/cassandra-driver
3939
versions:
40-
- name: '4.4'
40+
- name: '4.5'
4141
ref: 'master'
42+
- name: '4.4'
43+
ref: '4.4'
4244
- name: '4.3'
4345
ref: '4.3'
4446
- name: '4.2'

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
@@ -1,6 +1,6 @@
11
{
22
"name": "cassandra-driver",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"description": "DataStax Node.js Driver for Apache Cassandra",
55
"author": "DataStax",
66
"keywords": [

0 commit comments

Comments
 (0)