Skip to content

Tags: dotnet/dev-proxy

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump docker/build-push-action from 7.1.0 to 7.2.0 (#1678)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@bcafcac...f9f3042)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.0.0-beta.3

Toggle v3.0.0-beta.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Bump NuGet dependencies (#1668)

Update the following packages:
- Microsoft.Extensions.Configuration: 10.0.7 → 10.0.8
- Microsoft.Extensions.Configuration.Binder: 10.0.7 → 10.0.8
- Microsoft.Extensions.Configuration.Json: 10.0.7 → 10.0.8
- Microsoft.Extensions.FileSystemGlobbing: 10.0.7 → 10.0.8
- Microsoft.Extensions.Logging.Abstractions: 10.0.7 → 10.0.8
- Scriban: 7.1.0 → 7.2.0
- System.CommandLine: 2.0.7 → 2.0.8

Consolidates upstream dependabot PRs #1657, #1658, #1659, #1660, #1661.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Garry Trinder <garry@trinder365.co.uk>

v3.0.0-beta.2

Toggle v3.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates NuGet publishing to use Trusted Publishing (#1662)

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add API Key authentication support to CRUD API plugin (#1655)

* Add API Key authentication support to CRUD API plugin

* Refactor API Key authentication configuration to allow null values for header and query parameter names

* Fix URL matching in CrudApiPlugin to exclude query parameters

* Remove API Key authentication support from CrudApiPlugin and update schema accordingly

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds Dev Proxy skill (#1611)

* Adds Dev Proxy skill

* Fix review comments on skill files

- Update schema versions from v2.1.0 to v2.4.0
- Use errorsfile/mocksfile schema variants for data files
- Fix --auto-record to --record (CLI flag)
- Fix GraphMinimalPermissionsPlugin type casing to lowercase
- Remove '.' from PATH in installation docs (security)
- Fix API endpoint casing (stopProxy, mockRequest)
- Fix CI/CD version references to v2.4.0
- Fix startup log pattern and mkdir path in CI scripts

* Enhance documentation for detached mode and update configuration details

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
waldekmastykarz Waldek Mastykarz
Updates version to v2.3.4

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
waldekmastykarz Waldek Mastykarz
Updates version to v2.3.3

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
waldekmastykarz Waldek Mastykarz
Updates version to v2.3.2

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
waldekmastykarz Waldek Mastykarz
Refactors loading cert in EntraMockResponsePlugin. Closes #1610 (#1612)

* Refactors loading cert in EntraMockResponsePlugin. Closes #1610

* Removes dead null check after GetRequiredService

Verified

This tag was signed with the committer’s verified signature.
garrytrinder Garry Trinder