Skip to content

Commit 25057f9

Browse files
authored
chore(main): release 0.0.320 (#3308)
🤖 I have created a release *beep* *boop* --- ## 0.0.320 (2024-10-07) ## What's Changed * Enable Porter Application cdp by @porter-deployment-app in #3306 * Enable Porter Application cdp-front by @porter-deployment-app in #3307 * feat(assistant): cdp by @StanGirard in #3305 * feat: Add debug logging for OCR results by @StanGirard in #3309 * feat: Update OCR image scale for better accuracy by @StanGirard in #3310 * feat: Update PDFGenerator to include logo in header by @StanGirard in #3311 * feat: structlog parseable by @AmineDiro in #3312 * Revert "feat: structlog parseable" by @StanGirard in #3313 * feat: structlog parseable by @AmineDiro in #3314 * Revert "feat: structlog parseable" by @StanGirard in #3315 * feat: Update PDFGenerator to include logo in header by @StanGirard in #3318 * feat: structlog parseable by @AmineDiro in #3319 * feat: Update knowledge status and send notification on task success by @StanGirard in #3320 * feat: Update text retranscription instructions by @StanGirard in #3321 * feat: update sentry by @StanGirard in #3326 * chore: Remove unnecessary assertion in create_modification_report function by @StanGirard in #3329 * chore: Add NEXT_PUBLIC_INTERCOM_APP_ID to Dockerfile by @StanGirard in #3330 * feat: Update Content Security Policy for PostHog by @StanGirard in #3331 * fix(cdp): order naming cdc_etiquette by @StanGirard in #3333 * fix(notifications): added a debouncing mechanism by @StanGirard in #3327 **Full Changelog**: v0.0.319...v0.0.320 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent fef6b2d commit 25057f9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"backend/core": "0.0.16",
3-
".": "0.0.319"
3+
".": "0.0.320"
44
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 0.0.320 (2024-10-07)
4+
5+
## What's Changed
6+
* Enable Porter Application cdp by @porter-deployment-app in https://github.com/QuivrHQ/quivr/pull/3306
7+
* Enable Porter Application cdp-front by @porter-deployment-app in https://github.com/QuivrHQ/quivr/pull/3307
8+
* feat(assistant): cdp by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3305
9+
* feat: Add debug logging for OCR results by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3309
10+
* feat: Update OCR image scale for better accuracy by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3310
11+
* feat: Update PDFGenerator to include logo in header by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3311
12+
* feat: structlog parseable by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3312
13+
* Revert "feat: structlog parseable" by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3313
14+
* feat: structlog parseable by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3314
15+
* Revert "feat: structlog parseable" by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3315
16+
* feat: Update PDFGenerator to include logo in header by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3318
17+
* feat: structlog parseable by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3319
18+
* feat: Update knowledge status and send notification on task success by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3320
19+
* feat: Update text retranscription instructions by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3321
20+
* feat: update sentry by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3326
21+
* chore: Remove unnecessary assertion in create_modification_report function by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3329
22+
* chore: Add NEXT_PUBLIC_INTERCOM_APP_ID to Dockerfile by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3330
23+
* feat: Update Content Security Policy for PostHog by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3331
24+
* fix(cdp): order naming cdc_etiquette by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3333
25+
* fix(notifications): added a debouncing mechanism by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3327
26+
27+
28+
**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.319...v0.0.320
29+
330
## 0.0.319 (2024-10-01)
431

532
## What's Changed

0 commit comments

Comments
 (0)