issues
search
supabase
/
cli
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
https://supabase.com/docs/reference/cli/about
MIT License
1.09k
stars
212
forks
source link
fix: bump edge-runtime to 1.64.1
#2911
Closed
nyannyacha
closed
1 day ago
nyannyacha
commented
1 day ago
What kind of change does this PR introduce?
Bump edge-runtime to 1.64.1
Changes
1.64.1
(2024-11-25)
Performance Improvements
base:
sent low memory notification when worker switches to retired state (
#450
) (
388d2ea
)
Features
support dispatching the runtime events (
#351
) (
997f2d9
)
exposing
deno_cache
+
ai cache interceptor
(
#446
) (
13ee2a2
) (@kallebysantos)
Bug Fixes
polishing tmp fs and s3 fs (
#444
) (
8f81f37
)
sb_fs:
make s3 fs proxy capability to unsafe feature (
#448
) (
e19cac9
)
coveralls
commented
1 day ago
Pull Request Test Coverage Report for
Build 12001768437
Details
0
of
0
changed or added relevant lines in
0
files are covered.
5
unchanged lines in
1
file lost coverage.
Overall coverage decreased (
-0.03%
) to
59.524%
Files with Coverage Reduction
New Missed Lines
%
internal/gen/keys/keys.go
5
12.9%
<!--
Total:
5
-->
Totals
Change from base
Build 11907080297
:
-0.03%
Covered Lines:
6381
Relevant Lines:
10720
💛 -
Coveralls
What kind of change does this PR introduce?
Bump edge-runtime to 1.64.1
Changes
1.64.1 (2024-11-25)
Performance Improvements
Features
deno_cache
+ai cache interceptor
(#446) (13ee2a2) (@kallebysantos)Bug Fixes