Releases: encoredev/encore
Releases · encoredev/encore
v1.53.7 — Bugfixes
v1.53.6 — Improvements and fixes
What's Changed
- tsparser: add support for call expressions by @fredr in #2209
- feat(traces): Adds
caller_event_idto spanEnd message by @eleijonmarck in #2223 - tsparser: add support for parsing call signatures by @fredr in #2210
- docs: fix typo and grammar in readme by @WuMingDao in #2232
- Update billing.md by @marcuskohlberg in #2236
- cli: don't use temp dirs when running test prepare by @fredr in #2234
- Fix db browser when using ENCORE_SQLDB_HOST by @eandre in #2220
- runtimes/js: add service client ref by @fredr in #2237
Thanks to our first time contributor ❤️
- @WuMingDao made their first contribution in #2232
Full Changelog: v1.53.5...v1.53.6
v1.53.5 — Improvements and fixes
What's Changed
- Add support for drizzle-v1 migrations by @ekerfelt in #2222
- fix(docs): Fix grammar in benefits.md by @harishkrishnan24 in #2221
- cli: dont exit on q in name input by @fredr in #2227
- traces: Update trace version to 15 for core runtime by @eleijonmarck in #2229
- runtimes/core: support equal paths with different path param names by @fredr in #2231
Thanks to our first time contributor ❤️
- @harishkrishnan24 made their first contribution in #2221
Full Changelog: v1.53.4...v1.53.5
v1.53.4 — Fix for trace view
What's Changed
- bug: Fix argument list having duplicate reads by @eleijonmarck in #2216
Full Changelog: v1.53.3...v1.53.4
v1.53.3 — Improvements and fixes
What's Changed
- Ensure rust panics are logged as errors by @ekerfelt in #2211
- Adds
caller_event_idto spansummaries same asparent_span_idby @eleijonmarck in #2215
Full Changelog: v1.53.2...v1.53.3
v1.53.2 — Improvements and fixes
What's Changed
- encore test: fix conflict with pre-installed go versions by @fredr in #2206
- clientgen: add openapi test cases for tsapp by @fredr in #2204
- tsparser: handle re-exports when resolving namespace imports by @fredr in #2207
- Compile and attach service configs when exporting docker image by @ekerfelt in #2208
Full Changelog: v1.53.1...v1.53.2
What's Changed
- encore test: fix conflict with pre-installed go versions by @fredr in #2206
- clientgen: add openapi test cases for tsapp by @fredr in #2204
- tsparser: handle re-exports when resolving namespace imports by @fredr in #2207
- Compile and attach service configs when exporting docker image by @ekerfelt in #2208
Full Changelog: v1.53.1...v1.53.2
v1.53.1 — Fixes and improvements
What's Changed
- tsparser: add support for method signatures by @fredr in #2200
- Add
parent_span_idto protobuf def of SpanSummary for Traceview by @eleijonmarck in #2188 - cli/daemon: handle invalid nsq names by @fredr in #2203
- tsparser: handle unions in metrics labels, and error if invalid by @fredr in #2205
New Contributors
- @eleijonmarck made their first contribution in #2188
Full Changelog: v1.53.0...v1.53.1
v1.53.0 — Metrics support in Encore.ts
Metrics Support
Encore.ts apps now come with metrics support out of the box:
- All apps automatically track request rate and memory usage
- You can define custom Counters and Gauges to track application-specific metrics
- Metrics show up in the Encore Cloud Dashboard and can be exported to other observability tools
import { Counter } from "encore.dev/metrics";
const ordersProcessed = new Counter("orders_processed");
// Later in your code
ordersProcessed.incremeent();Check out the docs to get started.
What's Changed
- runtimes/core: Add metrics support by @fredr in #2109
- runtimes/js: add support for custom metrics by @fredr in #2128
- Fix cross build to apple by @fredr in #2201
Full Changelog: v1.52.5...v1.53.0
v1.52.5 — Fixes for openapi
What's Changed
- clientgen: fix panic when generation openapi with named unions by @fredr in #2198
- go: dont override name from tag if tag name is empty by @fredr in #2199
Full Changelog: v1.52.4...v1.52.5
v1.52.4 — Improvements and fixes
What's Changed
- Add option.FromErr and option.Equal by @eandre in #2186
- fix resolution of nested star imports by @fredr in #2191
- tsparser: perfer type declarations over javascript by @fredr in #2192
- tsparser: support key remapping via as by @fredr in #2193
- fix build warning by @fredr in #2194
- Fix AWS self serve config docs by @ekerfelt in #2196
Full Changelog: v1.52.3...v1.52.4