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
runtime: support streaming traces
This adds a new experiment that enables streaming traces
to the platform as they're happening, as opposed to waiting
for the trace to complete.
runtime: support streaming traces
This adds a new experiment that enables streaming traces
to the platform as they're happening, as opposed to waiting
for the trace to complete.
pubsub: clamp AckDeadline for NSQ
AckDeadline wasn't being correctly clamped when using NSQ,
causing subscriptions with an AckDeadline exceeding 15 minutes
to fail.
Thanks Will Demaine for reporting.
pkginfo: fix nested module handling
If a module depends on a module as well as nested modules,
the module lookup code ended up computing the wrong result
and incorrectly determined a package wasn't part of any module.
Thanks Mark McKenzie for the report.
[ENC-1742] Add `encore kubernetes configure` command (encoredev#892)
This commit adds a new command to the Encore CLI, which allows Encore to
configure your `~/.kube/config` file with all the Kubernetes clusters
running in your applications environment.
Once configured, you can use `kubectl` directly from your computer
against your Encore provisioned kubernetes clusters, without needing to
configure firewalls in your cloud account.
Initially, this command is only available for application owners.