Skip to content

Commit

Permalink
chore(main): release 0.0.301 (#3068)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 0.0.301 (2024-09-03)

## What's Changed
* feat(smtp): not enforcing tls by @StanGirard in
#3067
* feat: Update send_email.py to conditionally login with SMTP
credentials by @StanGirard in #3069
* feat: Add NEXT_PUBLIC_PROJECT_NAME environment variable by @StanGirard
in #3070
* feat: Add Azure login support by @StanGirard in
#3071
* fix(frontend): only owner can access knowledge and edit brain snippet
by @Zewed in #3073
* fix(frontend): brain knowledge visibility by @Zewed in
#3074
* fix(frontend): revamp of settings by @Zewed in
#3081
* fix: Update README.md by @Zewed in
#3084
* fix(frontend): send invitation clearer by @Zewed in
#3090
* fix(frontend): spacing chats by @Zewed in
#3091
* fix(frontend): use click delay by @Zewed in
#3092
* fix(frontend): back buttons by @Zewed in
#3094
* fix(frontend): change hover delay for tooltips by @Zewed in
#3095
* fix(frontend): rename search by thread by @Zewed in
#3099
* feat(frontend): revamp of some basics components by @Zewed in
#3105
* feat(frontend): interaction with brain items by @Zewed in
#3106
* fix(frontend): remove intercom on thread page of mobile by @Zewed in
#3108
* feat: quivr core 0.1 by @StanGirard in
#2970
* fix: Blank scrollbar on certain browsers by @adityanandanx in
#3118
* chore(docs): moved repository by @StanGirard in
#3123
* fix: knowledge user by @AmineDiro in
#3124
* chore(readme): increase size icon by @StanGirard in
#3125
* chore: remove unused syncNotion function in ConnectionCards.tsx by
@StanGirard in #3129
* chore: update compatibility by @StanGirard in
#3136
* ci(raise): only on tags by @StanGirard in
#3140
* feat: using langgraph in our RAG pipeline by @jacopo-chevallard in
#3130
* fix: knowledge multiple brains by @AmineDiro in
#3142
* fix: knowledge multiple brains - update knowledge rollback by
@AmineDiro in #3143

## New Contributors
* @jacopo-chevallard made their first contribution in
#3130

**Full Changelog**:
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).
  • Loading branch information
StanGirard authored Sep 4, 2024
1 parent d959927 commit 28c61df
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"backend/core": "0.0.13",
".": "0.0.300"
".": "0.0.301"
}
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 28c61df

Please sign in to comment.