Skip to content

Releases: solarwinds/appoptics-apm-go

v1.10.0

01 Oct 19:01
c42fbb8
Compare
Choose a tag to compare

What’s new:

  • Microsoft Azure App Service support.
  • Miscellaneous improvements to events reporting and logging.
  • The legacy Profile span is deprecated.
  • Verification of the server’s hostname and certificate chain defaults to false.

v1.9.0

29 Aug 17:36
1fe93cb
Compare
Choose a tag to compare

What's new:

  • Minimum supported Go version changed to 1.10.
  • Configurable EC2 metadata retrieval timeout.
  • Trigger Trace support.
  • Added 'enabled/disabled' as legit boolean values in env vars and config files.

v1.8.1

24 Jun 23:53
3f5f9f8
Compare
Choose a tag to compare

What's New:

  • Added support for SQL sanitization on PostgreSQL's dollar-quoted strings and literals with Unicode escapes.

v1.8.0

10 Jun 19:05
2b28157
Compare
Choose a tag to compare

What's New:

  • SQL sanitization.
  • memory footprint improvement for trace contexts.

v1.7.0

10 May 18:28
d2474a3
Compare
Choose a tag to compare

What's New:

  • Added SDK methods to insert the Trace ID into application logs
  • Added support for new API token format

v1.6.1

30 Apr 00:23
287f2de
Compare
Choose a tag to compare

What's new (on top of v1.6.0):

  • Renamed TransactionFiltering to TransactionSettings to follow the unified configuration spec for all language agents.

v1.6.0

26 Apr 02:03
56ece1d
Compare
Choose a tag to compare
v1.6.0 Pre-release
Pre-release

What's new:

  • YAML config file support.
  • Transaction filtering: explicitly enable/disable traces and metrics of a particular URL.
  • Fixed incorrect distro info in metrics messages.
  • Renamed tracing mode from "always/never" to "enabled/disabled", the old ones are still supported for backward-compatibility.
  • Other internal improvements.

v1.5.0

17 Dec 22:36
d2cc29e
Compare
Choose a tag to compare

What's New:

  • report error class for gRPC errors.
  • Service name cleansing and transformation.
  • fix a Heroku DYNO ID issue.
  • internal improvements.

Note: Go 1.8 is no longer supported from this version.

v1.4.0

01 Oct 21:38
39bfa92
Compare
Choose a tag to compare

What's new:

  • Added an environment variable APPOPTICS_DISABLED to disable the agent from startup.
  • Added per-request X-Trace ID. Now every HTTP request, even not sampled, has an X-Trace ID attached to the header.
  • Fixed the version information reported to the AppOptics dashboard.
  • Added a new API SetLogLevel(). Now the log level can be changed on-the-fly.
  • Short-circuit the tracing functions when the reporter is closed or disabled.
  • Improved the internal message queue capacity for peak workloads.
  • Implemented defensive validations for data coming from the backend.
  • Fixed a bug on getting the remote settings.
  • Other logging improvements.

v1.3.0

17 Sep 16:12
f721906
Compare
Choose a tag to compare

What's new:

  • Added WaitForReady() API for short-lived jobs.
  • Added metrics flush on program exit.
  • Improved error printing for invalid service key.
  • Added remote settings expiration.
  • Fixed gRPC interceptor status codes.
  • Fixed the Error KV spec.
  • Minimum supported Go version changed to 1.8.
  • Other internal improvements.