YOJ 2.5.7 (UNIQUE indexes)
😮 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 useyoj-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'sYdbTransaction
to use with YDB SDK calls, e.g. for topics (see issue #80)