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: trpc/trpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.7.0
Choose a base ref
...
head repository: trpc/trpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.7.1
Choose a head ref
  • 3 commits
  • 54 files changed
  • 3 contributors

Commits on Oct 25, 2025

  1. docs(adapters/fastify): usage of routerOptions (#6906)

    Since Fastify v5.5.0, there is the following deprecation warning:
    > [FSTDPE022] FastifyWarning: The router options for maxParamLength
    property access is deprecated. Please use "options.routerOptions"
    instead for acce
    ssing router options. The router options will be removed in `fastify@6`.
    
    Related fastify/fastify#6282,
    fastify/fastify#5985
    
    ## 🎯 Changes
    
    Update the Fastify adapter documentation to fix the deprecation warning.
    
    Should we put the 2 possible ways for both v5.4 and prior Fastify
    versions, and for v5.5.0 and above, or it's fine to only put the
    "latest" way (like how it is done currently in this PR)?
    
    <!--
    Note: once you create a Pull request, we will automatically fix
    auto-fixable lint issues in your branch
    -->
    
    ## ✅ Checklist
    
    - [x] I have followed the steps listed in the [Contributing
    guide](https://github.com/trpc/trpc/blob/main/CONTRIBUTING.md).
    - [x] If necessary, I have added documentation related to the changes
    made.
    - [x] I have added or updated the tests related to the changes made.
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - Documentation
    - Updated Fastify adapter docs to show maxParamLength is now configured
    under routerOptions (default 5000).
      - Clarified that server initialization and plugin setup are unchanged.
    - Confirmed no changes to public APIs and guided users to configure
    maximum URL parameter lengths in the new location.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    theoludwig authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    5ad18f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. fix(tanstack-react-query): keyPrefix of undefined (#6990)

    Closes #6988
    
    Fixes issue where mutationOptions() calls and potentially queryOptions
    and infiniteQueryOptions could fail when no opts are passed in
    
    ## 🎯 Changes
    
    What changes are made in this PR? Is it a feature or a bug fix?
    
    <!--
    Note: once you create a Pull request, we will automatically fix
    auto-fixable lint issues in your branch
    -->
    
    ## ✅ Checklist
    
    - [ ] I have followed the steps listed in the [Contributing
    guide](https://github.com/trpc/trpc/blob/main/CONTRIBUTING.md).
    - [ ] If necessary, I have added documentation related to the changes
    made.
    - [ ] I have added or updated the tests related to the changes made.
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    * **Improvements**
    * Query, mutation, and infinite-query option helpers now accept optional
    parameters and safely handle missing options.
    
    * **Tests**
    * Tests for query and mutation options updated to run parameterized
    scenarios covering presence or absence of a key prefix.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    Nick-Lucas authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    3ae1c36 View commit details
    Browse the repository at this point in the history
  2. v11.7.1

    KATT committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    d6bb04d View commit details
    Browse the repository at this point in the history
Loading