Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/dev-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.4
Choose a base ref
...
head repository: dotnet/dev-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-beta.5
Choose a head ref
  • 3 commits
  • 10 files changed
  • 4 contributors

Commits on Jul 14, 2025

  1. Extends OpenAPISpecGeneratorPlugin to include default values for para…

    …meters (#1323)
    
    * refactor: Fix null exception as key cannot be null
    
    * feat: Add IncludeParameters property to list params be included with their values as defaults
    
    * refactor: Use deconstruction
    
    * feat: Add matched IncludeParameters into spec with their default values
    
    * Fix includeParameters description
    
    * Update openapispecgeneratorplugin.schema.json
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * fix: Update null check to use pattern matching for query parameters
    
    ---------
    
    Co-authored-by: Waldek Mastykarz <waldek@mastykarz.nl>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    3 people authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    0f949b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Adds LanguageModelRateLimitingPlugin. Closes #1309 (#1324)

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    waldekmastykarz and Copilot authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    7077cae View commit details
    Browse the repository at this point in the history
  2. Fixes prompty pattern matching. Closes #1325 (#1326)

    Co-authored-by: Garry Trinder <garry@trinder365.co.uk>
    waldekmastykarz and garrytrinder authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    0f93a9e View commit details
    Browse the repository at this point in the history
Loading