Tracing improvements + Performance upgrade #513
marcuskohlberg
started this conversation in
General
Replies: 1 comment 1 reply
-
Are there docs for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tracing is now sooo much better
We've just released a much-improved trace view. Here's what you need to know:
encore version update
Speed improvements to parser and tests
To make Encore better for everyone with a very large code base, we've improved Encore's static analysis performance. The parser is now 5x faster!
With Encore you run tests with
encore test
instead ofgo test
. This is a wrapper that compiles the Encore app and then runsgo test
. It supports all the same flags that thego test
command does. For bigger projects, we want to make sure this is snappy! – In the latest release, we've improved test speed 2x, both for local development as well as for CI/CDBugfixes and other improvements
We're always thankful when we get feedback and bug reports from anyone using Encore. Here are some improvements we've made lately, thanks to your input:
Thanks to our contributors
We rely on the community to improve Encore, and we continue to be surprised and humbled by your incredible support and encouragement. A massive thank you to @Minivera , Patryk Siemiński, Amr, Daniel Stocks, @Willyham, MaxD, Vilhelm Melkstam, Jakob Nordfeldt, Prasanna Balaji, and Juan Álvarez for your contributions and feedback!
What’s next
We're close to releasing a big upgrade to infrastructure provisioning, making it more flexible and easier for you to add specific requirements like deploying to existing Kubernetes clusters. We'll also soon release new observability and metrics capabilities.
– Remember to vote on your favorite feature on the roadmap!
As always, if you have questions or feedback, tell us on Slack or post on the Community Forum.
We’re excited to hear your feedback! ❤️
Catch you in the cloud,
André & the Encore team
Full Changelog: v1.9.3...v1.10.1
This discussion was created from the release Tracing improvements + Performance upgrade.
Beta Was this translation helpful? Give feedback.
All reactions