Skip to content
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

build(deps): bump salesforce-pubsub-api-client from 3.0.2 to 3.4.1 #190

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps salesforce-pubsub-api-client from 3.0.2 to 3.4.1.

Release notes

Sourced from salesforce-pubsub-api-client's releases.

v3.4.1 - Support for custom channels

  • fix: support for custom channels #27
  • build: bumped dependencies

v3.4.0 - Support for infinite events

  • feat: improved support for infinite events by making requested event count optional in subscribe calls.
  • feat: improved support for event batching with a new PubSubApiClient.requestAdditionalEvents() method.
  • feat: exposed latest replay ID thanks to the new PubSubEventEmitter.getLatestReplayId() method.
  • fix: fixed a bug that triggered unneeded schema reloading

v3.3.0 - Dynamic event schema reload

  • feat: event schema is now dynamically reloaded if the event structure changes (fields are modified in Salesforce). The client is no longer interrupted as it was earlier like in #16

v3.2.3 - Fixed bug with incorrect type for number of requested events

  • fix: #24 by enforcing type for number of requested events
  • build: bumped dependencies

v3.2.2 - Bumped dependencies

  • build: bumped dependencies

v3.2.1 - Fix support for 64bit long values

  • fix: support for 64bit long values #21

v3.2.0 - Improved error handling and keep alive messages

  • feat: improved error handling by reporting event parsing errors as EventParseError via the error event sent by PubSubEventEmitter. Partly addresses: #21
  • feat: added support for receiving server keep alive messages via the keepalive event sent by PubSubEventEmitter. This allows to retrieve the last replay ID and other information. Addresses #22
  • doc: added reference section

v3.1.0 - Simplified user-provided auth

  • feat: simplified user-provided auth by removing username parameter. #23 thanks to @​kunalrgarg
  • build: bumped dependencies
Commits
  • 71e745a build: release v3.4.1
  • d328ea0 Merge pull request #29 from pozil/pozil/custom-channels
  • ae189b8 build: bump dependencies
  • a417465 fix: support custom channels
  • 43bf1e8 doc: simplified default setup
  • 06d2973 build: release 3.4.0
  • c6919fe doc: roll back last change
  • d4af346 doc: infinite event example
  • be3729c build: release v3.3.0
  • 13c4426 fix: enforce number type for number of events requested
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [salesforce-pubsub-api-client](https://github.com/pozil/pub-sub-api-node-client) from 3.0.2 to 3.4.1.
- [Release notes](https://github.com/pozil/pub-sub-api-node-client/releases)
- [Commits](pozil/pub-sub-api-node-client@3.0.2...3.4.1)

---
updated-dependencies:
- dependency-name: salesforce-pubsub-api-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants