Skip to content

Releases: pubnub/javascript

v4.24.5

09 Aug 15:18
07c6980
Compare
Choose a tag to compare
  • added Signals support

v4.24.2

13 Jun 23:16
Compare
Choose a tag to compare
  • Add error handling when parsing JSON responses
  • Setting presence heartbeat default to false
  • Adding state data to the subscribe response and maintain that in the client
  • Update of the default origin to the latest

v4.23.0

18 Mar 17:03
53d363b
Compare
Choose a tag to compare

"'timetoken' is deprecated in message-counts API. Use 'channelTimetokens' instead, pass one value in 'channelTimetokens' to achieve the same results."

v4.20.3

27 Apr 21:19
95cb5ef
Compare
Choose a tag to compare
  • 🐛fix timetoken announces

  • ⭐categorize ETIMEDOUT errors as PNNetworkIssuesCategory

v4.19.0

05 Dec 22:39
Compare
Choose a tag to compare
  • 🌟add support for Native Script

  • ⭐add missing flow types

  • ⭐upgrade superagent to ^3.8.1

v4.18.0

20 Nov 22:33
9a65f02
Compare
Choose a tag to compare
  • ⭐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

25 Oct 05:33
Compare
Choose a tag to compare
  • ⭐allow disabling of heartbeats by passing 0 during initialization.

v4.16.2

19 Oct 22:31
Compare
Choose a tag to compare
  • 🐛fix UUID library to work in browsers.

v4.16.1

12 Oct 20:47
Compare
Choose a tag to compare
  • 🐛fix incorrect packaging of lil-uuid and uuid

v4.16.0

12 Oct 15:36
Compare
Choose a tag to compare
  • 🌟support delete messages from history

  • ⭐swap uuid generator with support for IE9 and IE10