| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Bumps [proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent) from 6.5.0 to 7.0.0. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/proxy-agent@7.0.0/packages/proxy-agent) --- updated-dependencies: - dependency-name: proxy-agent dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ntOptions Add `metricViewMetadata?: boolean` to `ExecuteStatementOptions`. When true, the Thrift backend forwards `spark.databricks.optimizer.enableMetricViewMetadata=true` via the request `confOverlay`, alongside any `query_tags` already serialized there. The option is per-statement only and does not persist across queries. The SEA backend will route the same key through napi `statementConf` once the kernel statement-options surface lands; until then the option is honored only on Thrift. Documented in the public option JSDoc so users do not silently lose the conf on SEA. Unit tests assert the option appears in the outgoing `TExecuteStatementReq` when set, is omitted when unset or `false`, and coexists with `queryTags` in the same `confOverlay`. Audit refs: rows 1.17 and 2.18 of sea-workflow/audits/2026-05-28-cross-driver-audit.md (F12 in the PR #347 audit). Co-authored-by: Isaac Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>
|
Closing — proxy-agent@7.0.0 is an ESM-only release ("type": "module", and its exports map has only an "import" condition — no "require"). The driver compiles to CommonJS (tsconfig module: commonjs) and consumes it via import { ProxyAgent } from 'proxy-agent' → require('proxy-agent') in dist/, which would crash at runtime on require(ESM). This is the same class of breakage as uuid@13+ (#352). Adopting proxy-agent 7 requires migrating the driver to ESM first; until then it can't be a drop-in bump. |
Sorry, something went wrong.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps proxy-agent from 6.5.0 to 7.0.0.
Release notesSourced from proxy-agent's releases.
ChangelogSourced from proxy-agent's changelog.
Commits- 8dcdac8 Version Packages (#395)
- 5d3f71a Use pnpm catalog: for shared dependencies
- 77da068 Use workspace:* for inter-repo dependencies
- 549af5e Fix pre-existing test issues exposed by vitest migration
- 9c92c09 Convert all packages to ESM with type: module
- 0b77ac7 Migrate from Jest to Vitest
- ed00d30 Re-generate self-signed cert for tests
- See full diff in compare view
Maintainer changesThis version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for proxy-agent since your current version.
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: