Skip to content

v1.9.0

Compare
Choose a tag to compare
@jalvz jalvz released this 02 Nov 09:13
d72ef83
  • module/apmgoredisv8: introduce new package to support go-redis v8 (#780)
  • module/apmhttp: introduce httptrace client option (#788)
  • module/apmsql: add support for database/sql/driver.Validator (#791)
  • Record sample rate on transactions and spans, propagate through tracestate (#804)
  • module/apmredigo: change redigo dependency to v1.8.2 (#807)
  • Deprecate IGNORE_URLS, replace with TRANSACTION_IGNORE_URLS (#811)
  • Tracer.Close now waits for the transport goroutine to end before returning (#816)
  • Relax Kubernetes pod UID discovery rules (#819)
  • Add transaction and span outcome (#820)
  • Add cloud metadata, configurable with ELASTIC_APM_CLOUD_PROVIDER (#823)
  • Round ELASTIC_APM_SAMPLING_RATE with 4 digits precision (#828)
  • module/apmhttp: implement io.ReaderFrom in wrapped http.ResponseWriter (#830)
  • Fixed Transaction.Discard so that it sets TransactionData to nil (#836)
  • module/apmsql/pgxv4: add support for pgx driver (#831 -- thanks @Deepak13245!)
  • module/apmgormv2: add support for gorm.io (GORM v2) (#825 -- thanks @Deepak13245!)