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: fastify/send
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: fastify/send
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 2, 2024

  1. feat: add maxContentRangeChunkSize option (#90)

    * Add maxChunkSize to SendOptions
    
    * Revert unused change
    
    * Fix for the case when maxChunkSize is null
    
    * Add maxChunkSize related tests
    
    * Fix README.md
    
    * typo
    
    * Add tsd tests
    
    * Apply suggestions from code review
    
    Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
    Signed-off-by: Kaede Fujisaki <kaede@hexe.net>
    
    * All options must be sorted alphabetically
    
    * add test cases
    
    * add more test cases
    
    * add more test cases
    
    * Renamed to highWatarmark
    
    * nits: Fix doc
    
    * Renamed to `maxReturnSize`
    
    * Update README.md
    
    Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
    
    * Renamed to `maxContentRangeChunkSize`
    
    * Empty commit to kick CI
    
    ---------
    
    Signed-off-by: Kaede Fujisaki <kaede@hexe.net>
    Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
    Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    3 people authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    35c75b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. 3.3.0

    Fdawgs committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    14de39b View commit details
    Browse the repository at this point in the history
Loading