Skip to content

Releases: pubnub/javascript

Release v4.25.1

Choose a tag to compare

released this 23 Aug 22:47
9f6fc98

Fix titanium build to support recent version

v4.25.0

Choose a tag to compare

released this 16 Aug 23:06
d1d152b
  • add objects support

v4.24.6

Choose a tag to compare

released this 09 Aug 15:19
23d36b4
  • hotfix for issue 'PubNub is not a constructor' in Node.js

v4.24.5

Choose a tag to compare

released this 09 Aug 15:18
07c6980
  • added Signals support

v4.24.2

Choose a tag to compare

@davidnub davidnub released this 13 Jun 23:16
  • 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

Choose a tag to compare

@crimsonred crimsonred released this 18 Mar 17:03
53d363b

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

v4.20.3

Choose a tag to compare

@MaxPresman MaxPresman released this 27 Apr 21:19
95cb5ef
  • 🐛fix timetoken announces

  • ⭐categorize ETIMEDOUT errors as PNNetworkIssuesCategory

v4.19.0

Choose a tag to compare

@MaxPresman MaxPresman released this 05 Dec 22:39
  • 🌟add support for Native Script

  • ⭐add missing flow types

  • ⭐upgrade superagent to ^3.8.1

v4.18.0

Choose a tag to compare

@MaxPresman MaxPresman released this 20 Nov 22:33
9a65f02
  • ⭐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

Choose a tag to compare

@MaxPresman MaxPresman released this 25 Oct 05:33
  • ⭐allow disabling of heartbeats by passing 0 during initialization.