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/light-my-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4589e18
Choose a base ref
...
head repository: fastify/light-my-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11f2447
Choose a head ref
  • 8 commits
  • 8 files changed
  • 4 contributors

Commits on Oct 7, 2024

  1. Update cookie to v0.7 (#301)

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cb68674 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.1.0

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    151a05b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. refactor(lib/request): use Object.hasOwn() (#304)

    Signed-off-by: Frazer Smith <[email protected]>
    Fdawgs authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3481ba6 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/node from 20.16.13 to 22.7.7 (#306)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.16.13 to 22.7.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    19d39d0 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump cookie from 0.7.2 to 1.0.1 (#307)

    Bumps [cookie](https://github.com/jshttp/cookie) from 0.7.2 to 1.0.1.
    - [Release notes](https://github.com/jshttp/cookie/releases)
    - [Commits](jshttp/cookie@v0.7.2...v1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cookie
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7748441 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 (#305)

    * build(deps): bump fastify/workflows from 5.0.0 to 5.0.1
    
    Bumps [fastify/workflows](https://github.com/fastify/workflows) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/fastify/workflows/releases)
    - [Commits](fastify/workflows@v5.0.0...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: fastify/workflows
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * v5
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gürgün Dayıoğlu <[email protected]>
    dependabot[bot] and gurgunday authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    069dfc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Add payloadAsStream option (#308)

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    587cd2f View commit details
    Browse the repository at this point in the history
  2. Bumped v6.2.0

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    11f2447 View commit details
    Browse the repository at this point in the history
Loading