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: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.8.1
Choose a base ref
...
head repository: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.9.0
Choose a head ref
  • 11 commits
  • 40 files changed
  • 6 contributors

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    729e605 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency @netlify/plugin-nextjs to ^5.8.1 (#2689)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    83abe67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9fa325 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. chore(deps): update dependency @netlify/build to ^29.55.4 (#2691)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    603e24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba1610 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. chore: handle repo rename (#2696)

    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    pieh and serhalp authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c1a20f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. test: skip reporting CanaryOnly failures for stable version tests (#2698

    )
    
    * ci: decrease number of shards when running Vercel tests
    
    * test: use PWD instead of hardcoded repo directory
    
    * test: collect build logs in Vercel e2e tests (like we do in our own e2e tests)
    
    * test: skip esm-externals-false tests (they are just checking CLI output)
    
    * ci: skip reporting about tests that use canary only features when testing stable
    
    * test: fix typo when setting _cliOutput
    pieh authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3e745e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. ci: add deploy cleanup step for Vercel tests (#2699)

    * test: add deploy cleanup step for Vercel tests
    
    * test: increase timeout for Vercel tests
    
    * test: bump timeout
    
    * ci: allow using test results from runs triggered by pull_request when deploying e2e report using branch results
    pieh authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d3d2fb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. fix: add data request query param to the cache key (#2701)

    * fix: vary cache key on __nextDataReq query param
    
    * test: update header tests to check for new vary param
    orinokai authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    00e3a4b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. feat: support after() (#2717)

    * test: upgrade deno used in tests
    
    * test: e2e simple next/after test
    
    * feat: support waitUntil
    
    * use already existing trackBackgroundWork helper from request context to handle next/after
    
    * test: increase timeout for one of smoke tests due to team-wide extensions installation time making it timeout
    
    * test: move test to dedicated fixture
    
    * chore: update outdated comment
    
    * chore: clarify awaiting backgroundWorkPromise
    
    * test: update assertion for next >=15.0.4-canary.18
    
    * fix: support changed shape of getRequestHandlers return
    
    ---------
    
    Co-authored-by: Matt Kane <matt.kane@netlify.com>
    pieh and ascorbic authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    51e5373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6cc37 View commit details
    Browse the repository at this point in the history
Loading