Skip to content

Upgrades version to v2.3.0#1596

Merged
garrytrinder merged 2 commits intodotnet:mainfrom
waldekmastykarz:v2-3-0
Mar 11, 2026
Merged

Upgrades version to v2.3.0#1596
garrytrinder merged 2 commits intodotnet:mainfrom
waldekmastykarz:v2-3-0

Conversation

@waldekmastykarz
Copy link
Collaborator

No description provided.

@waldekmastykarz waldekmastykarz requested a review from a team as a code owner March 11, 2026 10:13
Copilot AI review requested due to automatic review settings March 11, 2026 10:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps Dev Proxy to 2.3.0 and refreshes configuration/schema artifacts so local setup, installers, Docker images, and example configs reference the new versioned schemas.

Changes:

  • Update version strings across build/setup scripts, Dockerfiles, and installer scripts to 2.3.0 / 2.3.0-beta.1.
  • Add schemas/v2.3.0/* and update example/config $schema references to the new schema version.
  • Update project/package versions to 2.3.0 and adjust a hardcoded schema URL in MockResponsePlugin.

Reviewed changes

Copilot reviewed 59 out of 59 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
scripts/version.ps1 Updates local build version string to v2.3.0-beta.1
scripts/local-setup.ps1 Updates local installer packaging version string to v2.3.0-beta.1
scripts/Dockerfile_local Updates local Docker build arg version to 2.3.0-beta.1
schemas/v2.3.0/typespecgeneratorplugin.schema.json Adds v2.3.0 schema for TypeSpecGeneratorPlugin
schemas/v2.3.0/rewriteplugin.schema.json Adds v2.3.0 schema for RewritePlugin
schemas/v2.3.0/rewriteplugin.rewritesfile.schema.json Adds v2.3.0 schema for rewrite rules file
schemas/v2.3.0/rc.schema.json Adds v2.3.0 root config schema
schemas/v2.3.0/ratelimitingplugin.schema.json Adds v2.3.0 schema for RateLimitingPlugin
schemas/v2.3.0/ratelimitingplugin.customresponsefile.schema.json Adds v2.3.0 schema for rate-limit custom response file
schemas/v2.3.0/openapispecgeneratorplugin.schema.json Adds v2.3.0 schema for OpenApiSpecGeneratorPlugin
schemas/v2.3.0/openaitelemetryplugin.schema.json Adds v2.3.0 schema for OpenAI Telemetry plugin config
schemas/v2.3.0/openaitelemetryplugin.pricesfile.schema.json Adds v2.3.0 schema for OpenAI Telemetry prices file
schemas/v2.3.0/mockstdioresponseplugin.schema.json Adds v2.3.0 schema for MockStdioResponsePlugin
schemas/v2.3.0/mockstdioresponseplugin.mocksfile.schema.json Adds v2.3.0 schema for stdio mocks file
schemas/v2.3.0/mockresponseplugin.schema.json Adds v2.3.0 schema for MockResponsePlugin
schemas/v2.3.0/mockresponseplugin.mocksfile.schema.json Adds v2.3.0 schema for HTTP mocks file
schemas/v2.3.0/mockrequestplugin.schema.json Adds v2.3.0 schema for MockRequestPlugin
schemas/v2.3.0/mockrequestplugin.mockfile.schema.json Adds v2.3.0 schema for mock-request file
schemas/v2.3.0/minimalpermissionsplugin.schema.json Adds v2.3.0 schema for MinimalPermissionsPlugin
schemas/v2.3.0/minimalpermissionsguidanceplugin.schema.json Adds v2.3.0 schema for MinimalPermissionsGuidancePlugin
schemas/v2.3.0/minimalcsompermissionsplugin.schema.json Adds v2.3.0 schema for MinimalCsomPermissionsPlugin
schemas/v2.3.0/minimalcsompermissions.types.schema.json Adds v2.3.0 schema for SharePoint CSOM types/permissions file
schemas/v2.3.0/latencyplugin.schema.json Adds v2.3.0 schema for LatencyPlugin
schemas/v2.3.0/languagemodelratelimitingplugin.schema.json Adds v2.3.0 schema for LanguageModelRateLimitingPlugin
schemas/v2.3.0/languagemodelratelimitingplugin.customresponsefile.schema.json Adds v2.3.0 schema for language-model rate-limit custom response
schemas/v2.3.0/languagemodelfailureplugin.schema.json Adds v2.3.0 schema for LanguageModelFailurePlugin
schemas/v2.3.0/httpfilegeneratorplugin.schema.json Adds v2.3.0 schema for HttpFileGeneratorPlugin
schemas/v2.3.0/hargeneratorplugin.schema.json Adds v2.3.0 schema for HarGeneratorPlugin
schemas/v2.3.0/graphrandomerrorplugin.schema.json Adds v2.3.0 schema for GraphRandomErrorPlugin
schemas/v2.3.0/graphminimalpermissionsplugin.schema.json Adds v2.3.0 schema for GraphMinimalPermissionsPlugin
schemas/v2.3.0/graphminimalpermissionsguidanceplugin.schema.json Adds v2.3.0 schema for GraphMinimalPermissionsGuidancePlugin
schemas/v2.3.0/genericrandomerrorplugin.schema.json Adds v2.3.0 schema for GenericRandomErrorPlugin
schemas/v2.3.0/genericrandomerrorplugin.errorsfile.schema.json Adds v2.3.0 schema for generic errors file
schemas/v2.3.0/executionsummaryplugin.schema.json Adds v2.3.0 schema for ExecutionSummaryPlugin
schemas/v2.3.0/devtoolsplugin.schema.json Adds v2.3.0 schema for DevToolsPlugin
schemas/v2.3.0/crudapiplugin.schema.json Adds v2.3.0 schema for CrudApiPlugin
schemas/v2.3.0/crudapiplugin.apifile.schema.json Adds v2.3.0 schema for CRUD API definition file
schemas/v2.3.0/cachingguidanceplugin.schema.json Adds v2.3.0 schema for CachingGuidancePlugin
schemas/v2.3.0/authplugin.schema.json Adds v2.3.0 schema for AuthPlugin
schemas/v2.3.0/apicenterproductionversionplugin.schema.json Adds v2.3.0 schema for ApiCenterProductionVersionPlugin
schemas/v2.3.0/apicenteronboardingplugin.schema.json Adds v2.3.0 schema for ApiCenterOnboardingPlugin
schemas/v2.3.0/apicenterminimalpermissionsplugin.schema.json Adds v2.3.0 schema for ApiCenterMinimalPermissionsPlugin
install.iss Updates Windows installer version definitions to 2.3.0
install-beta.iss Updates Windows beta installer version definitions to 2.3.0-beta.1
Dockerfile_beta Updates beta container build arg to 2.3.0
Dockerfile Updates container build arg to 2.3.0
DevProxy/devproxyrc.yaml Updates YAML example schema URLs to v2.3.0
DevProxy/devproxyrc.json Updates JSON example schema URLs to v2.3.0
DevProxy/devproxy-errors.yaml Updates YAML errors example schema URL to v2.3.0
DevProxy/devproxy-errors.json Updates JSON errors example schema URL to v2.3.0
DevProxy/config/spo-csom-types.json Updates schema URL to v2.3.0
DevProxy/config/microsoft-graph.json Updates schema URLs to v2.3.0
DevProxy/config/microsoft-graph-rate-limiting.json Updates schema URL to v2.3.0
DevProxy/config/m365.json Updates multiple plugin schema URLs to v2.3.0
DevProxy/config/m365-mocks.json Updates mocks schema URL to v2.3.0
DevProxy/DevProxy.csproj Bumps project/package version to 2.3.0
DevProxy.Plugins/Mocking/MockResponsePlugin.cs Updates default mocks schema URL to v2.3.0
DevProxy.Plugins/DevProxy.Plugins.csproj Bumps project/package version to 2.3.0
DevProxy.Abstractions/DevProxy.Abstractions.csproj Bumps project/package version to 2.3.0

You can also share your feedback on Copilot code review. Take the survey.

@garrytrinder garrytrinder merged commit aa8dbca into dotnet:main Mar 11, 2026
4 checks passed
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