File milvus.changes of Package milvus
-------------------------------------------------------------------
Thu Jan 30 16:03:03 UTC 2025 - cgoll@suse.com
- Update to version pkg/2.5.4:
* fix:fix GetValueFromConfig for bool type (#39527)
* fix: [2.5] deny to set the mmap param for the alter index api (#39520)
* fix: [2.5] Set the stating state correctly (#39514)
* fix: [2.5] Set deltalogs for stats task after set segment stating (#39502)
* fix: [2.5]Set isStating to ensuer mutual exclusive between L0 compacting and stats (#39490)
* test: [2.5] add test cases for template param (#39475)
* test:[cp2.5] add search iterator v2 case for milvus client (#39447)
* fix: cherry pick warmup async (#39402) (#39474)
* feat: update milvusproto version to 2.5.5 (#39478)
* enhance:[Cherry-pick] skip load bm25 sparse row data (#39207)
* fix:[2.5] check utf-8 format for varchar with analyzer open (#39439)
* enhance: [2.5] Enable hook for importv2 (#39430)
* enhance: [2.5]Add schema update time verification for insert and upsert to use cache (#39382)
* fix: [2.5]Restore the compacting state for stats task during recovery (#39460)
* enhance: [2.5] remain token after authorize (#39455)
* enhance: set materializedView.enabled default to true (#39450)
* enhance: [2.5] serializes the resp body and attach some details (#39401)
* enhance: [2.5]add some apis in Restful (#39425)
* enhance: [2.5] Skip loading pk index for sorted segment in loader (#39438)
* fix: deleted the sealed segment data accidentally (#39422)
* enhance: add workaround for concurrent tantivy reload and directory removal (#39441)
* fix: apply custom producer config for kafkaHealthCheck (#39364)
* fix: Fix panic caused by removing directory (#38622) (#39434)
* enhance: [2.5] clean up logs of empty op key (#39394)
* enhance: [2.5] Remove frequent observe log (#39414)
* enhance: [2.5] add recalls response for restful api (#39409)
* fix: correct remote centroids path in clustering compaction (#39399)
* fix: [cp25]Record active collections for l0Policy (#39217) (#39383)
* fix: sparse: add inverted_index_algo and dim_max_score_ratio config (#39362)
* test: [skip e2e][cherry-pick]fix pytest_addoption type (#39397)
* test: [cherry-pick]add scalar index for compatibility testing (#39380)
* fix: [2.5] Skip load extra indexes for sorted segment pk field (#39390)
* enhance: [2.5] Sync multipleChunkEnabled default value & milvus yaml (#39373)
* enhance: [2.5] enable task delta cache (#39349)
* fix: panic when streaming release if using msgstream (#39375)
* fix: Fix performance issue and use after free bug (#39343)
* fix: [2.5] fix assignment operator in AssertInfo to comparison operator (#39351)
* fix: update rg failed when alter database (#39356)
* enhance: [2.5] Limit the maximum number of segments restored and fail the job if saving the binlog fails (#39359)
* fix: [2.5] remove param num_build_thread (#39341)
* enhance: [2.5] Read metadata concurrently to accelerate recovery (#38900)
* fix: [2.5] Fix slow dist handle and slow observe (#38905)
* enhance: Bump milvus & proto version to v2.5.4 (#39330)
* fix: [2.5]bulkimport binlogs skip diskquota check (#39319)
* fix: [2.5] Fix consume blocked due to too many consumers (#38915)
* feat: [2.5] root privileges can be customized (#39324)
* enhance: [2.5] Remove mutex from SegmentManger in querynode (#39051) (#39282)
* fix: [2.5] Remove frequently updating metric to avoid mutex contention (#38778)
* enhance: support null expr(#38772) (#38931)
* enhance: Add logs for check health failed (#39208) (#39302)
* enhance: [2.5] Add try-catch and return CStatus for NewCollection (#39279) (#39303)
* fix: [2.5] enable to build index with single segment (#39272)
* enhance: [2.5] Unify LoadStateLock RLock & PinIf (#39206) (#39255)
* enhance: [2.5] Skip creating partition rate limiters when not enable (#38911)
* enhance: [2.5] pass partition key scalar info if enable for vector mem index (#39245)
* fix: [2.5] Add index param duplication check (#39289) (#39304)
* fix: [2.5] Fix rootcoord meta mutex contention (#38902)
* enhance: add some apis in Restful(#38733) (#38875)
* enhance: [2.5] Reduce memory usage of BF in DataNode and QueryNode (#38913)
* fix: wrong streaming mockery package name (#39261)
* enhance: fix inconsistenty of alias and db for query iterator(#39045) (#39248)
* fix: [2.5] Record a map to avoid repeatedly traversing the CompactionFrom (#38926)
* enhance: [2.5] Reduce mutex contention in datacoord meta (#38904)
* fix: [2.5] Add scalar index engine version for compatibility (#39236)
* enhance: [2.5] Optimize GetLocalDiskSize and segment loader mutex (#38907)
* fix: channel unbalance during stopping balance progress (#38971) (#39200)
* fix: Prevent leader checker from generating excessive duplicate leader tasks (#39000) (#39160)
* enhance: [2.5][bitset] extend op_find() to be able to search both 0 and 1 (#39237)
* enhance: [Cherry-pick] report auth log to hook when grpc authenticate failed (#39192)
* fix: [2.5] rbac custom group privilege level check (#39164) (#39224)
* enhance: Add primary field name in SearchResult and QueryResults (#39222)
* enhance: add broadcast operation for msgstream (#39119)
* fix: [2.5] use the object heap to keep the min ddl ts order (#39195)
* fix:[2.5] fail to get empty index num rows(#39155) (#39210)
* enhance: record memory size (uncompressed) item for index (#38844)
* enhance: update knowhere version (#39218)
* enhance: [2.5] extract the task step execution process (#39196)
* fix: [2.5] Fix incorrect memory estimation for small segments (#38909)
* [automated] Bump milvus version to v2.5.3 (#39214)
-------------------------------------------------------------------
Tue Jan 21 09:36:05 UTC 2025 - cgoll@suse.com
- Update to version 2.5.3:
* enhance: Bump milvus & proto version to v2.5.3 (#39198)
* fix: [2.5] fix restore rbac empty meta crash (#39143)
* fix: data race when accessing field_ when retrieving (#39152)
* enhance: add intent ctx to rootcoord init (#38948)
* test: add text match negative test case (#38982)
* fix: unstable ut in leader_vew_manager.go file (#39162)
* fix: [2.5] fix chunk cache madvise when sparse raw data is mmaped (#39146)
* fix: [2.5] Return io error other than `NotExist` refreshing config (#38924) (#39072)
* fix: Clustering compaction ignoring deltalogs (#39133)
* enhance: make new go package to manage proto (#39128)
-------------------------------------------------------------------
Thu Dec 19 13:54:54 UTC 2024 - cgoll@suse.com
- Update to version 2.4.6:
* enhance: Bump milvus version to v2.4.6 (#34678)
* fix: [cherry-pick] Batch pick bug fix PRs (#34657)
* enhance: [hotfix-2.4.5]cherry pick some fixes (#34659)
* enhance: [hotfix2.4.5] Cherry pick some crucial fixes (#34658)
* fix: cherry pick bug fix for orphan meta and metrics (#34643)
* fix: [cherry-pick] Remove flushed segment in segment manager generated through import (#34652)
* fix: [cherry-pick] [restful v2] count(*) & hook (#34444)
* [hotfix-2.4.5] update knowhere version to v2.3.5-hotfix (#34423)
* fix: Do compressBinlog to fix logID 0 (#34060) (#34064)
* fix: fix milvus gpu compile error (#33990)
-------------------------------------------------------------------
Mon Dec 16 09:27:30 UTC 2024 - Christian Goll <cgoll@suse.com>
- initial commit for milvus as base for the milvus container. ATM
the CUDA/GPU build isn't availale in OBS