Skip to content

Releases: instana/go-sensor

1.4.4

25 Sep 07:54
Compare
Choose a tag to compare

This patch release includes the following fixes:

  • Better locking to avoid data races #41

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

Glide (glide.yaml)

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

1.4.3

04 Aug 10:15
Compare
Choose a tag to compare

This patch release includes the following fixes:

  • Fix: Detect error logging and properly mark span as errored #38

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

Glide (glide.yaml)

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

1.4.2

18 Jul 18:06
Compare
Choose a tag to compare

This patch release includes the following fixes:

  • Fix event <--> service linking & Protect against Event API panic #37

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

Glide (glide.yaml)

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

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]