Skip to content

v3.40.0

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 18 Nov 15:01
· 3915 commits to master since this release
  • Added options.WithAddAttribute and options.WithDropAttribute options for session.AlterTable request
  • Added options.WithAddIndex and options.WithDropIndex options for session.AlterTable request
  • Added return error while create topic writer with not equal producer id and message group id.
  • Added package meta with methods about YDB metadata
  • Added meta.WithTrailerCallback(ctx, callback) context modifier for attaching callback function which will be called on incoming metadata
  • Added meta.ConsumedUnits(metadata.MD) method for getting consumed units from metadata
  • Added NestedCall field to retry trace start infos for alarm on nested calls
  • Added topicoptions.WithWriterTrace option for attach tracer into separated writer
  • Added sugar.IsTableExists() helper for check existence of table

Full Changelog: v3.39.0...v3.40.0