File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ changelog:
10
10
date : 2017-11-20
11
11
changes :
12
12
- type : improvement
13
- text : keepAlive is now intialized per instance, allowing better connection reuse
13
+ text : keepAlive is now initialized globally instead of per-call, allowing better connection reuse
14
+ - type : feature
15
+ text : added sdkName configuration parameter which allow completely override pnsdk in request query
14
16
- version : v4.17.0
15
17
date : 2017-10-19
16
18
changes :
Original file line number Diff line number Diff line change 6
6
[ Full Changelog] ( https://github.com/pubnub/javascript/compare/v4.17.0...v4.18.0 )
7
7
8
8
9
- - ⭐keepAlive is now intialized per instance, allowing better connection reuse
9
+ - ⭐ keepAlive is now initialized globally instead of per-call, allowing better connection reuse
10
+ - 🌟 added sdkName configuration parameter which allow completely override pnsdk in request query
10
11
11
12
12
13
You can’t perform that action at this time.
0 commit comments