- updated jaeger to v1.54.0
- updated ydb-go-sdk to v3.56.1
- 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
- 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
- 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
- updated ydb-go-sdk to v3.16.11
- updated ydb-go-sdk to v3.11.11
- add ydb sdk logger
- 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
- 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
- increase query limit for op names
- 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
- Started using
OnlineReadOnly
+AllowInconsistentReads
in Query instead ofSerializableReadWrite
isolation level - Added
DISTINCT
to a couple of search queries
- Skip outdated spans
- span writer: svc+op cache size
- schema watcher: cache created tables
- add archive storage support
- bump jaeger base image to 1.20.0
- idx_tag_v2 schema watcher defaults
- remove old idx_tag schema from creation
- don't write batch overflow error to log
- bump golang to 1.14.4
- bump jaeger base image to 1.18.1
- idx_tag_v2: reduce number of index records, not compatible with old dataset
- configurable threadpool for FindTraces query
- configurable number of daily partitioned tables
- update for jaeger 1.17, change operation_names index to support client/server spans
- update ydb sdk to fix bad sessions leaking
- update IAM client
- use P2C balancing method for ydb client
- tag indexer: index service+operation_name+tag in addition to service+tag, breaks searching through old dataset
- Initial release