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: netlify/blobs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.1
Choose a base ref
...
head repository: netlify/blobs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.2
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 11, 2025

  1. chore(deps): update dependency esbuild to ^0.25.0 [security] (#216)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 11, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    gregberge Greg Bergé
    Copy the full SHA
    b365fe9 View commit details

Commits on Mar 3, 2025

  1. chore(deps): update dependency typescript to v5.8.2 (#219)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6740a7b View commit details

Commits on Mar 10, 2025

  1. chore(deps): update commitlint monorepo to v19.8.0 (#220)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    322ff9e View commit details

Commits on Mar 14, 2025

  1. fix: allow siteID and token to be passed in Functions v2 and Edge Fun… (

    hrishikesh-k authored Mar 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4163f6f View commit details

Commits on Mar 17, 2025

  1. chore(deps): update dependency esbuild to v0.25.1 (#222)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    398e32d View commit details

Commits on Mar 24, 2025

  1. chore(main): release 8.1.2 (#221)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Mar 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7983ed4 View commit details
Showing with 430 additions and 400 deletions.
  1. +7 −0 CHANGELOG.md
  2. +408 −398 package-lock.json
  3. +2 −2 package.json
  4. +13 −0 src/store_factory.ts
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.1.2](https://github.com/netlify/blobs/compare/v8.1.1...v8.1.2) (2025-03-17)


### Bug Fixes

* allow siteID and token to be passed in Functions v2 and Edge Fun… ([#217](https://github.com/netlify/blobs/issues/217)) ([4163f6f](https://github.com/netlify/blobs/commit/4163f6f18a14f95df547d27e5f219e40df494e38))

## [8.1.1](https://github.com/netlify/blobs/compare/v8.1.0...v8.1.1) (2025-02-10)


Loading