Skip to content

Commit 1b62fc4

Browse files
committed
Version bump
1 parent ecf0a74 commit 1b62fc4

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
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.6.0
4+
5+
2020-08-11
6+
7+
### Features
8+
9+
- [NODEJS-587] - Mapper: Add ability to provide a encoding/decoding functions to ModelOptions.columns
10+
- [NODEJS-607] - Mapper: Add clear error messages when the model can not be found
11+
- [NODEJS-611] - Use "allow list" terminology instead of whitelist
12+
13+
### Bug fixes
14+
15+
- [NODEJS-609] - NodeJS driver doesn't support transitional authentication
16+
- [NODEJS-610] - TypeScript error on Type 'ResultSet' must have a '[Symbol.asyncIterator]()' method that returns an
17+
async iterator.
18+
319
## 4.5.2
420

521
2020-05-07

docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ links:
3737
- title: Npm
3838
href: https://www.npmjs.org/package/cassandra-driver
3939
versions:
40+
- name: '4.6'
41+
ref: 'master'
4042
- name: '4.5'
4143
ref: '4.5'
4244
- name: '4.4'

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.5.2",
3+
"version": "4.6.0",
44
"description": "DataStax Node.js Driver for Apache Cassandra",
55
"author": "DataStax",
66
"keywords": [

0 commit comments

Comments
 (0)