| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-12 | 1.7 kB | |
| v1.58.0 -- Object Explorer source code.tar.gz | 2026-08-12 | 3.3 MB | |
| v1.58.0 -- Object Explorer source code.zip | 2026-08-12 | 4.5 MB | |
| Totals: 3 Items | 7.7 MB | 0 | |
Object Explorer
Working with object storage just got a lot easier. This release adds an Object Explorer to both the local development dashboard and Encore Cloud, so you can inspect the contents of your buckets without leaving Encore.
- Browse objects and folders in any bucket, with search to find what you're looking for
- Download objects, or preview them directly in the browser
- Upload new objects and create folders
- Delete objects you no longer need
It works the same way locally and in the cloud — the local explorer talks to Encore's built-in object storage emulator, so you get the same experience during development as you do against your deployed environments.
Other improvements
- docs: fix undefined params.ID in errs.Builder example by @boutahuss in https://github.com/encoredev/encore/pull/2521
- Remove context7.json by @ivancernja with @Copilot in https://github.com/encoredev/encore/pull/2323
- [daemon] Fix unbounded memory/fd growth from eager watching, codegen-regen, and leaked runs by @djeer in https://github.com/encoredev/encore/pull/2520
- docs: Add docs for Cloud Run static IPs by @ekerfelt in https://github.com/encoredev/encore/pull/2523
- runtimes/core: set etag for static assests by @fredr in https://github.com/encoredev/encore/pull/2518
- daemon: bucket browser api by @fredr in https://github.com/encoredev/encore/pull/2528
New Contributors
- @boutahuss made their first contribution in https://github.com/encoredev/encore/pull/2521
- @ivancernja with @Copilot made their first contribution in https://github.com/encoredev/encore/pull/2323
Full Changelog: https://github.com/encoredev/encore/compare/v1.57.13...v1.58.0