Bumps the npm_and_yarn group with 3 updates in the /plugins/filters/app_janus directory: axios, cross-fetch and follow-redirects.
Bumps the npm_and_yarn group with 5 updates in the /plugins/filters/app_janus_uptrace directory:
Bumps the npm_and_yarn group with 1 update in the /plugins/filters/mysql directory: mysql2.
Bumps the npm_and_yarn group with 2 updates in the /plugins/inputs/amqp directory: url-parse and amqplib.
Bumps the npm_and_yarn group with 2 updates in the /plugins/inputs/hyperbeam directory: dns-packet and multicast-dns.
Bumps the npm_and_yarn group with 2 updates in the /plugins/inputs/hyperswarm directory: dns-packet and multicast-dns.
Bumps the npm_and_yarn group with 1 update in the /plugins/inputs/matrix directory: matrix-js-sdk.
Bumps the npm_and_yarn group with 2 updates in the /plugins/outputs/hyperbeam directory: dns-packet and multicast-dns.
Bumps the npm_and_yarn group with 1 update in the /plugins/outputs/matrix directory: matrix-js-sdk.
Fixed race condition on immediate requests cancellation (#4261)
Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
Fixed race condition on immediate requests cancellation (#4261)
Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
Dropped support for Node 10 and 12. (Note: cross-fetch will likely continue working on those versions, but specs tests are not running on those Node versions and no support will be provided if issues come up.)
Please check implementation conflicts in the Fetch API tests.
FEATURES
Added support for Node 18 and 20.
Added support for Service and Cloudflare Workers (Fixes #69, #78, #148) by prioritizing native code over third-party implementation. Fetch API test suite now running against node-fetch, whatwg-fetch, native browser and native node fetch.
Upgraded whatwg-fetch to 3.6.2. Please refer to whatwg-fetchrelease notes between 3.0.0 and 3.6.2 for features and bug fixes.
fetch.ponyfill is set to true when custom implementation is used. This improves debuggability.
v3.1.8
What's Changed
Restored caret range to node-fetch version for automatic feature and fix updates.
Fixed race condition on immediate requests cancellation (#4261)
Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
Fixed race condition on immediate requests cancellation (#4261)
Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
Dropped support for Node 10 and 12. (Note: cross-fetch will likely continue working on those versions, but specs tests are not running on those Node versions and no support will be provided if issues come up.)
Please check implementation conflicts in the Fetch API tests.
FEATURES
Added support for Node 18 and 20.
Added support for Service and Cloudflare Workers (Fixes #69, #78, #148) by prioritizing native code over third-party implementation. Fetch API test suite now running against node-fetch, whatwg-fetch, native browser and native node fetch.
Upgraded whatwg-fetch to 3.6.2. Please refer to whatwg-fetchrelease notes between 3.0.0 and 3.6.2 for features and bug fixes.
fetch.ponyfill is set to true when custom implementation is used. This improves debuggability.
v3.1.8
What's Changed
Restored caret range to node-fetch version for automatic feature and fix updates.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. 1 out of 2 committers have signed the CLA.
:white_check_mark: lmangani :x: dependabot[bot] You have signed the CLA already but the status is still pending? Let us recheck it.
Bumps the npm_and_yarn group with 3 updates in the /plugins/filters/app_janus directory: axios, cross-fetch and follow-redirects. Bumps the npm_and_yarn group with 5 updates in the /plugins/filters/app_janus_uptrace directory:
0.28.0
1.7.0
3.1.4
4.0.0
1.0.3
1.20.0
7.3.5
7.6.2
1.0.3
1.20.0
Bumps the npm_and_yarn group with 1 update in the /plugins/filters/mysql directory: mysql2. Bumps the npm_and_yarn group with 2 updates in the /plugins/inputs/amqp directory: url-parse and amqplib. Bumps the npm_and_yarn group with 2 updates in the /plugins/inputs/hyperbeam directory: dns-packet and multicast-dns. Bumps the npm_and_yarn group with 2 updates in the /plugins/inputs/hyperswarm directory: dns-packet and multicast-dns. Bumps the npm_and_yarn group with 1 update in the /plugins/inputs/matrix directory: matrix-js-sdk. Bumps the npm_and_yarn group with 2 updates in the /plugins/outputs/hyperbeam directory: dns-packet and multicast-dns. Bumps the npm_and_yarn group with 1 update in the /plugins/outputs/matrix directory: matrix-js-sdk.
Updates
axios
from 0.27.2 to 0.28.0Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
3b7635a
[Release] v0.28.0 (#6211)27c0076
feat(backport): added ability for paramsSerializer to handle function; (#6227)80c3d74
chore(ci): backported publish action; (#6224)2755df5
fix(security): fixed CVE-2023-45857 by backportingwithXSRFToken
option to ...880b42e
docs: Fix a typo in READMEc4bf0a4
Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)1e2679f
fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...80b546c
fix: loosing request header (#4858) (#4871)6acb5ef
feat: brower platform add data protocol. (#4814)bbb2264
fix(typing): axios response headers can be undefined (#4813)Updates
cross-fetch
from 3.1.5 to 4.0.0Release notes
Sourced from cross-fetch's releases.
Changelog
Sourced from cross-fetch's changelog.
Commits
748a312
chore(release): 4.0.0dc7a7e8
chore: improved inline comment on publish scripta89e3ce
chore: renamed release target to version058c8ff
chore: updated dev dependencies minor versions71bd113
chore: updated dev dependencies patch versions5b8eee6
chore: dedupped make release target762ae72
chore: restored caret range on node-fetch dependencyb6c073a
chore: fixed README's Table of Content30581ca
chore: added workers feature support on README3594c29
chore: renamed bin/release to bin/publishUpdates
node-fetch
from 2.6.7 to 2.7.0Release notes
Sourced from node-fetch's releases.
... (truncated)
Commits
9b9d458
feat:AbortError
(#1744)65ae25a
fix: Remove the default connection close header (#1765)8bc3a7c
fix: socket variable testing for undefined (#1726)afb36f6
Revert "fix: handle bom in text and json (#1739)" (#1741)29909d7
fix: handle bom in text and json (#1739)70f592d
fix: "global is not defined" (#1704)0f1ebb0
Prevent error when response is null (#1699)6e9464d
ci(release): install dependenciesdd2a0ba
ci(release): install dependencies49bef02
ci(release): use latest Node LTSMaintainer changes
This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.
Updates
follow-redirects
from 1.15.1 to 1.15.6Commits
35a517c
Release version 1.15.6 of the npm package.c4f847f
Drop Proxy-Authorization across hosts.8526b4a
Use GitHub for disclosure.b1677ce
Release version 1.15.5 of the npm package.d8914f7
Preserve fragment in responseUrl.6585820
Release version 1.15.4 of the npm package.7a6567e
Disallow bracketed hostnames.05629af
Prefer native URL instead of deprecated url.parse.1cba8e8
Prefer native URL instead of legacy url.resolve.72bc2a4
Simplify _processResponse error handling.Updates
axios
from 0.28.0 to 1.7.0Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
3b7635a
[Release] v0.28.0 (#6211)27c0076
feat(backport): added ability for paramsSerializer to handle function; (#6227)80c3d74
chore(ci): backported publish action; (#6224)2755df5
fix(security): fixed CVE-2023-45857 by backportingwithXSRFToken
option to ...880b42e
docs: Fix a typo in READMEc4bf0a4
Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)1e2679f
fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...80b546c
fix: loosing request header (#4858) (#4871)6acb5ef
feat: brower platform add data protocol. (#4814)bbb2264
fix(typing): axios response headers can be undefined (#4813)Updates
cross-fetch
from 3.1.4 to 4.0.0Release notes
Sourced from cross-fetch's releases.
Changelog
Sourced from cross-fetch's changelog.
Commits
748a312
chore(release): 4.0.0dc7a7e8
chore: improved inline comment on publish scripta89e3ce
chore: renamed release target to version058c8ff
chore: updated dev dependencies minor versions71bd113
chore: updated dev dependencies patch versions5b8eee6
chore: dedupped make release target762ae72
chore: restored caret range on node-fetch dependencyb6c073a
chore: fixed README's Table of Content30581ca
chore: added workers feature support on README3594c29
chore: renamed bin/release to bin/publishUpdates
@uptrace/core
from 1.0.3 to 1.20.0Release notes
Sourced from
@uptrace/core
's releases.Changelog
Sourced from
@uptrace/core
's changelog.... (truncated)
Commits
Updates
node-fetch
from 2.6.1 to 2.7.0Release notes
Sourced from node-fetch's releases.
... (truncated)
Commits
9b9d458
feat:AbortError
(#1744)65ae25a
fix: Remove the default connection close header (#1765)8bc3a7c
fix: socket variable testing for undefined (#1726)afb36f6
Revert "fix: handle bom in text and json (#1739)" (#1741)29909d7
fix: handle bom in text and json (#1739)70f592d
fix: "global is not defined" (#1704)0f1ebb0
Prevent error when response is null (#1699)6e9464d
ci(release): install dependenciesdd2a0ba
ci(release): install dependencies49bef02
ci(release): use latest Node LTSMaintainer changes
This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.
Updates
semver
from 7.3.5 to 7.6.2Release notes
Sourced from semver's releases.
... (truncated)
Changelog
Sourced from semver's changelog.