Releases: hypertrace/goagent
Releases · hypertrace/goagent
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
Version 0.4.0
This version include the following changes:
- AgentConfig is now imported from https://github.com/hypertrace/agent-config repository instead of generating the proto here.
- Upgrades to
[email protected]
and[email protected]
Version 0.3.0
v0.3.0 chore(version): changes version to 0.3.0