Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: encoredev/encore

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

v1.52.3 — Minor improvements and fixes

03 Dec 09:09
141e9e6

Choose a tag to compare

What's Changed

Full Changelog: v1.52.2...v1.52.3

v1.52.2 — Bugfix and improvements

02 Dec 08:32
806d0dc

Choose a tag to compare

What's Changed

  • fix failing tests by @fredr in #2174
  • cli: remove extra . from desc by @fredr in #2175
  • tsparser: add support for local export by @fredr in #2173
  • tsparser: add support for typeof qualified name by @fredr in #2176
  • should not validate streaming req/resp the same way as regular req/resp by @fredr in #2182

Full Changelog: v1.52.1...v1.52.2

v1.52.1 — Optional type in Encore.go and other improvements

01 Dec 10:53
3af59b1

Choose a tag to compare

What's Changed

  • tsparser: fix fmt by @fredr in #2164
  • docs: document the different env variables to configure encore by @fredr in #2165
  • runtimes/go: add Exposed, AuthRequired to (encore.dev).APIDesc by @eandre in #2167
  • runtimes/go: add Host header to RPCData by @by-nari in #2123
  • Add encore.dev/types/option package by @eandre in #2163
  • Log requests with trace level by @djeer in #2169
  • Update tests to work with option.Option by @eandre in #2171
  • tsparser: additional api schema validation by @fredr in #2149
  • feat(cache): add support for Redis MGET by @odsod in #2142
  • Add --level to 'encore run', tweak log levels by @eandre in #2172
  • cli: generate llm rules for apps by @fredr in #2162
  • docs: fixed wrong redirect by @TheGB0077 in #2093
  • cli/daemon/engine/trace2: report trace2.ErrNotFound by @eandre in #2097

Thanks to our first time contributors ❤️

Full Changelog: v1.51.11...v1.52.1

v1.51.11 — Minor improvements and fixes

24 Nov 09:59

Choose a tag to compare

What's Changed

  • cli: drop template db if it exist already by @fredr in #2154
  • dash: Return empty migration history if no cluster is found by @ekerfelt in #2155
  • docs: add some instructions on how to create a grafana token by @fredr in #2156
  • Make MessageAttributes optional in SQS payload by @eandre in #2161
  • Add support for Pub/Sub topic references in Encore.ts by @eandre in #2160
  • Fix ability to pass arguments to vitest when using pnpm by @shimonenator in #2159

Thanks to our first time contributor ❤️

Full Changelog: v1.51.10...v1.51.11

v1.51.10 — Minor improvements and fixes

18 Nov 09:22
0202e32

Choose a tag to compare

What's Changed

Full Changelog: v1.51.9...v1.51.10

v1.51.9 — Minor improvements

17 Nov 14:54
9c0b669

Choose a tag to compare

What's Changed

Full Changelog: v1.51.8...v1.51.9