Skip to content

Commit

Permalink
Merge pull request #19 from sivukhin/upgrade-isomorphic-fetch
Browse files Browse the repository at this point in the history
upgrade isomorphic-fetch: 0.2.5 -> 0.3.1
  • Loading branch information
penberg committed Sep 16, 2024
2 parents 632c7cb + 6073d9b commit 91ce1d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.0 -- 2024-09-16

- Upgrade isomorphic-fetch to v0.3.0 which do not override `fetch` agent and do not have issue with headers in cloud providers (see https://github.com/libsql/isomorphic-ts/pull/17)

## 0.6.3 -- 2024-08-25

- Make sure fetch response body is read or cancelled during flush, which fixes random networking errors observed by users.
Expand Down
15 changes: 9 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libsql/hrana-client",
"version": "0.6.3",
"version": "0.7.0",
"keywords": [
"hrana",
"libsql",
Expand Down Expand Up @@ -45,7 +45,7 @@
"typedoc": "rm -rf ./docs && typedoc"
},
"dependencies": {
"@libsql/isomorphic-fetch": "^0.2.1",
"@libsql/isomorphic-fetch": "^0.3.1",
"@libsql/isomorphic-ws": "^0.1.5",
"js-base64": "^3.7.5",
"node-fetch": "^3.3.2"
Expand Down

0 comments on commit 91ce1d3

Please sign in to comment.