Releases: pubnub/javascript
Releases · pubnub/javascript
v4.19.0
-
🌟add support for Native Script
-
⭐add missing flow types
-
⭐upgrade superagent to ^3.8.1
v4.18.0
-
⭐keepAlive is now initialized globally instead of per-call, allowing better connection reuse
-
🌟added sdkName configuration parameter which allow completely override pnsdk in request query
v4.17.0
- ⭐allow disabling of heartbeats by passing 0 during initialization.
v4.16.2
- 🐛fix UUID library to work in browsers.
v4.16.1
- 🐛fix incorrect packaging of lil-uuid and uuid
v4.16.0
-
🌟support delete messages from history
-
⭐swap uuid generator with support for IE9 and IE10
v4.15.1
- ⭐fix typo to enable http keep alive support
v4.15.0
-
⭐Support optional message deduping via the dedupeOnSubscribe config
-
⭐Do not issue leave events if the channel mix is empty.
v4.14.0
- ⭐Allow disable of heartbeats by passing interval = 0
v4.13.0
- ⭐patch up 503 reporting