Releases: honeycombio/loadgen
Releases · honeycombio/loadgen
v0.3.0
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
What's Changed
🛠 Maintenance
- maint: Update install command in README by @MikeGoldsmith in #58
🤷 Other Changes
- fix: support . in field names by @skpy in #55
- feat: read and write YAML config files by @kentquirk in #56
New Contributors
- @skpy made their first contribution in #55
- @MikeGoldsmith made their first contribution in #58
Full Changelog: v0.1.2...v0.2.0
v0.1.2
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
What's Changed
🤷 Other Changes
- chore(deps): update otel-go by @lizthegrey in #44
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- feat: Allow for adjustable boolean probability by @kentquirk in #42
🤷 Other Changes
- maint: Prep for making this repo public by @kentquirk in #43
Full Changelog: v0.0.5...v0.1.0
v0.0.5
What's Changed
🐛 Bugfixes
- fix(generator): do not share fielders between goroutines by @lizthegrey in #41
🤷 Other Changes
- chore(docs): Update README.md by @lizthegrey in #37
- chore(deps): update Go OTel SDK by @lizthegrey in #40
Full Changelog: v0.0.4...v0.0.5
v0.0.4
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
What's Changed
🐇 Performance
- fix(fielder): eliminate expensive inner calls by @lizthegrey in #33
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
🛠 Maintenance
- maint: update codeowners and project board by @JamieDanielson in #30
🤷 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
- @JamieDanielson made their first contribution in #30
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial packaging via GHA/GHCR