Skip to content

Releases: grafana/beyla

v0.3.1

24 Oct 09:22
4b7d6c8
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐛

  • Detect programming language by @grcevski in #368
  • Avoid duplication/triplication/n-plication of traces for the same process by @mariomac in #371

Other changes/additions

  • Update make docs procedure by @github-actions in #369

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Oct 16:08
45505f0
Compare
Choose a tag to compare

Minor release with few improvements and bug fixes.

What's Changed

Breaking changes 🔨

Other changes/additions

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Oct 08:19
88f34f5
Compare
Choose a tag to compare

What's Changed

Breaking changes 🔨

⚠️ If you selected the executable via YAML, with the properties:

ebpf:
   executable_name: foo
   open_port: 8080

Now both properties are moved to the top level of the file:

executable_name: foo
open_port: 8080

If you used the OPEN_PORT or EXECUTABLE_NAMEenvironment variables, you don't have to change anything.
(related PR by @mariomac in #312)

Other breaking changes:

Bug fixes 🐛

  • Bugfix: match unexisting library version to 0.0.0 by @mariomac in #295
  • Make beyla work with statically, externally-linked executables and CGO by @mariomac in #309

Other changes/additions

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0. Preview release!

13 Sep 08:48
aceaae3
Compare
Choose a tag to compare

What's Changed

Breaking changes 🔨

  • Dynamically generate OTEL exporters for each traced service by @mariomac in #271

Other changes/additions

  • Doc: Fix typos and grammar mistakes by @Shynamo in #263
  • Kprobes performance improvements by @grcevski in #264
  • Apply acquired parent-id and trace-flags fields to spans by @MattFrick in #258
  • Automatic update of offsets.json by @github-actions in #266
  • Integration test to ensure traceflags are handled by @MattFrick in #265
  • update beyla dashboard & document links by @mariomac in #267
  • Add tracking traceparent for client HTTP by @grcevski in #270
  • Add more introductory content for the main docs page by @grcevski in #269
  • Add SKIP_GO_SPECIFIC_TRACERS config option by @MattFrick in #228

New Contributors

  • @Shynamo made their first contribution in #263

Full Changelog: v0.0.5...v0.1.0

v0.0.5

05 Sep 09:29
d341235
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐛

  • Fix Beyla CTRL+C shutdown. Also simplify pipeline by @mariomac in #256

Other changes/additions

  • Update make docs procedure by @github-actions in #259
  • Add project structure by @RichiH in #261
  • Deploy 'latest' tag to docker hub by @mariomac in #260

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

01 Sep 08:33
Compare
Choose a tag to compare

First release of Beyla as Beyla! This means that now the docker container image name is grafana/beyla:v0.0.4 and the CLI command is beyla instead of otelauto.

What's Changed

Breaking changes 🔨

Bug fixes 🐛

Other changes/additions

  • Updated ebpf/cilium to 0.11.0 by @mariomac in #210
  • Add integration test case with DisableKeepAlives enabled #154 by @MattFrick in #212
  • Automatic update of offsets.json by @github-actions in #217
  • Fix integration tests timeouts by @mariomac in #216
  • Add debugging info for net TLS by @grcevski in #215
  • Fix missing /internal path to offsets.json and in README.md by @MattFrick in #220
  • Automatic update of offsets.json by @github-actions in #222
  • Kubernetes metadata decoration by @mariomac in #223
  • Update docs with the latest information by @grcevski in #224
  • Update-offsets action: update go to >= 1.21 on Github runner by @MattFrick in #229
  • chore: correct tutorial doc link in readme by @vakalapa in #227
  • Remove final TODO, update name by @grcevski in #230
  • Automatic update of offsets.json by @github-actions in #232
  • Update make docs procedure by @github-actions in #233
  • Update make docs procedure by @github-actions in #235
  • Add app cluster example by @grcevski in #236
  • Publish to primary website branch by @grafsean in #237
  • Add option to enable trace sampling by @grcevski in #238
  • Change project name to Beyla in README by @fstab in #241
  • Docs: restructure content by @grafsean in #240
  • Rename beyla repo and images by @mariomac in #226
  • Update make docs procedure by @github-actions in #244
  • Docs: Change default standalone download method by @mariomac in #245
  • Splitting ProcessTracer in Processfinder and ProcessTracer by @mariomac in #243
  • First batch of fomatting and copy editing by @grafsean in #254
  • Add a Getting Started section at the top of README by @fstab in #248
  • Update sync branch by @grafsean in #257
  • Add trace-id support for Go applications by @MattFrick in #242

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

21 Jul 21:32
4026d31
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

What's Changed

Bug fixes 🐛

Other changes/additions

Full Changelog: v0.0.2...v0.0.3

v0.0.2

17 Jul 08:58
0f4e45b
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

What's Changed

Breaking changes 🔨

  • Adding grpc submission for OTEL traces and explicitly set http/protobuf as the default option by @mariomac in #191
  • Support GRPC for OTEL_EXPORTER_OTLP_METRICS_PROTOCOL and set http/protobuf as default by @mariomac in #192

Other changes/additions

  • Update make docs procedure by @github-actions in #187
  • Python tests and small fix for process discovery by @grcevski in #188
  • Update offsets action issue #36 by @MattFrick in #186
  • Update make docs procedure by @github-actions in #195
  • Check and warn on insufficient permissions during process discovery by @grcevski in #194

New Contributors

  • @github-actions made their first contribution in #187
  • @MattFrick made their first contribution in #186

Full Changelog: v0.0.1...v0.0.2

v0.0.1

12 Jul 15:41
59e7620
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

What's Changed

Breaking changes 🔨

  • Quickstart Tutorial + Fix endpoint handling by @mariomac in #74

Bug fixes 🐛

Other changes/additions

New Contributors

Full Changelog: v0.0.0...v0.0.1