Skip to content

v3.52.3

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 03 Oct 00:16
· 2819 commits to master since this release
  • Removed almost all experimental marks from topic api.
  • Rename some topic APIs (old names was deprecated and will be removed in one of next versions).
  • Deprecated topic options (the option will be removed): min size of read messages batch
  • Deprecated WithOnWriterFirstConnected callback, use Writer.WaitInitInfo instead.
  • Changed topic Codec base type from int to int32 (was experimental code)
  • Added WaitInit and WaitInitInfo method to the topic reader and writer
  • Remove extra allocations in types.TupleValue, types.ListValue and types.SetValue

Full Changelog: v3.52.2...v3.52.3