Skip to content

Releases: ydb-platform/jaeger-ydb-store

v1.9.0

11 Sep 17:40
f75a09c
Compare
Choose a tag to compare
v1.9.0 Pre-release
Pre-release
  • updated jaeger to v1.47
  • added ability to configure connection secure type ydb.secure-connection
  • added new credentials types: SaKeyJson and Anonymous
  • now SaId, SaKeyId and SaPrivateKeyFile have become deprecated - use SaKeyJson insted
  • added the ability to configure write attempt time
  • added graceful shutdown

v1.8.3

09 Aug 13:40
ea1df85
Compare
Choose a tag to compare
  • updated golang/protobuf to v1.5.3
  • updated hashicorp/go-hclog to v1.5.0
  • updated stretchr/testify to v1.8.3
  • updated ydb-platform/ydb-go-sdk-zap to v0.16.1
  • updated ydb-platform/ydb-go-sdk/v3 to v3.48.7
  • updated go.uber.org/zap to v1.24.0
  • updated google.golang.org/grpc to v1.56.2
  • fixed bug with collector (issue #49)
  • added logging that can be seen in the jaeger (issue #51)
  • refactored code
  • removed extra logging from scheme watcher
  • changed the Dockerfile for faster builds

v1.8.2

12 Jul 21:39
Compare
Choose a tag to compare
  • updated ydb-go-sdk to v3.26.10
  • updated ydb-go-sdk-zap to v0.10.1
  • updated ydb-go-yc to v0.9.0
  • updated grpc to v1.45.0
  • added gofumpt and goimports linters to ckeck source code and fixed issues from them

v1.8.1

25 Mar 14:09
Compare
Choose a tag to compare
  • updated ydb-go-sdk to v3.16.11

v1.8.0

02 Mar 14:58
Compare
Choose a tag to compare
  • updated ydb-go-sdk to v3.11.11
  • add ydb sdk logge

v1.7.0

17 Jan 16:23
4a1902e
Compare
Choose a tag to compare
  • updated ydb-go-sdk from v3.4.1 to v3.7.0
  • updated ydb-go-yc from v0.2.1 to v0.4.2
  • fixed code with latest ydb-go-sdk
  • added integration tests instead docker with ydb
  • added issue templates
  • fixed some linter issues

v1.6.0

24 Dec 19:46
Compare
Choose a tag to compare
  • update ydb-go-sdk to v3
  • increase num results limit for querying service names
  • add config flag for reading config file
  • fix initial partition size on table schema creation

v1.5.1

10 Jun 19:33
Compare
Choose a tag to compare

Improvements

  • increase query limit for op names

v1.5.0

28 Apr 08:29
Compare
Choose a tag to compare

Changes

  • Updated README
  • Updated Go to 1.16.3
  • Added YDB feature flags (see README for description) for Watcher
    • YDB_FEATURE_SPLIT_BY_LOAD
    • YDB_FEATURE_COMPRESSION

Improvements

  • Started using OnlineReadOnly + AllowInconsistentReads in Query
    instead of SerializableReadWrite isolation level
  • Added DISTINCT to a couple of search queries

v1.4.3

28 Apr 08:28
5fd785e
Compare
Choose a tag to compare

Changes

  • Skip outdated spans