Skip to content

YOJ 2.5.7 (UNIQUE indexes)

Compare
Choose a tag to compare
@nvamelichev nvamelichev released this 26 Sep 18:18
· 58 commits to main since this release

😮 Please use this release instead of 2.5.6; it has fixed dependencies (see below).

  • f9605f5: FIX: Use YDB Proto API version 1.6.4 to support UNIQUE indexes (NoClassDefFoundError would otherwise result if you attempt to use yoj-repository-ydb-v2 without adding YDB Proto API 1.6.4+ to your classpath/module path).
  • #88: Support UNIQUE indexes (see https://ydb.tech/docs/en/concepts/secondary_indexes#unique)
  • #87: YdbRepositoryTransaction can now return YDB SDK's YdbTransaction to use with YDB SDK calls, e.g. for topics (see issue #80)