Skip to content

Latest commit

 

History

History
390 lines (119 loc) · 7.76 KB

CHANGELOG.md

File metadata and controls

390 lines (119 loc) · 7.76 KB

Full Changelog

  • 🌟add support for titanium SDK

  • 🌟fix issue with React-Native SDK

  • 🌟Validate web distribution

Full Changelog

  • 🌟add support for presence deltas.

  • 🌟keep track of new and upcoming timetokens on status messages

Full Changelog

  • 🌟add optional support for keepAlive by passing the keepAlive config into the init logic

Full Changelog

  • ⭐add guard to check for channel or channel group on state setting

  • ⭐add guard to check for publish, secret keys when performing a grant

Full Changelog

  • ⭐downgrade superagent to v2; add new entry point for react native.

Full Changelog

  • ⭐adjust compilation for webpack based compilations

Full Changelog

  • ⭐proxy support for node

Full Changelog

  • ⭐upgrade dependencies; fix up linting.

  • ⭐handle network outage cases for correct reporting.

Full Changelog

  • ⭐bump version after v3 release.

Full Changelog

  • ⭐removes bundling of package.json into the dist file

Full Changelog

  • ⭐SDK now supports the restore config to allow message catch-up

Full Changelog

  • ⭐bulk history exposed via pubnub.fetchMessages

  • ⭐publish supports custom ttl interval

  • ⭐v2 for audit and grant; no consumer facing changes.

  • ⭐fixes for param validation on usage of promises

Full Changelog

  • ⭐SDK reports on the id of the publisher in the message

Full Changelog

  • ⭐Detection of support of promises improved.

Full Changelog

  • ⭐Fixes on encoding of apostraphes.

Full Changelog

  • ⭐Add promise support on setState operation (@jskrzypek)

  • ⭐Add hooks to stop polling time when the number of subscriptions drops to 0 (@jasonpoe)

Full Changelog

  • ⭐Encode signatures to avoid sending restricted characters

Full Changelog

  • ⭐Add optional support for promises on all endpoints.

  • ⭐History always returns timetokens in the payloads.

  • ⭐Optionally, if queue size is set, send status on queue size threshold

Full Changelog

  • ⭐Fix state setting for channels with reserved tags.

Full Changelog

  • ⭐Reset timetoken when all unsubscribes happen

  • ⭐Sign requests when a a secret key is passed

Full Changelog

  • ⭐Propogate status events to the status callback on subscribe operations.

Full Changelog

  • ⭐affectedChannels and affectedChannelGroups are now populated on subscribe / unsubscribe events

Full Changelog

  • ⭐Dependency upgrades

Full Changelog

  • ⭐Expose decryption and encryption as a global

Full Changelog

  • ⭐Channel / subscription items are populated in

  • ⭐Constants for operation and category are exposed on global object

Full Changelog

  • ⭐Re-publish of v4.0.7

Full Changelog

  • ⭐Dependency upgrades

  • ⭐Try..catch wrapped around localStorage for iframe compliance

Full Changelog

  • ⭐Adjustment of reconnection policies for web distributions.

  • ⭐PNSDK support for partner identification

Full Changelog

  • ⭐Stop exposing .babelrc which causes unpredictable behavior on react native.

Full Changelog

  • ⭐Adjust handling of presence payloads for state settings.

  • 🌟Exposing generateUUID method to create uuids.

  • ⭐Triggering disconnect, reconnect events on Web distributions.

  • ⭐React Native adjustments to package.json information.

Full Changelog

  • ⭐Global Here Now parsing adjustments.

Full Changelog

  • ⭐Adjustments to internet disconnects on node.

Full Changelog

  • 🐛Fixes to avoid double encoding on JSON payloads.
  • 🌟New iteration of JS / Node SDK family