Skip to content

v2.0.0

Compare
Choose a tag to compare
@client-engineering-bot client-engineering-bot released this 31 Aug 18:07
· 52 commits to master since this release

August 31 2020

Full Changelog

  • 🌟️ Refactors networking module to allow additional flexibility.
  • 🌟️ Adds supervisor module that allows reconnection, retry and other additional, cross module functionalities.
  • 🌟️ Adds meta parameter to publish call and makes publish using GET instead of POST.
  • πŸ› Exposes batch, objects and other APIs from the PubNub class. Fixed the following issues reported by @devopsokdone: #11.
  • πŸ› Fixes a typo in BatchHistory where timetoken was returned null. Fixed the following issues reported by @devopsokdone: #13.