From 28c61df3b7ea54700482fbea5408101340290bd6 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Wed, 4 Sep 2024 09:31:09 +0200 Subject: [PATCH] chore(main): release 0.0.301 (#3068) :robot: I have created a release *beep* *boop* --- ## 0.0.301 (2024-09-03) ## What's Changed * feat(smtp): not enforcing tls by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3067 * feat: Update send_email.py to conditionally login with SMTP credentials by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3069 * feat: Add NEXT_PUBLIC_PROJECT_NAME environment variable by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3070 * feat: Add Azure login support by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3071 * fix(frontend): only owner can access knowledge and edit brain snippet by @Zewed in https://github.com/QuivrHQ/quivr/pull/3073 * fix(frontend): brain knowledge visibility by @Zewed in https://github.com/QuivrHQ/quivr/pull/3074 * fix(frontend): revamp of settings by @Zewed in https://github.com/QuivrHQ/quivr/pull/3081 * fix: Update README.md by @Zewed in https://github.com/QuivrHQ/quivr/pull/3084 * fix(frontend): send invitation clearer by @Zewed in https://github.com/QuivrHQ/quivr/pull/3090 * fix(frontend): spacing chats by @Zewed in https://github.com/QuivrHQ/quivr/pull/3091 * fix(frontend): use click delay by @Zewed in https://github.com/QuivrHQ/quivr/pull/3092 * fix(frontend): back buttons by @Zewed in https://github.com/QuivrHQ/quivr/pull/3094 * fix(frontend): change hover delay for tooltips by @Zewed in https://github.com/QuivrHQ/quivr/pull/3095 * fix(frontend): rename search by thread by @Zewed in https://github.com/QuivrHQ/quivr/pull/3099 * feat(frontend): revamp of some basics components by @Zewed in https://github.com/QuivrHQ/quivr/pull/3105 * feat(frontend): interaction with brain items by @Zewed in https://github.com/QuivrHQ/quivr/pull/3106 * fix(frontend): remove intercom on thread page of mobile by @Zewed in https://github.com/QuivrHQ/quivr/pull/3108 * feat: quivr core 0.1 by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2970 * fix: Blank scrollbar on certain browsers by @adityanandanx in https://github.com/QuivrHQ/quivr/pull/3118 * chore(docs): moved repository by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3123 * fix: knowledge user by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3124 * chore(readme): increase size icon by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3125 * chore: remove unused syncNotion function in ConnectionCards.tsx by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3129 * chore: update compatibility by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3136 * ci(raise): only on tags by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3140 * feat: using langgraph in our RAG pipeline by @jacopo-chevallard in https://github.com/QuivrHQ/quivr/pull/3130 * fix: knowledge multiple brains by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3142 * fix: knowledge multiple brains - update knowledge rollback by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3143 ## New Contributors * @jacopo-chevallard made their first contribution in https://github.com/QuivrHQ/quivr/pull/3130 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.300...v0.0.301 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d14d50c4f553..ae772976d718 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "backend/core": "0.0.13", - ".": "0.0.300" + ".": "0.0.301" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4674451b0b27..d703287e83d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## 0.0.301 (2024-09-03) + +## What's Changed +* feat(smtp): not enforcing tls by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3067 +* feat: Update send_email.py to conditionally login with SMTP credentials by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3069 +* feat: Add NEXT_PUBLIC_PROJECT_NAME environment variable by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3070 +* feat: Add Azure login support by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3071 +* fix(frontend): only owner can access knowledge and edit brain snippet by @Zewed in https://github.com/QuivrHQ/quivr/pull/3073 +* fix(frontend): brain knowledge visibility by @Zewed in https://github.com/QuivrHQ/quivr/pull/3074 +* fix(frontend): revamp of settings by @Zewed in https://github.com/QuivrHQ/quivr/pull/3081 +* fix: Update README.md by @Zewed in https://github.com/QuivrHQ/quivr/pull/3084 +* fix(frontend): send invitation clearer by @Zewed in https://github.com/QuivrHQ/quivr/pull/3090 +* fix(frontend): spacing chats by @Zewed in https://github.com/QuivrHQ/quivr/pull/3091 +* fix(frontend): use click delay by @Zewed in https://github.com/QuivrHQ/quivr/pull/3092 +* fix(frontend): back buttons by @Zewed in https://github.com/QuivrHQ/quivr/pull/3094 +* fix(frontend): change hover delay for tooltips by @Zewed in https://github.com/QuivrHQ/quivr/pull/3095 +* fix(frontend): rename search by thread by @Zewed in https://github.com/QuivrHQ/quivr/pull/3099 +* feat(frontend): revamp of some basics components by @Zewed in https://github.com/QuivrHQ/quivr/pull/3105 +* feat(frontend): interaction with brain items by @Zewed in https://github.com/QuivrHQ/quivr/pull/3106 +* fix(frontend): remove intercom on thread page of mobile by @Zewed in https://github.com/QuivrHQ/quivr/pull/3108 +* feat: quivr core 0.1 by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2970 +* fix: Blank scrollbar on certain browsers by @adityanandanx in https://github.com/QuivrHQ/quivr/pull/3118 +* chore(docs): moved repository by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3123 +* fix: knowledge user by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3124 +* chore(readme): increase size icon by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3125 +* chore: remove unused syncNotion function in ConnectionCards.tsx by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3129 +* chore: update compatibility by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3136 +* ci(raise): only on tags by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3140 +* feat: using langgraph in our RAG pipeline by @jacopo-chevallard in https://github.com/QuivrHQ/quivr/pull/3130 +* fix: knowledge multiple brains by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3142 +* fix: knowledge multiple brains - update knowledge rollback by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3143 + +## New Contributors +* @jacopo-chevallard made their first contribution in https://github.com/QuivrHQ/quivr/pull/3130 + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.300...v0.0.301 + ## 0.0.300 (2024-08-22) ## What's Changed