Skip to content

Releases: honeycombio/loadgen

v0.3.0

08 Jul 22:47
f917506
Compare
Choose a tag to compare

What's Changed

🐛 Bugfixes

In the last release, sending OTEL formatted data was broken due to conflicting OTEL Schema URL error.
By bumping github.com/honeycombio/otel-config-go to v1.16.0, loadgen should be able to send OTEL formatted data without error.

🤷 Other Changes

  • maint(deps): bump github.com/honeycombio/otel-config-go from 1.15.0 to 1.16.0 in the opentelemetry group by @dependabot in #59
  • maint(deps): bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 by @dependabot in #61
  • maint(deps): bump github.com/honeycombio/beeline-go from 1.16.0 to 1.17.0 by @dependabot in #60

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

v0.2.0

12 Jun 14:41
699c5af
Compare
Choose a tag to compare

What's Changed

🛠 Maintenance

🤷 Other Changes

  • fix: support . in field names by @skpy in #55
  • feat: read and write YAML config files by @kentquirk in #56

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

02 Apr 04:17
4e5ae04
Compare
Choose a tag to compare

What's Changed

🛠 Maintenance

  • chore(ci): match released tag to ghcr image tag by @lizthegrey in #46

🤷 Other Changes

  • maint(deps): bump the opentelemetry group with 3 updates by @dependabot in #49
  • maint(deps): bump github.com/honeycombio/beeline-go from 1.14.0 to 1.15.0 by @dependabot in #48
  • maint(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #50

Full Changelog: v0.1.1...v0.1.2

v0.1.1

19 Jan 00:05
3c51ed2
Compare
Choose a tag to compare

What's Changed

🤷 Other Changes

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Jan 19:45
a08f384
Compare
Choose a tag to compare

What's Changed

  • feat: Allow for adjustable boolean probability by @kentquirk in #42

🤷 Other Changes

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

v0.0.5

11 Jan 16:20
7c7e824
Compare
Choose a tag to compare

What's Changed

🐛 Bugfixes

  • fix(generator): do not share fielders between goroutines by @lizthegrey in #41

🤷 Other Changes

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

v0.0.4

09 Jan 23:22
7cd540a
Compare
Choose a tag to compare

What's Changed

🐇 Performance

  • fix(fielder): batch calls to SetAttributes by @lizthegrey in #34
  • feat(deps): use more performant pre-release otel sdk by @lizthegrey in #35

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

v0.0.3

09 Jan 17:02
5cf1940
Compare
Choose a tag to compare

What's Changed

🐇 Performance

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

v0.0.2

08 Jan 23:41
9f44a3e
Compare
Choose a tag to compare

What's Changed

🛠 Maintenance

🤷 Other Changes

  • fix(url): fix setting default port 4317 by @lizthegrey in #29
  • feat(generator): faster lockless rand, debug port for pprof by @lizthegrey in #31

New Contributors

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

v0.0.1

11 Dec 07:19
0ee160c
Compare
Choose a tag to compare

Initial packaging via GHA/GHCR