Outbox-Pattern-Example
Outbox-Pattern-Example copied to clipboard
Bump url-parse and amqplib in /recomendations-api
Bumps url-parse to 1.5.10 and updates ancestor dependency amqplib. These dependencies need to be updated together.
Updates url-parse from 1.4.7 to 1.5.10
Commits
8cd4c6c1.5.10ce7a01f[fix] Improve handling of empty port0071490[doc] Update JSDoc commenta7044e3[minor] Use more descriptive variable named547792[security] Add credits for CVE-2022-0691ad233571.5.90e3fb54[fix] Strip all control characters from the beginning of the URL61864a8[security] Add credits for CVE-2022-0686bb0104d1.5.8d5c6479[fix] Handle the case where the port is specified but empty- Additional commits viewable in compare view
Updates amqplib from 0.6.0 to 0.10.3
Release notes
Sourced from amqplib's releases.
v0.8.0
⚠️ This release drops support for NodeJS < v10 :warning:. This version of
amqplibstill works with NodeJS v0.6 through v16, but future versions will not be tested for compatibility with NodeJS < v10.This is to unlock other improvements that can now be made, like
- using the built-in
Promiseobject- updating or switching libraries that previously couldn't be updated, because they had dropped support for older NodeJS
- removing code that is now covered in the standard library, e.g., checking whether a number is an integer
This release also includes an improvement to TLS connections for people using an AMQP server behind a load balancer. amqplib will now copy the hostname of the connection URL or object to the server name indication field.
v0.7.1
No release notes provided.
v0.7.0
This minor version release extends support to Node.js v15.
Changelog
Sourced from amqplib's changelog.
Changes in v0.10.3
git log v0.10.2..v0.10.3
- Use
@acuminous/bitsyntaxfork. See amqp-node/amqplib#453Changes in v0.10.2
git log v0.10.1..v0.10.2
- Use Buffer.allocUnsafe when sending messages to improve performance (PR 695, thank you
@chkimesand@Uzlopak)Changes in v0.10.1
git log v0.10.0..v0.10.1
- Allow servername to be specified via socket options as discussed in issue 697
Changes in v0.10.0
git log v0.9.1..v0.10.0
- Use Native promises (PR 689, thank you
@mohd-akramand@kibertoad)Changes in v0.9.1
git log v0.9.0..v0.9.1
- Assorted readme changes
- Use Array.prototype.push.apply instead of concat in Mux (PR 658, thank you
@Uzlopakand@kibertoad)- Use Map instead of Object for BaseChannel.consumers (PR 660, thank you
@Uzlopak)- Delete consumer callback after cancellation to free memory (PR 659, thank you
@Uzlopakand@kibertoad)Changes in v0.9.0
git log v0.8.0..v0.9.0
- Update mocha and replace the deprecated istanbul with nyc ([PR
... (truncated)
Commits
7cba4c20.10.3c0f9a59Update bitsyntax557aa7cUse@acuminous/bitsytnaxfork3de60eaUpdate bug_report.md4a66bc0Update bug_report.md97de17aExperiment with issue templates62433e50.10.23cace63Merge branch 'chkimes-alloc-unsafe'0aeb5f8Update CHANGELOGc6490d4Link to PR from allocUnsafe comment- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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.