[Question] Why #1346 only brings the patch version change ?
PR #1346 adds the parameter “milvus::OpContext*” to every public interface, which is a breaking change. Per semantic versioning, this requires bumping knowhere’s major version. Why it increments only knowhere's patch version number ?
This change is only intended to track some information along the query path and does not involve significant adjustments to the code structure. As shown in the PR, the code basically just adds an extra parameter to the corresponding function.
In general, major version changes of Knowhere follow the Milvus release cycle, so the Knowhere major version was not upgraded in this case.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.