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: NpgsqlRest/NpgsqlRest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.15.1
Choose a base ref
...
head repository: NpgsqlRest/NpgsqlRest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.15.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 7 files changed
  • 2 contributors

Commits on May 13, 2026

  1. fix: v3.15.2 — validate Policies/Profiles/Rules by shape, not by name

    Finishes the config-validator fix started in 3.15.1 for the two
    "name-keyed open dictionary" sections that share Auth:Schemes's shape:
    
    - RateLimiterOptions:Policies is now validated against a per-Type schema
      (FixedWindow / SlidingWindow / TokenBucket / Concurrency). User-chosen
      policy names no longer fail `ValidateConfigKeys: "Error"` startup, and
      typos / cross-type keys inside a policy now surface.
    - CacheOptions:Profiles uses a single flat schema (Memory / Redis /
      Hybrid all share the same key set). Custom profile names validate;
      typos like `Expirashun` now surface.
    - ValidationOptions:Rules moved off the open-dict whitelist into a flat
      schema, so typos like `Patrn` inside a rule no longer pass silently.
    
    15 new ConfigValidationTests; 84/84 targeted tests pass.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    vbilopav and claude committed May 13, 2026
    Configuration menu
    Copy the full SHA
    8a10e51 View commit details
    Browse the repository at this point in the history
Loading