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.11.0
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.11.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 19 files changed
  • 1 contributor

Commits on Mar 13, 2026

  1. TsClient: generate Promise<Response> for proxy passthrough endpoints

    Proxy passthrough endpoints (returns void + @Proxy annotation) now
    correctly generate Promise<Response> instead of Promise<void> in the
    TypeScript client, matching the existing proxy_out behavior.
    vbilopav committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    fb5c1ad View commit details
    Browse the repository at this point in the history
  2. Upgrade references

    vbilopav committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    10e8c9b View commit details
    Browse the repository at this point in the history
  3. Authorize annotation now matches user ID and user name claims

    Previously the authorize annotation only checked DefaultRoleClaimType.
    Now it also checks DefaultUserIdClaimType and DefaultNameClaimType,
    consistent with sse_scope authorize behavior. The SSE matching scope
    was also aligned to check all three claim types.
    vbilopav committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    28aa99c View commit details
    Browse the repository at this point in the history
  4. bump 3.11.1

    vbilopav committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    5226a05 View commit details
    Browse the repository at this point in the history
Loading