Skip to content

Releases: instana/go-sensor

1.4.1

04 Jul 12:11
Compare
Choose a tag to compare

This patch release includes the following fixes:

  • Fix Duration calculation in event reporting: #35

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

Glide (glide.yaml)

import:
  - package: github.com/instana/golang-sensor
    version: ^1.4.1

1.4.0

03 Jul 11:34
Compare
Choose a tag to compare

This minor release includes the following fixes:

  • Fixed via PR #34 (thanks @mier85!)
    • Event API: Make duration configurable #33
    • Documentation: Describe Event severity #31

Note that this release adds a duration argument to SendDefaultServiceEvent, SendServiceEvent and SendHostEvent. Existing calls to these functions have to be updated.

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

Glide (glide.yaml)

import:
  - package: github.com/instana/golang-sensor
    version: ^1.4.0

1.3.3

22 May 08:21
Compare
Choose a tag to compare

This patch release includes the following fixes:

  • Fix X-Instana-S and X-Instana-T context conversion and handling #29

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

Glide (glide.yaml)

import:
  - package: github.com/instana/golang-sensor
    version: ^1.3.3

1.3.2

08 May 09:33
Compare
Choose a tag to compare

This patch release includes the following fixes:

  • Fix error reporting and translation for the backend #27

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

Glide (glide.yaml)

import:
  - package: github.com/instana/golang-sensor
    version: ^1.3.2

1.3.1

03 May 09:24
Compare
Choose a tag to compare

This patch release includes the following fixes:

  • Re-export Instana header constants: #28

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

Glide (glide.yaml)

import:
  - package: github.com/instana/golang-sensor
    version: ^1.3.1

1.3.0

02 May 08:10
Compare
Choose a tag to compare

This minor release includes the following features:

  • Decouple from basictracer and fix generated IDs: #21

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

Glide (glide.yaml)

import:
  - package: github.com/instana/golang-sensor
    version: ^1.3.0

1.2.0

27 Apr 08:42
Compare
Choose a tag to compare

This minor release includes the following features:

  • New Events API 🎆 report events directly from Go to your dashboard: #25

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

1.1.0

26 Apr 09:34
Compare
Choose a tag to compare

This minor release includes the following features and fixes:

  • Fix response body handling and don't post spans if there aren't any #26
  • Better Span Reporting & Minor Cleanup #24

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

1.0.0

18 Apr 07:49
Compare
Choose a tag to compare

This major release includes the following features and fixes:

  • OpenTracing Traces are now reported using the SDK format for better handling: #20
  • Handle case-sensitive pre-existing headers #23

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

0.9.0

07 Apr 10:29
Compare
Choose a tag to compare

This minor release includes the following features:

  • Add span buffering up to a max per interval before force sending #8

Fetch via govendor:
govendor fetch github.com/instana/[email protected]