Skip to content

deps: Bump ApiTestSpark from 1.8.0 to 2.0.0 - #225

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/UISampleSpark.UI/ApiTestSpark-2.0.0
Closed

deps: Bump ApiTestSpark from 1.8.0 to 2.0.0#225
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/UISampleSpark.UI/ApiTestSpark-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Updated ApiTestSpark from 1.8.0 to 2.0.0.

Release notes

Sourced from ApiTestSpark's releases.

2.0.0

Added

  • OAuth Token Configuration (browser-side) — configure OAuth2 client_credentials or password grant token acquisition per Environment on the Config screen. Tokens are acquired via the shared request pipeline (never a raw fetch), cached per Environment, and secrets/passwords are redacted before they reach the debug panel or telemetry. Remote API profiles can opt in to using the environment's OAuth token instead of a static Bearer token (remoteUseOAuthToken); EndpointTester blocks the request rather than silently falling back to a static token if no valid token can be acquired.
  • OAuth Token Configuration (server-side) — new RemoteApiProfile.OAuth (RemoteApiProfileOAuth: TokenEndpointUrl, ClientId, ClientSecret) lets a remote API profile use an OAuth2 client_credentials bearer token acquired and cached entirely on the server. The token is injected into the remote spec proxy and, when EnableRemoteCallProxy is enabled, into proxied endpoint calls. The client secret and acquired token are never returned to the browser — /api-test-spark/config exposes only remoteOAuthConfigured: true/false, and the Config screen shows a read-only "configured on server" indicator for these profiles.

Migration Notes

  • No breaking changes to existing configuration — this is an additive release. Existing RemoteOpenApiBearerToken/RemoteOpenApiApiKeyValue profiles are unaffected.
  • To configure browser-side OAuth: open the Config screen, select an Environment, enter a token endpoint URL and client credentials, then check "Use environment OAuth token" on any Remote API profile that needs it.
  • To configure server-side OAuth: set options.RemoteApiProfiles[].OAuth = new RemoteApiProfileOAuth { TokenEndpointUrl = ..., ClientId = ..., ClientSecret = ... } in Program.cs. Requires EnableRemoteCallProxy = true for the profile's proxied endpoint calls to carry the token.

Contributors

  • Mark Hazleton

Commits viewable in compare view.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

---
updated-dependencies:
- dependency-name: ApiTestSpark
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: nuget. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #255.

@dependabot dependabot Bot closed this Aug 11, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/UISampleSpark.UI/ApiTestSpark-2.0.0 branch August 11, 2026 13:06
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.

0 participants