Skip to content

Updates version to v3.0.1#1692

Merged
waldekmastykarz merged 2 commits into
dotnet:mainfrom
waldekmastykarz:v301
Jun 5, 2026
Merged

Updates version to v3.0.1#1692
waldekmastykarz merged 2 commits into
dotnet:mainfrom
waldekmastykarz:v301

Conversation

@waldekmastykarz

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 4, 2026 15:14
@waldekmastykarz waldekmastykarz requested a review from a team as a code owner June 4, 2026 15:14
garrytrinder
garrytrinder previously approved these changes Jun 4, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.1 directory 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.

Comment thread schemas/v3.0.1/apicenterproductionversionplugin.schema.json Outdated
Comment thread schemas/v3.0.1/apicenteronboardingplugin.schema.json Outdated
Comment thread schemas/v3.0.1/apicenterminimalpermissionsplugin.schema.json Outdated
Comment thread schemas/v3.0.1/mockrequestplugin.mockfile.schema.json
@waldekmastykarz waldekmastykarz merged commit 7a196d8 into dotnet:main Jun 5, 2026
4 checks passed
@waldekmastykarz waldekmastykarz deleted the v301 branch June 5, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants