Skip to content

Releases: encoredev/encore

v1.53.7 — Bugfixes

19 Jan 08:38
b99b094

Choose a tag to compare

What's Changed

  • clientgen: handle nil when generating typescript client by @fredr in #2239
  • cli/daemon/engine/trace2/sqlite: fix updateSpanEndIndex by @eandre in #2240

Full Changelog: v1.53.6...v1.53.7

v1.53.6 — Improvements and fixes

16 Jan 14:19
a61c3cb

Choose a tag to compare

What's Changed

Thanks to our first time contributor ❤️

Full Changelog: v1.53.5...v1.53.6

v1.53.5 — Improvements and fixes

13 Jan 10:54
ee01860

Choose a tag to compare

What's Changed

Thanks to our first time contributor ❤️

Full Changelog: v1.53.4...v1.53.5

v1.53.4 — Fix for trace view

07 Jan 15:30
f0a2f01

Choose a tag to compare

What's Changed

Full Changelog: v1.53.3...v1.53.4

v1.53.3 — Improvements and fixes

07 Jan 15:27
d3db7ec

Choose a tag to compare

What's Changed

Full Changelog: v1.53.2...v1.53.3

v1.53.2 — Improvements and fixes

07 Jan 15:27
aca4649

Choose a tag to compare

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

18 Dec 10:15
32d8045

Choose a tag to compare

What's Changed

  • tsparser: add support for method signatures by @fredr in #2200
  • Add parent_span_id to 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

Full Changelog: v1.53.0...v1.53.1

v1.53.0 — Metrics support in Encore.ts

12 Dec 14:37
802b1aa

Choose a tag to compare

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

Full Changelog: v1.52.5...v1.53.0

v1.52.5 — Fixes for openapi

11 Dec 14:24
695dcc6

Choose a tag to compare

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

11 Dec 08:50
ca39363

Choose a tag to compare

What's Changed

Full Changelog: v1.52.3...v1.52.4