Alistair Smith
|
9eb088140a
|
SQL.ResultLike constraint
|
2025-07-07 17:51:40 -07:00 |
|
Alistair Smith
|
8e1a9566a1
|
better use of SQL.Query in sql.file & sql.unsafe
|
2025-07-07 14:10:21 -07:00 |
|
Alistair Smith
|
d8ecb14e57
|
.path is broken, document runtime config .connection for pg
|
2025-07-07 14:04:50 -07:00 |
|
Alistair Smith
|
dca9d767b6
|
Bun implements sync function for sql.options.pass[word]
|
2025-07-07 13:43:10 -07:00 |
|
Alistair Smith
|
39c82c2add
|
all optional values should accept undefined
|
2025-07-07 13:33:43 -07:00 |
|
Alistair Smith
|
9514905605
|
Default values for sql options, also introduce path
|
2025-07-07 13:12:41 -07:00 |
|
Alistair Smith
|
f87c3ca843
|
improve postgres.js sql compatibility (connect_timeout)
|
2025-07-07 12:43:58 -07:00 |
|
Alistair Smith
|
a2820dd4c3
|
Merge branch 'main' of github.com:oven-sh/bun into ali/sql-types
|
2025-07-07 11:37:51 -07:00 |
|
CountBleck
|
d306e65d0e
|
Remove duplicate toBeInstanceOf type declaration for Expect (#20844)
|
2025-07-05 17:25:52 -07:00 |
|
Adam
|
7ba4b1d01e
|
Fix: deprecated goo.gl links in snapshots raised in issue #20086 (#20424)
|
2025-07-05 00:58:42 -07:00 |
|
Alistair Smith
|
180269aa07
|
SQLOptions → SQL.Options, make Query require a type param
|
2025-07-03 22:41:34 -07:00 |
|
Alistair Smith
|
c404c842ee
|
move deprecated symbols, change disposable sql types
|
2025-07-03 18:22:47 -07:00 |
|
Alistair Smith
|
170fce2efe
|
move types to SQL namespace
|
2025-07-03 18:16:35 -07:00 |
|
Alistair Smith
|
878d6e0e0c
|
fix issues
|
2025-07-03 18:10:39 -07:00 |
|
Alistair Smith
|
e492f4ccb3
|
types: Introduce SQLHelper in Bun.sql
|
2025-07-03 17:45:13 -07:00 |
|
Jarred Sumner
|
27c979129c
|
Introduce Bun.randomUUIDv5 (#20782)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: jarred <jarred@bun.sh>
Co-authored-by: Meghan Denny <meghan@bun.sh>
|
2025-07-02 22:47:14 -07:00 |
|
Zack Radisic
|
0b9bab34d8
|
SSG (#20745)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-07-02 20:06:43 -07:00 |
|
Jarred Sumner
|
74e65317f2
|
Fix type for HTML imports (#20744)
|
2025-06-30 23:36:41 -07:00 |
|
pfg
|
3223da2734
|
ReadableStream .text(), .json(), .arrayBuffer(), .bytes() (#20694)
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-06-28 00:27:57 -07:00 |
|
Ciro Spaciari
|
964f2a8941
|
fix(fetch/s3) Handle backpressure when upload large bodies (#20481)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
|
2025-06-27 20:52:46 -07:00 |
|
Ciro Spaciari
|
c15190990c
|
fix(sockets) some fixes and improvements (#20652)
|
2025-06-26 15:57:06 -07:00 |
|
Jarred Sumner
|
4cc61a1b8c
|
Fix NODE_PATH for bun build (#20576)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-22 20:51:45 -07:00 |
|
Michael H
|
b9e72d0d2e
|
Make bunx work with npm i -g bun on windows (#20471)
|
2025-06-18 12:00:16 -07:00 |
|
Jarred Sumner
|
f46df399eb
|
Update package.json
|
2025-06-15 19:30:11 -07:00 |
|
berzan
|
155475693b
|
Change clip-path property to clipPath. (#20409)
|
2025-06-15 13:19:56 -07:00 |
|
Meghan Denny
|
139f2b23a2
|
chore: trim trailing space in uws (#20388)
|
2025-06-15 08:59:12 -07:00 |
|
pfg
|
e0924ef226
|
Implement require('tls').getCACertificates() (#20364)
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
|
2025-06-13 17:30:04 -07:00 |
|
Meghan Denny
|
a445b45e55
|
empty commit to trigger formatting ci (#20378)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-06-13 15:18:28 -07:00 |
|
Christian Rishøj
|
82b34bbbdd
|
feat(sqlite): Add columnTypes and declaredTypes to Statement (#20232)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-06-13 19:48:37 +02:00 |
|
Kuba Ellwart
|
4329a66a1d
|
fix(types): make the RedisClient.del accept spread keys by default (#20348)
|
2025-06-12 17:06:51 -07:00 |
|
Alistair Smith
|
3d19c1156c
|
support multiple keys in RedisClient#del (#20307)
|
2025-06-11 17:31:35 -07:00 |
|
Jarred Sumner
|
8750f0b884
|
Add FileRoute for serving files (#20198)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2025-06-10 19:41:21 -07:00 |
|
Jarred Sumner
|
601b8e3aaa
|
Add CLAUDE.md to bun-types
|
2025-06-09 15:06:26 -07:00 |
|
Jarred Sumner
|
c9761d4aa6
|
Fixes flaky test-http-pipeline-requests-connection-leak.js (#20248)
|
2025-06-07 05:19:11 -07:00 |
|
Jarred Sumner
|
27abb51561
|
Add fallback for ADDRCONFIG like Chrome's, avoid glibc UDP port 0 hangs (#19753)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-05 20:20:00 -07:00 |
|
Jarred Sumner
|
538caa4d5e
|
Fix incorrect typescript type
|
2025-06-05 18:28:00 -07:00 |
|
Joel Shepherd
|
13c5b0d9cb
|
Added rapidhash algorithm (#20163)
|
2025-06-03 03:34:35 -07:00 |
|
Kuba Ellwart
|
d6e45afef9
|
Support Optional Message Argument in RedisClient.ping() (#20161)
|
2025-06-03 02:33:10 -07:00 |
|
Roman A
|
13ea970852
|
A couple grammar fixes (#20096)
|
2025-05-31 19:14:51 -07:00 |
|
Jarred Sumner
|
010ef4d119
|
More comments in the socket type definition (#19410)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-05-30 19:12:30 -07:00 |
|
Leander Paul
|
3cf353b755
|
feat: additional jest types in bun test (#19255)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-05-30 15:28:11 -07:00 |
|
Meghan Denny
|
809992229f
|
node:net rework (#18962)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-05-28 17:04:37 -07:00 |
|
Jarred Sumner
|
df017990aa
|
Implement automatic workspace folders support for Chrome DevTools (#19949)
|
2025-05-28 00:25:30 -07:00 |
|
Yechao LI
|
325d0b1ed6
|
fix: correct function type for spyon an optional function (#19240)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-05-26 21:58:10 -07:00 |
|
Pierre
|
6317d6498f
|
fix: Add missing CryptoKeyPair global type (#19921)
Co-authored-by: Alistair Smith <hi@alistair.sh>
|
2025-05-26 18:17:29 -07:00 |
|
Seth Flynn
|
c024e73e6a
|
fix(BunRequest): make clone() return a BunRequest (#19813)
|
2025-05-23 23:37:47 -07:00 |
|
Dylan Conway
|
8ddb92085b
|
update bun.lock types for catalog(s) (#19814)
Co-authored-by: RiskyMH <git@riskymh.dev>
|
2025-05-21 00:22:18 -07:00 |
|
Jarred Sumner
|
4ca83be84f
|
Add Zstd decompression to HTTP client (#19800)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-05-20 23:26:47 -07:00 |
|
Dylan Conway
|
33be08bde8
|
Fix RuntimeError.from return value (#19777)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2025-05-19 17:05:10 -07:00 |
|
Jarred Sumner
|
11ed29068f
|
Simplify the root package.json (#19718)
|
2025-05-17 05:21:28 -07:00 |
|