Releases: ydb-platform/jaeger-ydb-store
Releases · ydb-platform/jaeger-ydb-store
v1.9.0
- updated jaeger to v1.47
- added ability to configure connection secure type
ydb.secure-connection
- added new credentials types:
SaKeyJson
andAnonymous
- now
SaId
,SaKeyId
andSaPrivateKeyFile
have become deprecated - useSaKeyJson
insted - added the ability to configure write attempt time
- added graceful shutdown
v1.8.3
- 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
- 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
- updated ydb-go-sdk to v3.16.11
v1.8.0
- updated ydb-go-sdk to v3.11.11
- add ydb sdk logge
v1.7.0
- 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
- 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
Improvements
- increase query limit for op names
v1.5.0
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 ofSerializableReadWrite
isolation level - Added
DISTINCT
to a couple of search queries
v1.4.3
Changes
- Skip outdated spans