-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added `Channel`, `ChannelGroup`, `ChannelMetadata`, `UserMetadata`, `Subscription`, `SubscriptionSet` entities definitions * added factory function at PubNub and implementation at EventEmitter to support new listener interface * lib/dist * * test: adding channel, channelGroup, subscription, SubscriptionSet listenr tests * fix: unique channel and groups for subscription, no telemetry for event engine, avoid duplicate listener registration * dist/lib * refactored listeners tests with callback style * take-1: commented new tests * Update run-tests.yml * fix: telemetry condition to add query param * lib/dist * fix: lint * reverted workflow file changes * restore all previous changes of telemetry * dist/lib * *remove unncessary subscriptionOptions prop. * added support for subscriptionSet operations * lib/dist * refactor: naming convention in subscriptionSet class * no presence subscription for channel metadata * fix channles and groups initialisation in constructor * refactor: subscriptionSet will get constructed in form of set of subscriptions when channels/groups set is provided * handling overlapping or unique channels/groups subscribe/unsubscribe with new listener/entity interface * tests and utils * lib/dist * test/ cleanup after test * refactor/fix: new listeners backward compatible to old subscription loop * dist/lib * fix typo in argument * dist/lib * attemp to address Codacy reported warnings * lint! * Codacy warnings fix * Codacy warning fix * added support for event specific listener registration. * refactor subscription/subscriptionSet class definition through common abstract class. * dist/lib * fix: test flakiness * PubNub SDK v7.6.0 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
- Loading branch information
1 parent
f0bd4e5
commit a73bc58
Showing
44 changed files
with
2,128 additions
and
807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.