8000 Tags · encoredev/encore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: encoredev/encore

Tags

v1.48.7

Toggle v1.48.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid fetching secrets when rendering dashboard migration status (#1983)

v1.48.6

Toggle v1.48.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.48.5

Toggle v1.48.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Detect duplicate migrations in metadata migrator (#1977)

v1.48.4

Toggle v1.48.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.48.3

Toggle v1.48.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle optional fields correctly in service to service calls (#1954

)

v1.48.2

Toggle v1.48.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Accept-Ranges header to the public bucket server (#1946)

v1.48.1

Toggle v1.48.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
clientgen: fix for empty types (#1942)

v1.48.0

Toggle v1.48.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v1.47.3

Toggle v1.47.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add CORS headers for local public storage server (#1933)

v1.47.0

Toggle v1.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a MCP server to the local encore daemon (#1920)

0