Releases: instana/go-sensor
1.4.4
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
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
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
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
This minor release includes the following fixes:
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
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
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
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
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
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]