-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releases/v8.4.0 #781
base: master
Are you sure you want to change the base?
Releases/v8.4.0 #781
Conversation
…func Expose a way to switch from one cluster/app to the other
Once released, this would of course unblock us, thank you again 🙇 |
@kamalbennani In addition to subscribing to channels and sending messages, the following features may get affected by
Happy to help 😊 |
Do you know if it's failing due to my changes, or those are just flaky tests? |
I've run the tests locally and found the issue. Now all tests are passing but the Given that all tests are passing, I'm gonna go ahead and release the "release candidate" :) |
@kamalbennani It's released 🚀 |
Hi @MeenaAlfons |
PR: #783 |
Persist initial Pusher options
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you. |
What does this PR do?
Deploying a release candidate for:
Checklist
npm run format
has been runCHANGELOG
.switchCluster
method to switch the Pusher client to a different cluster and re-establish all existing subscriptions and channel bindings.channelAuthorization
withcustomHandler
#715