Updates version to v3.0.1#1692
Merged
Merged
Conversation
garrytrinder
previously approved these changes
Jun 4, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps Dev Proxy to version 3.0.1 (including beta identifiers where applicable) and rolls forward configuration schema references by introducing a new schemas/v3.0.1 set and updating shipped config files and packaging assets to point at it.
Changes:
- Update version constants across build/packaging artifacts (PowerShell scripts, Inno Setup, Dockerfiles, and project versions) to 3.0.1.
- Add a new
schemas/v3.0.1directory containing JSON schemas for Dev Proxy configuration and plugin configs. - Update bundled configuration files to reference the new v3.0.1 schema URLs.
Reviewed changes
Copilot reviewed 57 out of 57 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/version.ps1 | Bumps local build/version string to v3.0.1-beta.1. |
| scripts/local-setup.ps1 | Bumps local setup/version string to v3.0.1-beta.1. |
| scripts/Dockerfile_local | Updates local Docker build ARG to 3.0.1-beta.1. |
| schemas/v3.0.1/typespecgeneratorplugin.schema.json | Adds v3.0.1 schema for TypeSpecGeneratorPlugin config. |
| schemas/v3.0.1/rewriteplugin.schema.json | Adds v3.0.1 schema for RewritePlugin config. |
| schemas/v3.0.1/rewriteplugin.rewritesfile.schema.json | Adds v3.0.1 schema for RewritePlugin rewrites file. |
| schemas/v3.0.1/rc.schema.json | Adds v3.0.1 schema for the main Dev Proxy config file. |
| schemas/v3.0.1/ratelimitingplugin.schema.json | Adds v3.0.1 schema for RateLimitingPlugin config. |
| schemas/v3.0.1/ratelimitingplugin.customresponsefile.schema.json | Adds v3.0.1 schema for RateLimitingPlugin custom response file. |
| schemas/v3.0.1/openapispecgeneratorplugin.schema.json | Adds v3.0.1 schema for OpenApiSpecGeneratorPlugin config. |
| schemas/v3.0.1/openaitelemetryplugin.schema.json | Adds v3.0.1 schema for OpenAI Telemetry plugin config. |
| schemas/v3.0.1/openaitelemetryplugin.pricesfile.schema.json | Adds v3.0.1 schema for OpenAI Telemetry plugin prices file. |
| schemas/v3.0.1/mockstdioresponseplugin.schema.json | Adds v3.0.1 schema for MockStdioResponsePlugin config. |
| schemas/v3.0.1/mockstdioresponseplugin.mocksfile.schema.json | Adds v3.0.1 schema for MockStdioResponsePlugin mocks file. |
| schemas/v3.0.1/mockresponseplugin.schema.json | Adds v3.0.1 schema for MockResponsePlugin config. |
| schemas/v3.0.1/mockresponseplugin.mocksfile.schema.json | Adds v3.0.1 schema for MockResponsePlugin mocks file. |
| schemas/v3.0.1/mockrequestplugin.schema.json | Adds v3.0.1 schema for MockRequestPlugin config. |
| schemas/v3.0.1/mockrequestplugin.mockfile.schema.json | Adds v3.0.1 schema for MockRequestPlugin mock request file. |
| schemas/v3.0.1/minimalpermissionsplugin.schema.json | Adds v3.0.1 schema for MinimalPermissionsPlugin config. |
| schemas/v3.0.1/minimalpermissionsguidanceplugin.schema.json | Adds v3.0.1 schema for MinimalPermissionsGuidancePlugin config. |
| schemas/v3.0.1/minimalcsompermissionsplugin.schema.json | Adds v3.0.1 schema for MinimalCsomPermissionsPlugin config. |
| schemas/v3.0.1/minimalcsompermissions.types.schema.json | Adds v3.0.1 schema for CSOM types/permissions data file. |
| schemas/v3.0.1/latencyplugin.schema.json | Adds v3.0.1 schema for LatencyPlugin config. |
| schemas/v3.0.1/languagemodelratelimitingplugin.schema.json | Adds v3.0.1 schema for LanguageModelRateLimitingPlugin config. |
| schemas/v3.0.1/languagemodelratelimitingplugin.customresponsefile.schema.json | Adds v3.0.1 schema for LanguageModelRateLimitingPlugin custom response file. |
| schemas/v3.0.1/languagemodelfailureplugin.schema.json | Adds v3.0.1 schema for LanguageModelFailurePlugin config. |
| schemas/v3.0.1/httpfilegeneratorplugin.schema.json | Adds v3.0.1 schema for HttpFileGeneratorPlugin config. |
| schemas/v3.0.1/hargeneratorplugin.schema.json | Adds v3.0.1 schema for HarGeneratorPlugin config. |
| schemas/v3.0.1/graphrandomerrorplugin.schema.json | Adds v3.0.1 schema for GraphRandomErrorPlugin config. |
| schemas/v3.0.1/graphminimalpermissionsplugin.schema.json | Adds v3.0.1 schema for GraphMinimalPermissionsPlugin config. |
| schemas/v3.0.1/graphminimalpermissionsguidanceplugin.schema.json | Adds v3.0.1 schema for GraphMinimalPermissionsGuidancePlugin config. |
| schemas/v3.0.1/genericrandomerrorplugin.schema.json | Adds v3.0.1 schema for GenericRandomErrorPlugin config. |
| schemas/v3.0.1/genericrandomerrorplugin.errorsfile.schema.json | Adds v3.0.1 schema for GenericRandomErrorPlugin errors file. |
| schemas/v3.0.1/executionsummaryplugin.schema.json | Adds v3.0.1 schema for ExecutionSummaryPlugin config. |
| schemas/v3.0.1/devtoolsplugin.schema.json | Adds v3.0.1 schema for DevToolsPlugin config. |
| schemas/v3.0.1/crudapiplugin.schema.json | Adds v3.0.1 schema for CrudApiPlugin config. |
| schemas/v3.0.1/crudapiplugin.apifile.schema.json | Adds v3.0.1 schema for CrudApiPlugin API definition file. |
| schemas/v3.0.1/cachingguidanceplugin.schema.json | Adds v3.0.1 schema for CachingGuidancePlugin config. |
| schemas/v3.0.1/authplugin.schema.json | Adds v3.0.1 schema for AuthPlugin config. |
| schemas/v3.0.1/apicenterproductionversionplugin.schema.json | Adds v3.0.1 schema for ApiCenterProductionVersionPlugin config. |
| schemas/v3.0.1/apicenteronboardingplugin.schema.json | Adds v3.0.1 schema for ApiCenterOnboardingPlugin config. |
| schemas/v3.0.1/apicenterminimalpermissionsplugin.schema.json | Adds v3.0.1 schema for ApiCenterMinimalPermissionsPlugin config. |
| install.iss | Updates stable Windows installer version/name to 3.0.1. |
| install-beta.iss | Updates beta Windows installer version/name to 3.0.1-beta.1. |
| Dockerfile_beta | Updates Docker build ARG to 3.0.1 for beta image build. |
| Dockerfile | Updates Docker build ARG to 3.0.1 for stable image build. |
| DevProxy/devproxyrc.json | Updates $schema references to v3.0.1. |
| DevProxy/DevProxy.csproj | Bumps Dev Proxy package/application version to 3.0.1. |
| DevProxy/devproxy-errors.json | Updates $schema reference to v3.0.1 errors-file schema. |
| DevProxy/config/spo-csom-types.json | Updates $schema reference to v3.0.1 CSOM types schema. |
| DevProxy/config/microsoft-graph.json | Updates $schema references to v3.0.1. |
| DevProxy/config/microsoft-graph-rate-limiting.json | Updates $schema reference to v3.0.1 rc schema. |
| DevProxy/config/m365.json | Updates $schema references to v3.0.1. |
| DevProxy/config/m365-mocks.json | Updates $schema reference to v3.0.1 mocks-file schema. |
| DevProxy.Plugins/Mocking/MockResponsePlugin.cs | Updates default schema URL to v3.0.1 for mock responses file. |
| DevProxy.Plugins/DevProxy.Plugins.csproj | Bumps plugins package version to 3.0.1. |
| DevProxy.Abstractions/DevProxy.Abstractions.csproj | Bumps abstractions package version to 3.0.1. |
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.