Update version to v3.0.0#1654
Merged
Merged
Conversation
waldekmastykarz
approved these changes
May 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Dev Proxy’s versioning to the 3.0.0 line and introduces a new schemas/v3.0.0/ schema set, updating bundled configs and references to point at the new schema version.
Changes:
- Bump version strings across scripts, installers, Dockerfiles, and project files to
3.0.0/3.0.0-beta.1. - Add
schemas/v3.0.0/*JSON schemas for core config and multiple plugins. - Update bundled
DevProxy/*.jsonconfig files andMockResponsePlugindefault schema URL to referenceschemas/v3.0.0.
Reviewed changes
Copilot reviewed 57 out of 57 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/version.ps1 | Updates scripted build/version string to v3.0.0-beta.1. |
| scripts/local-setup.ps1 | Updates local setup packaging version string to v3.0.0-beta.1. |
| scripts/Dockerfile_local | Updates local Docker build default DEVPROXY_VERSION to 3.0.0-beta.1. |
| schemas/v3.0.0/typespecgeneratorplugin.schema.json | Adds v3 schema for TypeSpec generator plugin config. |
| schemas/v3.0.0/rewriteplugin.schema.json | Adds v3 schema for RewritePlugin config. |
| schemas/v3.0.0/rewriteplugin.rewritesfile.schema.json | Adds v3 schema for RewritePlugin rewrites file format. |
| schemas/v3.0.0/rc.schema.json | Adds v3 root config schema. |
| schemas/v3.0.0/ratelimitingplugin.schema.json | Adds v3 schema for RateLimitingPlugin config. |
| schemas/v3.0.0/ratelimitingplugin.customresponsefile.schema.json | Adds v3 schema for RateLimitingPlugin custom response file. |
| schemas/v3.0.0/openapispecgeneratorplugin.schema.json | Adds v3 schema for OpenApiSpecGeneratorPlugin config. |
| schemas/v3.0.0/openaitelemetryplugin.schema.json | Adds v3 schema for OpenAITelemetryPlugin config. |
| schemas/v3.0.0/openaitelemetryplugin.pricesfile.schema.json | Adds v3 schema for OpenAI telemetry prices file. |
| schemas/v3.0.0/mockstdioresponseplugin.schema.json | Adds v3 schema for MockStdioResponsePlugin config. |
| schemas/v3.0.0/mockstdioresponseplugin.mocksfile.schema.json | Adds v3 schema for MockStdioResponsePlugin mocks file. |
| schemas/v3.0.0/mockresponseplugin.schema.json | Adds v3 schema for MockResponsePlugin config. |
| schemas/v3.0.0/mockresponseplugin.mocksfile.schema.json | Adds v3 schema for MockResponsePlugin mocks file. |
| schemas/v3.0.0/mockrequestplugin.schema.json | Adds v3 schema for MockRequestPlugin config. |
| schemas/v3.0.0/mockrequestplugin.mockfile.schema.json | Adds v3 schema for MockRequestPlugin mock request file. |
| schemas/v3.0.0/minimalpermissionsplugin.schema.json | Adds v3 schema for MinimalPermissionsPlugin config. |
| schemas/v3.0.0/minimalpermissionsguidanceplugin.schema.json | Adds v3 schema for MinimalPermissionsGuidancePlugin config. |
| schemas/v3.0.0/minimalcsompermissionsplugin.schema.json | Adds v3 schema for MinimalCsomPermissionsPlugin config. |
| schemas/v3.0.0/minimalcsompermissions.types.schema.json | Adds v3 schema for SharePoint CSOM types/permissions data file. |
| schemas/v3.0.0/latencyplugin.schema.json | Adds v3 schema for LatencyPlugin config. |
| schemas/v3.0.0/languagemodelratelimitingplugin.schema.json | Adds v3 schema for LanguageModelRateLimitingPlugin config. |
| schemas/v3.0.0/languagemodelratelimitingplugin.customresponsefile.schema.json | Adds v3 schema for LanguageModelRateLimiting custom response file. |
| schemas/v3.0.0/languagemodelfailureplugin.schema.json | Adds v3 schema for LanguageModelFailurePlugin config. |
| schemas/v3.0.0/httpfilegeneratorplugin.schema.json | Adds v3 schema for HttpFileGeneratorPlugin config. |
| schemas/v3.0.0/hargeneratorplugin.schema.json | Adds v3 schema for HarGeneratorPlugin config. |
| schemas/v3.0.0/graphrandomerrorplugin.schema.json | Adds v3 schema for GraphRandomErrorPlugin config. |
| schemas/v3.0.0/graphminimalpermissionsplugin.schema.json | Adds v3 schema for GraphMinimalPermissionsPlugin config. |
| schemas/v3.0.0/graphminimalpermissionsguidanceplugin.schema.json | Adds v3 schema for GraphMinimalPermissionsGuidancePlugin config. |
| schemas/v3.0.0/genericrandomerrorplugin.schema.json | Adds v3 schema for GenericRandomErrorPlugin config. |
| schemas/v3.0.0/genericrandomerrorplugin.errorsfile.schema.json | Adds v3 schema for GenericRandomErrorPlugin errors file. |
| schemas/v3.0.0/executionsummaryplugin.schema.json | Adds v3 schema for ExecutionSummaryPlugin config. |
| schemas/v3.0.0/devtoolsplugin.schema.json | Adds v3 schema for DevToolsPlugin config. |
| schemas/v3.0.0/crudapiplugin.schema.json | Adds v3 schema for CrudApiPlugin config. |
| schemas/v3.0.0/crudapiplugin.apifile.schema.json | Adds v3 schema for CrudApiPlugin API definition file. |
| schemas/v3.0.0/cachingguidanceplugin.schema.json | Adds v3 schema for CachingGuidancePlugin config. |
| schemas/v3.0.0/authplugin.schema.json | Adds v3 schema for AuthPlugin config. |
| schemas/v3.0.0/apicenterproductionversionplugin.schema.json | Adds v3 schema for ApiCenterProductionVersionPlugin config. |
| schemas/v3.0.0/apicenteronboardingplugin.schema.json | Adds v3 schema for ApiCenterOnboardingPlugin config. |
| schemas/v3.0.0/apicenterminimalpermissionsplugin.schema.json | Adds v3 schema for ApiCenterMinimalPermissionsPlugin config. |
| install.iss | Updates Windows installer stable version to 3.0.0. |
| install-beta.iss | Updates Windows installer beta version to 3.0.0-beta.1. |
| Dockerfile_beta | Updates beta Docker image default DEVPROXY_VERSION to 3.0.0. |
| Dockerfile | Updates Docker image default DEVPROXY_VERSION to 3.0.0. |
| DevProxy/devproxyrc.json | Updates $schema references to schemas/v3.0.0. |
| DevProxy/DevProxy.csproj | Bumps app package version to 3.0.0. |
| DevProxy/devproxy-errors.json | Updates $schema reference to v3 errorsfile schema. |
| DevProxy/config/spo-csom-types.json | Updates $schema reference to v3 CSOM types schema. |
| DevProxy/config/microsoft-graph.json | Updates $schema references to v3 schemas. |
| DevProxy/config/microsoft-graph-rate-limiting.json | Updates $schema reference to v3 root schema. |
| DevProxy/config/m365.json | Updates $schema references to v3 schemas. |
| DevProxy/config/m365-mocks.json | Updates $schema reference to v3 mocks file schema. |
| DevProxy.Plugins/Mocking/MockResponsePlugin.cs | Updates embedded default schema URL to v3 mocksfile schema. |
| DevProxy.Plugins/DevProxy.Plugins.csproj | Bumps plugins package version to 3.0.0. |
| DevProxy.Abstractions/DevProxy.Abstractions.csproj | Bumps abstractions package version to 3.0.0. |
| FROM ubuntu:26.04 | ||
|
|
||
| ARG DEVPROXY_VERSION=2.4.0 | ||
| ARG DEVPROXY_VERSION=3.0.0 |
Comment on lines
+35
to
+38
| "body": { | ||
| "type": "object", | ||
| "description": "Body of the request (object or string)." | ||
| }, |
Comment on lines
+18
to
+22
| "specVersion": { | ||
| "type": "string", | ||
| "enum": [ | ||
| "v2_0", | ||
| "v3_0" |
Comment on lines
+15
to
+17
| "Chrome" | ||
| ], | ||
| "description": "Which browser to use to launch Dev Tools. Supported values: Edge, EdgeDev, Chrome. Default: Edge." |
Comment on lines
+10
to
+14
| "preferredBrowser": { | ||
| "type": "string", | ||
| "enum": [ | ||
| "Edge", | ||
| "EdgeDev", |
Comment on lines
+36
to
+40
| "includeCosts": { | ||
| "type": "boolean", | ||
| "description": "Whether to calculate and include cost information in the spans. Requires prices data.", | ||
| "default": true | ||
| }, |
| "type": "string", | ||
| "description": "ID of the Azure subscription where the Azure API Center instance is located." | ||
| }, | ||
| "workspace": { |
| "type": "string", | ||
| "description": "ID of the Azure subscription where the Azure API Center instance is located." | ||
| }, | ||
| "workspace": { |
Comment on lines
+22
to
+26
| "workspace": { | ||
| "type": "string", | ||
| "description": "Name of the Azure API Center workspace to use. Default is 'default'.", | ||
| "default": "default" | ||
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.