Releases: hypertrace/goagent
Releases · hypertrace/goagent
Version 0.11.0
What's Changed
- Bump otel contrib dependencies to 0.35.0 by @prodion23 in #190
- Add round robin load balancing otlp config, set resolve as dns by @prodion23 in #191
- Client loadbalance default value by @prodion23 in #193
- Version should include -dev by @prodion23 in #194
- adding gosec scan for goagent repo by @senanjude0 in #192
- feat: create a startup span in init by @tim-mwangi in #195
- chore: update github action versions and fix some gosec issues by @tim-mwangi in #196
- fix: small lint issue by @tim-mwangi in #197
- feat: startup span enabled config by @tim-mwangi in #198
- Add "service.instance.id" to every span by @prodion23 in #199
New Contributors
- @senanjude0 made their first contribution in #192
Full Changelog: v0.10.0...v0.11.0
Version 0.10.0
What's Changed
- Bump to otel 1.10.0 by @prodion23 in #187
- Bump golangci linter by @prodion23 in #188
- Update golangci lint - add verbose logging by @prodion23 in #189
Full Changelog: v0.9.0...v0.10.0
Version 0.9.0
Bump otel dependencies to 1.9.0
Version 0.8.0
What's Changed
- feat: multipart/form-data data capture support by @tim-mwangi in #184
- feat: upgrade to otel go v1.8.0 by @tim-mwangi in #182
Full Changelog: v0.7.2...v0.8.0
Version 0.7.2
What's Changed
- Allow setting of custom blocking rule by @PrajwalKrishna in #183
- fix: grpc client large bodies truncation by @tim-mwangi in #185
New Contributors
- @PrajwalKrishna made their first contribution in #183
Full Changelog: v0.7.1...v0.7.2
Version 0.7.1
What's Changed
- Allow configurable content type capture by @prodion23 in #181
Full Changelog: v0.7.0...v0.7.1
Version 0.7.0
What's Changed
- fix: unstable unit test. open arbitrary ports instead of hardcoded ones by @tim-mwangi in #177
- Add example outgoing call handler by @prodion23 in #178
- feat: Add filter interface Evaluate() by @tyroneyu in #179
- feat: upgrade to otel go v1.7.0 by @tim-mwangi in #180
New Contributors
Full Changelog: v0.6.0...v0.7.0
Version 0.6.0
What's Changed
- feat: AddEvent api by @tim-mwangi in #168
- feat: add ability to specify wrapper over opentelemetry span processor by @ryanericson in #169
- feat: modify RegisterService api to return the TracerProvider as well by @tim-mwangi in #170
- feat: provide api to pass additional span attributes to http instrumentation by @tim-mwangi in #172
- feat: provide API to read span attributes by @ryanericson in #173
- fix: GetAttributes to return no op list instead of panic by @ryanericson in #175
- feat: upgrade to otel go v1.6.3 by @tim-mwangi in #176
Full Changelog: v0.5.1...v0.6.0
Version 0.5.1
What's Changed
- chore: update agent config and add SetTruncatedBodyAttribute as public function by @tim-mwangi in #165
- chore: more comprehensive mysql example with an http-server before the db by @tim-mwangi in #167
Full Changelog: v0.5.0...v0.5.1
Version 0.5.0
What's Changed
- chore: relocate examples. by @jcchavezs in #137
- chore: improves usability of the options for http-handler and grpc-server with functional args. by @jcchavezs in #138
- docs: fixes docs for filters. by @jcchavezs in #139
- chore: fixes examples for gin by @jcchavezs in #140
- feat: adds span status support. by @jcchavezs in #141
- chore: span kind keeps consistency with status codes. by @jcchavezs in #142
- chore: adds span status to SQL instrumentation. by @jcchavezs in #143
- chore: upgrades to OTel 1.0.0. by @jcchavezs in #144
- chore: allows to unmarshal fields with unknown fields. by @jcchavezs in #145
- feat: load tls CA certificate into the exporter client by @tim-mwangi in #146
- chore: adds options for mux middleware. by @jcchavezs in #147
- chore: adds noop start span. by @jcchavezs in #149
- chore: upgrades OTel propagators to 1.0.0. by @jcchavezs in #150
- update to codecov v2 github action by @tim-mwangi in #151
- docs: fixes docs for SQL instrumentation. by @jcchavezs in #152
- breaking: changes the filter interface for filters. by @jcchavezs in #153
- match on content-type header "stems" instead of full header strings by @tim-mwangi in #154
- feat: adds options for gin middleware. by @jcchavezs in #155
- feat: adds support for enabling disabling tracing in the agent. by @jcchavezs in #156
- tests: decouple tests from config by @jcchavezs in #159
- chore: adds initAsAdditional functionality to support coexistence with other tracers by @jcchavezs in #161
- feat: adds InitAsAdditional feature to allows interop with other OTel tracers by @jcchavezs in #162
- feat: adds support for body max processing size in bytes by @jcchavezs in #160
- chore: adds support for logging exporter type and upgrades to OTel 1.3.0. by @jcchavezs in #164
New Contributors
- @tim-mwangi made their first contribution in #146
Full Changelog: v0.4.0...v0.5.0