Skip to content

v1.4.0

Compare
Choose a tag to compare
@axw axw released this 20 Jun 09:50
v1.4.0
c497b72
  • Update opentracing-go dependency to v1.1.0
  • Update HTTP routers to return " unknown route" if route cannot be matched (#486)
  • module/apmchi: introduce instrumentation for go-chi/chi router (#495 - thanks @rliebz!)
  • module/apmgoredis: introduce instrumentation for the go-redis/redis client (#505 - thanks @aspacca!)
  • module/apmsql: exposed the QuerySignature function (#515)
  • module/apmgopg: introduce instrumentation for the go-pg/pg ORM (#516 - thanks @macnibblet!)
  • module/apmmongo: set minimum Go version to Go 1.10 (#522)
  • internal/sqlscanner: bug fix for multi-byte rune handling (#535)
  • module/apmgrpc: added WithServerRequestIgnorer server option (#531 - thanks @omrishtam!)
  • Introduce ELASTIC_APM_GLOBAL_LABELS config (#539)
  • module/apmgorm: register row_query callbacks (#532 - thanks @Vilsol!)
  • Introduce ELASTIC_APM_STACK_TRACE_LIMIT config (#559)
  • Include agent name/version and Go version in User-Agent (#560)
  • Truncate error.culprit at 1024 chars (#561)