Releases: instana/go-sensor
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]
1.1.0
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
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
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]