Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Feb 7, 2024

  1. feat(next/app-dir): cacheTag generation to consider context

    This change allows a user to specify `contextCache` method in the
    `experimental_nextCacheLink`, which lets one select the values
    from the context that should be considered when a `cacheTag` is
    generated.
    
    It also changes the way `cacheTag` is generated, taking care of
    the fact that the `cacheTag` cannot be longer then 256 characters,
    thus instead of stringifying input values, it will form a sha-256 hash
    of those.
    
    Implements #5455
    dalechyn committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6f32a91 View commit details
    Browse the repository at this point in the history
  2. nit: lint

    dalechyn committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7ee54e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cfe7f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf3c99f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    6989a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b29441a View commit details
    Browse the repository at this point in the history
  3. nit: lint

    dalechyn committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    655888e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfb02d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8e88f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    336f480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d133445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e35dda View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    726931d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f5fdff View commit details
    Browse the repository at this point in the history
Loading