Luigi Pinca
843925544e
[dist] 8.20.0
CI / test (x64, 10, macOS-latest) (push) Has been cancelled
CI / test (x64, 10, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 10, windows-latest) (push) Has been cancelled
CI / test (x64, 12, macOS-latest) (push) Has been cancelled
CI / test (x64, 12, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 12, windows-latest) (push) Has been cancelled
CI / test (x64, 14, macOS-latest) (push) Has been cancelled
CI / test (x64, 14, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 14, windows-latest) (push) Has been cancelled
CI / test (x64, 16, macOS-latest) (push) Has been cancelled
CI / test (x64, 16, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 16, windows-latest) (push) Has been cancelled
CI / test (x64, 18, macOS-latest) (push) Has been cancelled
CI / test (x64, 18, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 18, windows-latest) (push) Has been cancelled
CI / test (x64, 20, macOS-latest) (push) Has been cancelled
CI / test (x64, 20, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 20, windows-latest) (push) Has been cancelled
CI / test (x64, 22, macOS-latest) (push) Has been cancelled
CI / test (x64, 22, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 22, windows-latest) (push) Has been cancelled
CI / test (x64, 24, macOS-latest) (push) Has been cancelled
CI / test (x64, 24, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 24, windows-latest) (push) Has been cancelled
CI / test (x64, 25, macOS-latest) (push) Has been cancelled
CI / test (x64, 25, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 25, windows-latest) (push) Has been cancelled
CI / test (x86, 10, windows-latest) (push) Has been cancelled
CI / test (x86, 12, windows-latest) (push) Has been cancelled
CI / test (x86, 14, windows-latest) (push) Has been cancelled
CI / test (x86, 16, windows-latest) (push) Has been cancelled
CI / test (x86, 20, windows-latest) (push) Has been cancelled
CI / test (x86, 22, windows-latest) (push) Has been cancelled
CI / coverage (push) Has been cancelled
8.20.0
2026-03-21 18:12:40 +01:00
Luigi Pinca
d3503c1fd3
[minor] Export the PerMessageDeflate class and header utils
...
Export the `PerMessageDeflate` class, the parser and serializer for the
`Sec-WebSocket-Extensions` header, and the parser for the
`Sec-WebSocket-Protocol` header.
Documentation is intentionally omitted as these utilities are primarily
intended for niche use cases rather than general consumption.
Refs: https://github.com/websockets/ws/pull/2313
2026-03-17 21:43:32 +01:00
Luigi Pinca
3ee5349a0b
[api] Convert the isServer and maxPayload parameters to options
...
To simplify the API before exporting the `PerMessageDeflate` class,
reduce the number of positional parameters in the constructor by moving
`isServer` and `maxPayload` into the options object.
2026-03-17 21:43:32 +01:00
Luigi Pinca
91707b470e
[doc] Add missing space
2026-02-23 22:17:46 +01:00
Luigi Pinca
8b55319226
[pkg] Update eslint to version 10.0.1
2026-02-23 10:55:07 +01:00
Luigi Pinca
ca533a53f3
[pkg] Update globals to version 17.0.0
2026-01-09 13:10:14 +01:00
Luigi Pinca
61349ec5da
[dist] 8.19.0
CI / test (x64, 10, macOS-latest) (push) Has been cancelled
CI / test (x64, 10, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 10, windows-latest) (push) Has been cancelled
CI / test (x64, 12, macOS-latest) (push) Has been cancelled
CI / test (x64, 12, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 12, windows-latest) (push) Has been cancelled
CI / test (x64, 14, macOS-latest) (push) Has been cancelled
CI / test (x64, 14, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 14, windows-latest) (push) Has been cancelled
CI / test (x64, 16, macOS-latest) (push) Has been cancelled
CI / test (x64, 16, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 16, windows-latest) (push) Has been cancelled
CI / test (x64, 18, macOS-latest) (push) Has been cancelled
CI / test (x64, 18, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 18, windows-latest) (push) Has been cancelled
CI / test (x64, 20, macOS-latest) (push) Has been cancelled
CI / test (x64, 20, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 20, windows-latest) (push) Has been cancelled
CI / test (x64, 22, macOS-latest) (push) Has been cancelled
CI / test (x64, 22, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 22, windows-latest) (push) Has been cancelled
CI / test (x64, 24, macOS-latest) (push) Has been cancelled
CI / test (x64, 24, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 24, windows-latest) (push) Has been cancelled
CI / test (x64, 25, macOS-latest) (push) Has been cancelled
CI / test (x64, 25, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 25, windows-latest) (push) Has been cancelled
CI / test (x86, 10, windows-latest) (push) Has been cancelled
CI / test (x86, 12, windows-latest) (push) Has been cancelled
CI / test (x86, 14, windows-latest) (push) Has been cancelled
CI / test (x86, 16, windows-latest) (push) Has been cancelled
CI / test (x86, 20, windows-latest) (push) Has been cancelled
CI / test (x86, 22, windows-latest) (push) Has been cancelled
CI / coverage (push) Has been cancelled
8.19.0
2026-01-05 18:38:54 +01:00
Anthony
3f9ffc688f
[feature] Introduce the closeTimeout option ( #2308 )
...
Make graceful close timeout configurable.
2026-01-05 18:38:48 +01:00
Luigi Pinca
1998485410
[fix] Ensure all remaining data is read as a single chunk
...
Do not rely on undocumented behavior, call `socket.read()` with the actual
number of bytes to read.
Refs: https://github.com/nodejs/node/pull/60441
2026-01-02 17:25:11 +01:00
Luigi Pinca
726c3732b3
[doc] Sort options alphabetically
2025-12-18 10:13:29 +01:00
Luigi Pinca
b151f1e8a3
[ci] Update actions/checkout action to v6
2025-12-02 14:08:11 +01:00
Luigi Pinca
dabdd5b301
[ci] Update actions/setup-node action to v6
2025-11-03 20:39:08 +01:00
Luigi Pinca
86eac5b44a
[ci] Test on node 25
2025-10-20 09:13:06 +02:00
Luigi Pinca
1891e1474f
[ci] Update actions/setup-node action to v5
2025-09-04 21:22:08 +02:00
Luigi Pinca
aa28c77904
[ci] Update actions/checkout action to v5
2025-09-04 21:21:46 +02:00
Luigi Pinca
dabbdec92f
[dist] 8.18.3
CI / test (x64, 10, macOS-latest) (push) Has been cancelled
CI / test (x64, 10, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 10, windows-latest) (push) Has been cancelled
CI / test (x64, 12, macOS-latest) (push) Has been cancelled
CI / test (x64, 12, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 12, windows-latest) (push) Has been cancelled
CI / test (x64, 14, macOS-latest) (push) Has been cancelled
CI / test (x64, 14, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 14, windows-latest) (push) Has been cancelled
CI / test (x64, 16, macOS-latest) (push) Has been cancelled
CI / test (x64, 16, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 16, windows-latest) (push) Has been cancelled
CI / test (x64, 18, macOS-latest) (push) Has been cancelled
CI / test (x64, 18, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 18, windows-latest) (push) Has been cancelled
CI / test (x64, 20, macOS-latest) (push) Has been cancelled
CI / test (x64, 20, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 20, windows-latest) (push) Has been cancelled
CI / test (x64, 22, macOS-latest) (push) Has been cancelled
CI / test (x64, 22, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 22, windows-latest) (push) Has been cancelled
CI / test (x64, 24, macOS-latest) (push) Has been cancelled
CI / test (x64, 24, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 24, windows-latest) (push) Has been cancelled
CI / test (x86, 10, windows-latest) (push) Has been cancelled
CI / test (x86, 12, windows-latest) (push) Has been cancelled
CI / test (x86, 14, windows-latest) (push) Has been cancelled
CI / test (x86, 16, windows-latest) (push) Has been cancelled
CI / test (x86, 20, windows-latest) (push) Has been cancelled
CI / test (x86, 22, windows-latest) (push) Has been cancelled
CI / coverage (push) Has been cancelled
8.18.3
2025-06-28 15:03:00 +02:00
yusheng chen
33f5dbaf33
[fix] Respond with the supported protocol versions ( #2291 )
...
Add the `Sec-WebSocket-Version` header, listing all supported versions,
to the response if the client requested version is either invalid or
unacceptable.
2025-06-28 15:00:23 +02:00
Luigi Pinca
22a5a17db5
[ci] Test on node 24
2025-05-13 21:21:39 +02:00
Luigi Pinca
e67eb7ad70
[ci] Do not test on node 23
2025-05-13 21:21:07 +02:00
Luigi Pinca
fa670f2b24
[ci] Run the lint step on node 22
2025-05-13 21:20:33 +02:00
Luigi Pinca
0eb8535f9b
[dist] 8.18.2
CI / test (x64, 10, macOS-latest) (push) Has been cancelled
CI / test (x64, 10, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 10, windows-latest) (push) Has been cancelled
CI / test (x64, 12, macOS-latest) (push) Has been cancelled
CI / test (x64, 12, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 12, windows-latest) (push) Has been cancelled
CI / test (x64, 14, macOS-latest) (push) Has been cancelled
CI / test (x64, 14, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 14, windows-latest) (push) Has been cancelled
CI / test (x64, 16, macOS-latest) (push) Has been cancelled
CI / test (x64, 16, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 16, windows-latest) (push) Has been cancelled
CI / test (x64, 18, macOS-latest) (push) Has been cancelled
CI / test (x64, 18, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 18, windows-latest) (push) Has been cancelled
CI / test (x64, 20, macOS-latest) (push) Has been cancelled
CI / test (x64, 20, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 20, windows-latest) (push) Has been cancelled
CI / test (x64, 22, macOS-latest) (push) Has been cancelled
CI / test (x64, 22, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 22, windows-latest) (push) Has been cancelled
CI / test (x64, 23, macOS-latest) (push) Has been cancelled
CI / test (x64, 23, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 23, windows-latest) (push) Has been cancelled
CI / test (x86, 10, windows-latest) (push) Has been cancelled
CI / test (x86, 12, windows-latest) (push) Has been cancelled
CI / test (x86, 14, windows-latest) (push) Has been cancelled
CI / test (x86, 16, windows-latest) (push) Has been cancelled
CI / test (x86, 20, windows-latest) (push) Has been cancelled
CI / test (x86, 22, windows-latest) (push) Has been cancelled
CI / coverage (push) Has been cancelled
8.18.2
2025-05-02 20:58:15 +02:00
Amirali Amirifar
4f20aedbe2
[fix] Handle oversized messages with designated error ( #2285 )
...
Ensure that the correct error is surfaced when the max message size is
exceeded.
2025-05-02 15:03:02 +02:00
Luigi Pinca
aa998e38c5
[pkg] Update globals to version 16.0.0
2025-04-05 12:07:23 +02:00
Luigi Pinca
cf259541e8
[minor] Fix nit in error message
...
Closes #2276
2025-03-25 16:04:16 +01:00
Luigi Pinca
b92745a9d6
[dist] 8.18.1
CI / test (x64, 10, macOS-latest) (push) Has been cancelled
CI / test (x64, 10, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 10, windows-latest) (push) Has been cancelled
CI / test (x64, 12, macOS-latest) (push) Has been cancelled
CI / test (x64, 12, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 12, windows-latest) (push) Has been cancelled
CI / test (x64, 14, macOS-latest) (push) Has been cancelled
CI / test (x64, 14, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 14, windows-latest) (push) Has been cancelled
CI / test (x64, 16, macOS-latest) (push) Has been cancelled
CI / test (x64, 16, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 16, windows-latest) (push) Has been cancelled
CI / test (x64, 18, macOS-latest) (push) Has been cancelled
CI / test (x64, 18, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 18, windows-latest) (push) Has been cancelled
CI / test (x64, 20, macOS-latest) (push) Has been cancelled
CI / test (x64, 20, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 20, windows-latest) (push) Has been cancelled
CI / test (x64, 22, macOS-latest) (push) Has been cancelled
CI / test (x64, 22, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 22, windows-latest) (push) Has been cancelled
CI / test (x64, 23, macOS-latest) (push) Has been cancelled
CI / test (x64, 23, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 23, windows-latest) (push) Has been cancelled
CI / test (x86, 10, windows-latest) (push) Has been cancelled
CI / test (x86, 12, windows-latest) (push) Has been cancelled
CI / test (x86, 14, windows-latest) (push) Has been cancelled
CI / test (x86, 16, windows-latest) (push) Has been cancelled
CI / test (x86, 20, windows-latest) (push) Has been cancelled
CI / test (x86, 22, windows-latest) (push) Has been cancelled
CI / coverage (push) Has been cancelled
8.18.1
2025-02-21 10:07:39 +01:00
Luigi Pinca
b3d97470ce
[doc] Fix nit
2025-02-20 15:44:57 +01:00
Luigi Pinca
021f7b8bff
[test] Shorten the path lengths
...
Shorten the length of temporary file and UNIX domain socket paths.
Refs: https://github.com/nodejs/node/pull/57005#issuecomment-2666921592
2025-02-20 15:43:05 +01:00
Luigi Pinca
b9ca55b0aa
[pkg] Update eslint-config-prettier to version 10.0.1
2025-01-14 14:29:42 +01:00
Syed Sadiq Ali
c798dd4ee2
[doc] Fix typo ( #2271 )
2025-01-01 20:13:35 +01:00
Luigi Pinca
68614728c1
[ci] Test on node 23
2024-10-26 18:00:08 +02:00
Isaiah Thomason
019f28ff1f
[minor] Improve JSDoc-inferred types ( #2242 )
2024-07-14 15:20:58 +02:00
yuhao
bfe1b2a623
[doc] Remove unnecessary period ( #2240 )
2024-07-04 19:37:58 +02:00
Luigi Pinca
f7dc469717
[doc] Fix the type of the data argument
2024-07-04 07:56:58 +02:00
Luigi Pinca
976c53c406
[dist] 8.18.0
CI / test (x64, 10, macOS-latest) (push) Has been cancelled
CI / test (x64, 10, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 10, windows-latest) (push) Has been cancelled
CI / test (x64, 12, macOS-latest) (push) Has been cancelled
CI / test (x64, 12, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 12, windows-latest) (push) Has been cancelled
CI / test (x64, 14, macOS-latest) (push) Has been cancelled
CI / test (x64, 14, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 14, windows-latest) (push) Has been cancelled
CI / test (x64, 16, macOS-latest) (push) Has been cancelled
CI / test (x64, 16, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 16, windows-latest) (push) Has been cancelled
CI / test (x64, 18, macOS-latest) (push) Has been cancelled
CI / test (x64, 18, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 18, windows-latest) (push) Has been cancelled
CI / test (x64, 20, macOS-latest) (push) Has been cancelled
CI / test (x64, 20, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 20, windows-latest) (push) Has been cancelled
CI / test (x64, 22, macOS-latest) (push) Has been cancelled
CI / test (x64, 22, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 22, windows-latest) (push) Has been cancelled
CI / test (x86, 10, windows-latest) (push) Has been cancelled
CI / test (x86, 12, windows-latest) (push) Has been cancelled
CI / test (x86, 14, windows-latest) (push) Has been cancelled
CI / test (x86, 16, windows-latest) (push) Has been cancelled
CI / test (x86, 20, windows-latest) (push) Has been cancelled
CI / test (x86, 22, windows-latest) (push) Has been cancelled
CI / coverage (push) Has been cancelled
8.18.0
2024-07-03 18:36:56 +02:00
Luigi Pinca
59b9629b78
[feature] Add support for Blob ( #2229 )
...
Closes #2206
2024-07-02 17:50:16 +02:00
Luigi Pinca
0d1b5e6c4a
[security] Use more descriptive text for 2017 vulnerability link
2024-06-16 21:21:28 +02:00
Luigi Pinca
15f11a052a
[security] Add new DoS vulnerability to SECURITY.md
2024-06-16 21:00:17 +02:00
Luigi Pinca
3c56601092
[dist] 8.17.1
CI / test (x64, 10, macOS-latest) (push) Has been cancelled
CI / test (x64, 10, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 10, windows-latest) (push) Has been cancelled
CI / test (x64, 12, macOS-latest) (push) Has been cancelled
CI / test (x64, 12, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 12, windows-latest) (push) Has been cancelled
CI / test (x64, 14, macOS-latest) (push) Has been cancelled
CI / test (x64, 14, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 14, windows-latest) (push) Has been cancelled
CI / test (x64, 16, macOS-latest) (push) Has been cancelled
CI / test (x64, 16, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 16, windows-latest) (push) Has been cancelled
CI / test (x64, 18, macOS-latest) (push) Has been cancelled
CI / test (x64, 18, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 18, windows-latest) (push) Has been cancelled
CI / test (x64, 20, macOS-latest) (push) Has been cancelled
CI / test (x64, 20, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 20, windows-latest) (push) Has been cancelled
CI / test (x64, 22, macOS-latest) (push) Has been cancelled
CI / test (x64, 22, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 22, windows-latest) (push) Has been cancelled
CI / test (x86, 10, windows-latest) (push) Has been cancelled
CI / test (x86, 12, windows-latest) (push) Has been cancelled
CI / test (x86, 14, windows-latest) (push) Has been cancelled
CI / test (x86, 16, windows-latest) (push) Has been cancelled
CI / test (x86, 20, windows-latest) (push) Has been cancelled
CI / test (x86, 22, windows-latest) (push) Has been cancelled
CI / coverage (push) Has been cancelled
8.17.1
2024-06-16 15:35:43 +02:00
Luigi Pinca
e55e5106f1
[security] Fix crash when the Upgrade header cannot be read ( #2231 )
...
It is possible that the Upgrade header is correctly received and handled
(the `'upgrade'` event is emitted) without its value being returned to
the user. This can happen if the number of received headers exceed the
`server.maxHeadersCount` or `request.maxHeadersCount` threshold. In this
case `incomingMessage.headers.upgrade` may not be set.
Handle the case correctly and abort the handshake.
Fixes #2230
2024-06-16 11:42:59 +02:00
Luigi Pinca
6a00029edd
[test] Increase code coverage
2024-06-13 21:53:40 +02:00
Luigi Pinca
ddfe4a804d
[perf] Reduce the amount of crypto.randomFillSync() calls
...
Use a pool of random bytes to reduce the amount of
`crypto.randomFillSync()` calls.
Refs: https://github.com/nodejs/undici/pull/3204
2024-05-18 17:11:07 +02:00
Luigi Pinca
b73b11828d
[dist] 8.17.0
CI / test (x64, 10, macOS-latest) (push) Has been cancelled
CI / test (x64, 10, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 10, windows-latest) (push) Has been cancelled
CI / test (x64, 12, macOS-latest) (push) Has been cancelled
CI / test (x64, 12, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 12, windows-latest) (push) Has been cancelled
CI / test (x64, 14, macOS-latest) (push) Has been cancelled
CI / test (x64, 14, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 14, windows-latest) (push) Has been cancelled
CI / test (x64, 16, macOS-latest) (push) Has been cancelled
CI / test (x64, 16, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 16, windows-latest) (push) Has been cancelled
CI / test (x64, 18, macOS-latest) (push) Has been cancelled
CI / test (x64, 18, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 18, windows-latest) (push) Has been cancelled
CI / test (x64, 20, macOS-latest) (push) Has been cancelled
CI / test (x64, 20, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 20, windows-latest) (push) Has been cancelled
CI / test (x64, 22, macOS-latest) (push) Has been cancelled
CI / test (x64, 22, ubuntu-latest) (push) Has been cancelled
CI / test (x64, 22, windows-latest) (push) Has been cancelled
CI / test (x86, 10, windows-latest) (push) Has been cancelled
CI / test (x86, 12, windows-latest) (push) Has been cancelled
CI / test (x86, 14, windows-latest) (push) Has been cancelled
CI / test (x86, 16, windows-latest) (push) Has been cancelled
CI / test (x86, 20, windows-latest) (push) Has been cancelled
CI / test (x86, 22, windows-latest) (push) Has been cancelled
CI / coverage (push) Has been cancelled
8.17.0
2024-04-28 07:41:02 +02:00
Luigi Pinca
29694a5905
[test] Use the highWaterMark variable
...
Use the value of the `highWaterMark` variable instead of `16384`.
2024-04-26 08:04:47 +02:00
Luigi Pinca
934c9d6b93
[ci] Test on node 22
2024-04-26 07:26:49 +02:00
Luigi Pinca
1817bac06e
[ci] Do not test on node 21
2024-04-26 07:26:49 +02:00
Luigi Pinca
96c9b3dedd
[major] Flip the default value of allowSynchronousEvents ( #2221 )
...
Flip the default value of the `allowSynchronousEvents` option to `true`.
Refs: https://github.com/websockets/ws/pull/2218
2024-04-24 15:42:40 +02:00
Luigi Pinca
e5f32c7e1e
[fix] Emit at most one event per event loop iteration ( #2218 )
...
Fixes #2216
2024-04-24 15:32:43 +02:00
Luigi Pinca
2aa0405a5e
[minor] Fix nits
2024-04-15 15:03:11 +02:00
Tim Perry
53a88881cf
[feature] Allow the createConnection option ( #2219 )
...
Allow passing in a custom `createConnection` function.
2024-04-15 14:20:52 +02:00
Luigi Pinca
b119b41db3
[pkg] Update eslint to version 9.0.0
2024-04-09 19:14:02 +02:00