What's Changed
- enhance: add resource group declarative api by @chyezh in #733
- fix: failed to collection error in examples by @siddarth99 in #773
- fix: update err msg and max partition num by @ThreadDao in #778
- test: Add BITMAP index cases by @wangting0128 in #781
- enhance: Remove the logic to set replica_number=1 by default by @weiliu1031 in #780
- test: add case to test inverted index on array field by @ThreadDao in #783
- enhance: Sync autoID insert/upsert test cases by @congqixia in #788
- enhance: enable setting properties during create database by @weiliu1031 in #782
- feat: add support for partition key isolation property by @PwzXxm in #787
- test: Update BITMAP index cases by @wangting0128 in #790
- enhance: Support specifying field schema to be cluster key by @congqixia in #794
- fix broken Grant() call by @nustiueudinastea in #784
- Add the privilege and db name param for the operate privilege api by @SimFG in #795
- enhance: Support search iterator in GoSDK by @congqixia in #797
- test: verify bitmap cases by @wangting0128 in #796
- fix: invalid key for database level replica number props by @weiliu1031 in #804
- enhance: Allow explicit dynamic JSON column as insert data by @congqixia in #807
- enhance: Add isL0,SkipDiskQuotaCheck option in Bulkinsert API by @wayblink in #803
- enhance: Add BackupRBAC/RestoreRBAC API to enable rbac backup by @weiliu1031 in #808
- fix: Make
MetaCache
field of GrpcClient by @congqixia in #810 - test: updata v2.2 nightly to v2.4 and add mmap scalar index cases by @ThreadDao in #812
- test: update test cases by @wangting0128 in #814
- test: Update ci server image to 2.4 and update cases by @ThreadDao in #817
- test: update case to check output dynamic key by @ThreadDao in #821
- enhance: [2.4] Support embedded struct field as Row input (#823) by @congqixia in #824
- test:update dynamic row insert case by @ThreadDao in #825
- feat: [2.4] Support unmarshal resultset into orm receiver (#827) by @congqixia in #829
- enhance: [2.4] Set default max send recv size by @congqixia in #834
- enhance: [2.4] Move collection meta check to server side by @congqixia in #835
- enhance: [2.4] Hide buggy search iterator interface by @congqixia in #837
- enhance: [2.4] Expose GetIndexBuildProgress and bump version by @congqixia in #838
New Contributors
- @siddarth99 made their first contribution in #773
- @wangting0128 made their first contribution in #781
- @nustiueudinastea made their first contribution in #784
Full Changelog: v2.4.1...v2.4.2