You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tsparser: usage of default exported resources (#1970)
the resolved bind of a default export will have no name, but we still
need to add it or it wont be tracked
db proxy: better logging (#1965)
Add more logging when db proxying fails. This is especially when using
ORMs that bypasses our checks when calling through the runtime. Adds
this: encoredev/rust-postgres#2
runtimes/js: Add support for cookies (#1917)
Adds support for adding cookies in auth handler params and in api
request/response schema.
Generated client will ignore cookies and hand over the responsibility to
the browser.