Releases: encoredev/encore
Releases · encoredev/encore
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
v1.52.3 — Minor improvements and fixes
v1.52.2 — Bugfix and improvements
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
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 ❤️
- @by-nari made their first contribution in #2123
- @djeer made their first contribution in #2169
- @TheGB0077 made their first contribution in #2093
Full Changelog: v1.51.11...v1.52.1
v1.51.11 — Minor improvements and fixes
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
vitestwhen usingpnpmby @shimonenator in #2159
Thanks to our first time contributor ❤️
- @shimonenator made their first contribution in #2159
Full Changelog: v1.51.10...v1.51.11
v1.51.10 — Minor improvements and fixes
What's Changed
Full Changelog: v1.51.9...v1.51.10
v1.51.9 — Minor improvements
What's Changed
- Revise README for improved readability by @ivancernja in #2146
- Fix formatting of star repository callout in README by @ivancernja in #2147
- Update Readme by @marcuskohlberg in #2148
- Update README.md by @marcuskohlberg in #2150
- Catch and report LLM Download errors by @ekerfelt in #2151
Full Changelog: v1.51.8...v1.51.9