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.9.0
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.1
Choose a head ref
  • 3 commits
  • 15 files changed
  • 3 contributors

Commits on Dec 11, 2024

  1. test: update test setup for stable after() (#2722)

    * test: update test setup for stable after()
    
    * fix: don't skip canaries buld
    pieh authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    6b56128 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. fix: use version of htmlrewriter which does not make use of asyncify,…

    … which looks to have a potential memory leak under high load (#2721)
    
    * fix: use version of htmlrewriter which does not make use of asyncify, which looks to have a potential memory leak under high load
    
    we noticed the memory issue with Netlify's CSP plugin which used the same htmlrewriter library. We've built a new htmlrewriter library which uses the latest version of lol-html and removes the ability to use async-handlers, which is what required asyncify to be included.
    
    * chore: vendor updated htmlrewriter
    
    * fix: update remaining htmlrewriter import
    
    * fix: workaround deno vendor limitation (not pulling static wasm files)
    
    * fix: inline htmlrewriter wasm blob to workaround bundling problems
    
    * Update tools/build.js
    
    Co-authored-by: Philippe Serhal <[email protected]>
    
    ---------
    
    Co-authored-by: jake champion <[email protected]>
    Co-authored-by: Philippe Serhal <[email protected]>
    3 people authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    4d7ad97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2c39c View commit details
    Browse the repository at this point in the history
Loading