codestream-server
codestream-server copied to clipboard
Bump formidable and pubnub in /api_server
Removes formidable. It's no longer used after updating ancestor dependency pubnub. These dependencies need to be updated together.
Removes formidable
Updates pubnub from 7.4.5 to 8.0.0
Release notes
Sourced from pubnub's releases.
v8.0.0
April 22 2024
Added
- Upgraded the network layer, replacing the
superagentmodule with theFetch APIfor browser integrations and node-fetch fornpmintegrations, ensuring enhanced performance and reliability.- Added service worker .
- Enhanced the subscribe feature with service worker support, improving user experience across multiple browser windows and tabs. The client interface rewritten with TypeScript, which gives an up-to-date interface.
v7.6.3
April 18 2024
Fixed
- Fixes issue of add or remove listener of subscription to/from subscriptionSet.
v7.6.2
March 28 2024
Added
- Added support for pagination params for listChannels api of push notification devices.
v7.6.1
February 26 2024
Fixed
- Fixes issue of App context event handling for channel and membership.
v7.6.0
February 21 2024
Added
- Adding channel, channelGroup, channelMetadata and userMetadata entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription API.
v7.5.0
January 16 2024
Added
- Added
enableEventEngine,maintainPresenceStateflags andretryConfigurationfor retry policy configuration.Fixed
- Fixes issue of allowing duplicate listener registration.
- Fixes file name conflict in lib directory. Fixed the following issues reported by
@priyanshu102002: #355.
Changelog
Sourced from pubnub's changelog.
v8.0.0
April 22 2024
Added
- Upgraded the network layer, replacing the
superagentmodule with theFetch APIfor browser integrations and node-fetch fornpmintegrations, ensuring enhanced performance and reliability.- Added service worker .
- Enhanced the subscribe feature with service worker support, improving user experience across multiple browser windows and tabs. The client interface rewritten with TypeScript, which gives an up-to-date interface.
v7.6.3
April 18 2024
Fixed
- Fixes issue of add or remove listener of subscription to/from subscriptionSet.
v7.6.2
March 28 2024
Added
- Added support for pagination params for listChannels api of push notification devices.
v7.6.1
February 26 2024
Fixed
- Fixes issue of App context event handling for channel and membership.
v7.6.0
February 21 2024
Added
- Adding channel, channelGroup, channelMetadata and userMetadata entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription API.
v7.5.0
January 16 2024
Added
- Added
enableEventEngine,maintainPresenceStateflags andretryConfigurationfor retry policy configuration.Fixed
- Fixes issue of allowing duplicate listener registration.
- Fixes file name conflict in lib directory. Fixed the following issues reported by
@priyanshu102002: #355.
Commits
410930fsuperagentreplacement and web worker for web (#367)b29cc36fix: add-remove-subscription-listener-to-set (#368)8d9d8c2CLEN-1924: pagination params listChannels api for push devices (#366)a551a84fix: App context event handling for channel and membership (#362)a73bc58feat: new listener interface (#359)f0bd4e5eventEngine (#334)- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Let's not bother to do this except to the new API server ... agreed?