Bun v0.1.13 (fixes a regression) #1251
Jarred-Sumner
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To upgrade:
To install:
curl https://bun.sh/install | bash
If you have any problems upgrading
Run the install script (you can run it multiple times):
curl https://bun.sh/install | bash
This fixes a regression introduced in Bun v0.1.12 where
fetch()
with a body would fail to write the body when the body was small. This also addskeepalive: false
andtimeout: false
tofetch
as options.Please see Bun v0.1.12's release notes, as a lot more changed there.
This discussion was created from the release Bun v0.1.13 (fixes a regression) .
Beta Was this translation helpful? Give feedback.
All reactions