6.0.0
July 05 2022
Added
- VSP methods and models have been exposed via modules on the PubNub instance.
FlatJSONCodable
replaces[String: JSONCodableScalar]
inside the VSP models.
Modified
- PubNub instances has been changed from a
struct
to aclass
. HTTPSession
has been made public for easier per-request overrides of the Network Session.