From d02661431605f37e4adf2b27c2d65fa0ec9dd492 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Fri, 17 May 2024 17:31:48 +0200 Subject: [PATCH] Update README.md Breaking changes --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6feaf43c5..1b798a2c0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,20 @@ Let's make your `@Beans` intelligent! For further information go to our [Spring AI reference documentation](https://docs.spring.io/spring-ai/reference/). +### Breadking changes +(15.05.2024) +On our march to release 1.0 M1 we have made several breaking changes. Apologies, it is for the best! + +Renamed POM artifact names: + - spring-ai-qdrant -> spring-ai-qdrant-store + - spring-ai-cassandra -> spring-ai-cassandra-store + - spring-ai-pinecone -> spring-ai-pinecone-store + - spring-ai-redis -> spring-ai-redis-store + - spring-ai-qdrant -> spring-ai-qdrant-store + - spring-ai-gemfire -> spring-ai-gemfire-store + - spring-ai-azure-vector-store-spring-boot-starter -> spring-ai-azure-store-spring-boot-starter + - spring-ai-redis-spring-boot-starter -> spring-ai-redis-store-spring-boot-starter + ## Project Links * [Documentation](https://docs.spring.io/spring-ai/reference/)