Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: SkyAPM/go2sky

1.5.0

03 Aug 06:48
0ce76f9
Compare
Choose a tag to compare
  • Add process metadata file for work with eBPF agent #156 @mrproliu
  • Adding custom report filter #163 @Jasmin-1993

1.4.1

01 Apr 07:25
2d02004
Compare
Choose a tag to compare
  • Add WithSpan #153
  • Support set instance layer #154

1.4.0

10 Feb 06:10
44fc8f0
Compare
Choose a tag to compare
  • Support environment variable #148
  • Reporter support custom logger #147
  • Add GlobalTracer and ActiveSpan #145
  • Fixed random sampler called IsSampled will panic when concurrency call #142
  • Add validity check for span #141

1.3.0

20 Nov 13:05
09e1525
Compare
Choose a tag to compare
  • Fix: close gRPCReporter error if sendCh not nil #131
  • Fix: fixed create exit span with context error when current context not to be sampled #135
  • Refactor: rename db sql parameters tag #136

1.2.0

31 Aug 06:27
b16c9f0
Compare
Choose a tag to compare
  • Fix: RandomSampler may get sampled when samplingRate is 0. #119
  • Test: Introduce plugin testing, based on skywalking-infra-e2e. #122
  • Feat: add CreateExitSpanWithContext. #126

1.1.0

28 May 02:08
4af380c
Compare
Choose a tag to compare
  • CDS support
  • Expose trace context data
  • Add log concept

1.0.0

06 Apr 09:04
520133d
Compare
Choose a tag to compare
  • fix close gRPC stream bug to avoid goroutine leaks #80
  • Add WithCustomSampler trace option #85
  • Support Correlation context #91
  • Using skywalking-goapi as gRPC protocol #98

0.6.0

27 Nov 14:41
38c3b84
Compare
Choose a tag to compare

0.5.0

09 Jul 16:23
fdae247
Compare
Choose a tag to compare

0.4.0

17 Jun 16:05
140002c
Compare
Choose a tag to compare
  • Recover the panic caused by close sendCh #50
  • Fix gin plugin bug #52
  • Supprt Authentication with gRPCReporter #60
  • Support customize the configuration the send span chan length #61
  • Support TLS with gRPCReporter #62
  • Adapt the new v3 protocol, support skywalking 8.0 #53