Bun v0.5.8 #2436
Jarred-Sumner
announced in
Announcements
Bun v0.5.8
#2436
Replies: 1 comment 4 replies
-
Trying to install 0.5.8 on my Mac is giving me:
First time I've seen that error. Is this expected, or did something go wrong with the build? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Read Bun v0.5.8's release notes on Bun's blog
To install:
To upgrade:
What's Changed
bun.copy()
overstd.mem.copy()
by @alexlamsl in preferbun.copy()
overstd.mem.copy()
#2152compiler_rt
needed by @ThatOneBro in fix(zig-build): disable stack probing on x86_64 so nocompiler_rt
needed #2159os.cpus
for Darwin (OS X) by @jwhear in Implementos.cpus
for Darwin (OS X) #2115HTMLRewriter.onDocument
is broken #2024 by @jwhear in Fix #2024 #2161compiler_rt
linking failure onx86_64
by @alexlamsl in fixcompiler_rt
linking failure onx86_64
#2163developing.md
by @charliermarsh in Fix typo indeveloping.md
#2166modules.md
by @charliermarsh in Add missing "that" inmodules.md
#2167.serialize
typo by @Sheraff in docs: Fix sqlite.md.serialize
typo #2178bun pm ls
by @alexlamsl in improvebun pm ls
#2192node:http
compatibility by @ThatOneBro in Updatenode:http
compatibility #2184globalThis.reloadCount++;
toglobalThis.count++;
by @cunzaizhuyi in docs: fixglobalThis.reloadCount++;
toglobalThis.count++;
#2198stdout
to file by @alexlamsl in fix ANSI escape codes piped fromstdout
to file #2202sqliteDb.run(' ')
throwingnot an error
by @ThatOneBro in fix(bun:sqlite): fixsqliteDb.run(' ')
throwingnot an error
#2226preload
support (likenode -r
except in a config file) by @Jarred-Sumner in Implementpreload
support (likenode -r
except in a config file) #2231-D
,--dev
flags for bun install by @jwhear in Add-D
,--dev
flags for bun install #2240URL
objs tohttp.request
(Node https interop bug with https.request to fetch mapping #2253) by @ThatOneBro in fix(node:http/https): fix passingURL
objs tohttp.request
(#2253) #2258http.request()
GET/HEAD w/ body by @ThatOneBro in fix(node:http): match Nodehttp.request()
GET/HEAD w/ body #2262JSCInitialize
by @ThatOneBro in fix(bindings): markJSCInitialize
#2265Bun.sleepSync
to actually use milliseconds by @jwhear in FixBun.sleepSync
to actually use milliseconds #2242fs/promises
types. Migratefs.test.js
to TypeScript. by @colinhacks in Addfs/promises
types. Migratefs.test.js
to TypeScript. #2279node:http
by @colinhacks in Improve types fornode:http
#2284latest
tagged version if in range by @alexlamsl in [install] uselatest
tagged version if in range #2302expect().toThrow(/pattern/)
by @alexlamsl in supportexpect().toThrow(/pattern/)
#2314Blob
error messages on Linux by @alexlamsl in fix missingBlob
error messages on Linux #2315tty.WriteStream
methods toprocess.{stdout, stderr}
by @ThatOneBro in feat(tty): add sometty.WriteStream
methods toprocess.{stdout, stderr}
#2320bun test
on macOS in GitHub Actions by @alexlamsl inbun test
on macOS in GitHub Actions #2322crypto.scryptSync
by @dylan-conway in throw invalid parameter errors incrypto.scryptSync
#2331Buffer
compatibility with Node.js by @alexlamsl in improveBuffer
compatibility with Node.js #2341bun test
after macOS builds by @alexlamsl in runbun test
after macOS builds #2343Blob.prototype.type
by @Jarred-Sumner in More spec compliantBlob.prototype.type
#2340<Component />
by @bushuai in docs(react): add the missing props.message to<Component />
#2347StringPrototypeSlice
by @ThatOneBro in fix(node:child_process): fix missing primordialStringPrototypeSlice
#2352require.resolve
with an empty options object Investigate crash infunctionRequireResolve
#2370 by @paperdave in fixrequire.resolve
with an empty options object #2370 #2371toMatchSnapshot()
by @dylan-conway in ImplementtoMatchSnapshot()
#2294bun.lockb
by @alexlamsl in [install] sanitise against malformedbun.lockb
#2397New Contributors
developing.md
#2166.serialize
typo #2178globalThis.reloadCount++;
toglobalThis.count++;
#2198<Component />
#2347Full Changelog: bun-v0.5.7...bun-v0.5.8
This discussion was created from the release Bun v0.5.8.
Beta Was this translation helpful? Give feedback.
All reactions