Skip to content

Commit 45e63e1

Browse files
authored
Bump to 4.7.0 (#655)
* bump version to 4.7.0 * update changlog
1 parent 18637ae commit 45e63e1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.7.0
2+
- Support nullable arguments for applicable FQL functions [#651](https://github.com/fauna/faunadb-js/pull/651)
3+
and [#36](https://github.com/fauna/faunadb-js/pull/636)
4+
- Add optional endpoint parameter as an alternative to setting scheme, domain and port individually. The new parameter
5+
will override scheme, domain and port if set. [#652](https://github.com/fauna/faunadb-js/pull/652)
6+
- Expose Stream types [#622](https://github.com/fauna/faunadb-js/pull/622)
7+
18
## 4.6.0
29
- Enforce a maximum value of 5000 ms for the `http2SessionIdleTime` option [#642](https://github.com/fauna/faunadb-js/pull/642)
310
- Add checks to `http2SessionIdleTime` so that sane defaults are used in case an invalid value is configured
@@ -60,7 +67,7 @@
6067
## 4.2.0
6168

6269
- Improve HTTP2 session timeout handling
63-
- Add the `FAUNADB_HTTP2_SESSION_IDLE_TIME` environment variable
70+
- Add the `FAUNADB_HTTP2_SESSION_IDLE_TIME` environment variable
6471
to specify the default HTTP2 session timeout period
6572
- Implement a fix for the lack of a `navigator` object in Cloudflare Workers
6673

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faunadb",
3-
"version": "4.6.0",
3+
"version": "4.7.0",
44
"apiVersion": "4",
55
"description": "FaunaDB Javascript driver for Node.JS and Browsers",
66
"homepage": "https://fauna.com",

0 commit comments

Comments
 (0)