From c2fc323929111558a666f79980f96bfa19e14e71 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 24 Sep 2024 14:26:53 +0200 Subject: [PATCH] chore(main): release 0.0.316 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bdadd57e8253..3ba4f180bfe6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "backend/core": "0.0.16", - ".": "0.0.315" + ".": "0.0.316" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 69198f0e471b..45807c3a49cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.0.316 (2024-09-24) + +## What's Changed +* fix(core): enforce langchain <0.3 for pydantic v1 by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3217 +* chore(main): release core 0.0.16 by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3218 +* feat(assistants): mock api by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3195 +* chore(examples): fix chainlit example by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3223 +* feat(integration): Notion by @chloedia in https://github.com/QuivrHQ/quivr/pull/3173 +* fix(migration): order migrations by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3231 +* feat: remove n+1 query knowledge by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3238 +* feat: introducing configurable retrieval workflows by @jacopo-chevallard in https://github.com/QuivrHQ/quivr/pull/3227 +* fix: wrong default path for CHAT_LLM_CONFIG_PATH env variable by @jacopo-chevallard in https://github.com/QuivrHQ/quivr/pull/3247 +* fix(frontend): sync folder for premium users by @Zewed in https://github.com/QuivrHQ/quivr/pull/3251 +* fix: correctly passing the prompt provided by the user by @jacopo-chevallard in https://github.com/QuivrHQ/quivr/pull/3252 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.315...v0.0.316 + ## 0.0.315 (2024-09-17) ## What's Changed