Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(next/app-dir): contextCache to control context values to add to cacheTag #5458

Closed
wants to merge 14 commits into from

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 trpc#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