File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## 4.6.0
2
9
- Enforce a maximum value of 5000 ms for the ` http2SessionIdleTime ` option [ #642 ] ( https://github.com/fauna/faunadb-js/pull/642 )
3
10
- Add checks to ` http2SessionIdleTime ` so that sane defaults are used in case an invalid value is configured
60
67
## 4.2.0
61
68
62
69
- 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
64
71
to specify the default HTTP2 session timeout period
65
72
- Implement a fix for the lack of a ` navigator ` object in Cloudflare Workers
66
73
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " faunadb" ,
3
- "version" : " 4.6 .0" ,
3
+ "version" : " 4.7 .0" ,
4
4
"apiVersion" : " 4" ,
5
5
"description" : " FaunaDB Javascript driver for Node.JS and Browsers" ,
6
6
"homepage" : " https://fauna.com" ,
You can’t perform that action at this time.
0 commit comments