-
#932
dd96fd0
Thanks @akitaSummer! - AddCompressionStream
&DecompressionStream
APIs -
#976
0d874be
Thanks @QuiiBz! - Use Jemalloc instead of the default allocator -
#979
cbc66fa
Thanks @QuiiBz! - Avoid allocatingString
where possible and use&str
instead -
#969
a232492
Thanks @QuiiBz! - Add a fast path when handling assets, inline dashmap
-
#916
a8a02dd
Thanks @QuiiBz! - Replace once_cell with std's OnceLock -
#949
d003a29
Thanks @QuiiBz! - Improve performance of Headers & Body (Request & Response) -
#952
1a63dc7
Thanks @QuiiBz! - Add x-robots-tag: noindex header to preview deployments responses -
#948
1075ea8
Thanks @QuiiBz! - Fix redis pub/sub sometimes disconnecting -
#916
a8a02dd
Thanks @QuiiBz! - Set region label for prometheus exporter globally -
#941
2dcce72
Thanks @QuiiBz! - Support HTTP/2 (along with HTTP/1.1) infetch()
-
#939
079c008
Thanks @QuiiBz! - Fix sync responses bytes length -
#948
1075ea8
Thanks @QuiiBz! - Use rustls-ls instead of native-tls
-
#928
28bd4c6
Thanks @QuiiBz! - Set content-length header to 0 when body is null and method POST or PUT infetch()
-
#929
0174cad
Thanks @QuiiBz! - Revert isolates cache eviction using ClickHouse to use local cache instead -
#924
cacb962
Thanks @QuiiBz! - Retrieve environment variables when booting
-
#835
12ff778
Thanks @QuiiBz! - Improve implementation of Headers, Request, Response and URLSearchParams -
#915
f05147b
Thanks @QuiiBz! - Replace assets table with a json column
- #889
62447ba
Thanks @akitaSummer! - Support RSA-OAEP forSubtleCrypto#encrypt
&SubtleCrypto#decrypto
- #863
4e6968a
Thanks @akitaSummer! - Add AES-CTR toSubtleCrypto#encrypt
&SubtleCrypto#decrypt
- #861
22f5cc1
Thanks @akitaSummer! - Add RSA-PSS, RSASSA-PKCS1-v1_5 & ECDSA toSubtleCrypto#sign
&SubtleCrypto#verify
- #839
52b170a
Thanks @akitaSummer! - Add SubtleCrypto#deriveBits
- #851
66b1fa5
Thanks @akitaSummer! - Add SubtleCrypto#deriveKey
- #616
16b0a43
Thanks @QuiiBz! - AddLAGON_WORKERS
environment variable to customize the size of the worker's pool
- #416
c3bbdb3
Thanks @QuiiBz! - Stop streaming and log errors when we have errors/timeouts/memory limits
- #416
c3bbdb3
Thanks @QuiiBz! - Handle termination results (timeouts and memory limit) before processing streaming to avoid hanging