Closed (fixed)
Project:
Milvus VDB Provider
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2025 at 08:19 UTC
Updated:
26 Jun 2025 at 09:14 UTC
Jump to comment: Most recent
We have a breaking change happening in AI 1.1.x and want to force anyone updating the AI module to update the Milvus provider as well.
Setting it to "drupal/ai^1.0 <1.1" on a 1.0.0 release and "drupal/ai^>=1.1.0" for Milvus provider 1.1.0 release should make sure that this happens.
Set Milvus to "drupal/ai^1.0 <1.1" on a 1.0.0 release
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
prashant.cOn a 1.0.0 release it could be
~1.0From 1.0.0 up to but not 1.1.0On a 1.1.0 release it could be
^1.1From 1.1.0 to less than 2.0.0Comment #5
annmarysruthy commentedComment #6
marcus_johansson commentedThank you all, getting merged and released.