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

Tags: AmanNegi/encore

Tags

v1.41.1

Toggle v1.41.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add related examples to more docs pages (encoredev#1386)

v1.40.0

Toggle v1.40.0's commit message
add to menu

v1.39.0

Toggle v1.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set level for all targets prefixed with encore_ (encoredev#1278)

Since we have several targets prefixed with `encore_`, like
`encore_runtime_core` and `encore_js_runtime`.

We could also specify them all rather that use the prefix if we want
more control.

v1.38.0

Toggle v1.38.0's commit message
tsparser: support decorators

v1.37.0

Toggle v1.37.0's commit message
runtimes/go: fix publicapigen output

v1.35.3

Toggle v1.35.3's commit message
Implement excluded services

v1.34.7

Toggle v1.34.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cli: handle missing test script for TypeScript apps (encoredev#1119)

v1.34.0

Toggle v1.34.0's commit message
encorebuild: use glibc 2.31 for rust binaries

v1.33.6

Toggle v1.33.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rtconfgen: fix UnsafeAllowOriginsWithCredentials (encoredev#1077)

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cli/daemon: report 127.0.0.1 not localhost for db uris (encoredev#1072)

For some macOS configurations the hostname `localhost`
is not resolving to `127.0.0.1`, which causes the connection
string reported by `encore db conn-uri` to not work, as it is
listening on `127.0.0.1`.

Fix this by returning `127.0.0.1` explicitly.

Thanks Bill Kennedy for the report.
0