lebaudantoine
3d245c3bd4
🔖 (minor) bump release to 0.1.32
...
warmup livekit connection.
2025-07-24 14:57:48 +02:00
lebaudantoine
031852d0b1
🔖 (minor) bump release to 0.1.31
...
Fix noise reduction feature flag
2025-07-21 12:00:06 +02:00
lebaudantoine
cadb20793a
🔖 (minor) bump release to 0.1.30
...
various fixes
2025-07-18 11:48:02 +02:00
lebaudantoine
912bac8756
🔖 (minor) bump release to 0.1.29
...
What:
- fix minor issue on summary microservice
- PKCE (oidc) support
- add limitation on recording if supported
and more.
2025-07-17 20:41:29 +02:00
lebaudantoine
d91f343ba9
🔖 (minor) bump release to 0.1.28
...
telephony frontend + backend
source map
enhance analytics on the summary microservice
2025-07-10 22:25:07 +02:00
lebaudantoine
e4e4fcbbfc
🔖 (minor) bump release to 0.1.27
...
White label frontend. Docs is missing, will be
written shortly after the v0.1.27 release.
2025-07-04 23:41:47 +02:00
soyouzpanda
26045bbffa
🔧 (backend) support _FILE for secret environment variables
...
Allow configuration variables that handles secrets, like
`DJANGO_SECRET_KEY` to be able to read from a file which is given
through an environment file.
For example, if `DJANGO_SECRET_KEY_FILE` is set to
`/var/lib/meet/django-secret-key`, the value of `DJANGO_SECRET_KEY` will
be the content of `/var/lib/meet/django-secret-key`.
2025-07-01 13:41:02 +02:00
lebaudantoine
d1bb414cb4
🔖 (minor) bump release to 0.1.26
...
Add noise reduction with RNNoise.
New feature needs to be battle tested,
it's protected with a feature flag.
2025-06-25 22:40:01 +02:00
lebaudantoine
12fc33d30a
🔖 (minor) bump release to 0.1.25
...
Fix chat issue livekit/components-js#1173
Bump backend dependencies
Switch to python v13
2025-06-25 19:59:34 +02:00
lebaudantoine
c5379f29e7
➖ (backend) remove unused june-analytics-python dependency
...
Clean up dependencies by removing unused analytics package to reduce
bundle size and eliminate unnecessary maintenance overhead.
2025-06-25 15:02:44 +02:00
lebaudantoine
2fddc82333
🔧 (backend) fix Redis dependency conflict by downgrading to v5.2.1
...
Resolve ResolutionImpossible error where meet requires redis==6.2.0
but kombu[redis] 5.5.x requires redis<=5.2.1. Downgrade to redis==5.2.1
satisfies overlapping constraints and testing confirms compatibility.
Pin the redis dependency.
2025-06-25 15:02:44 +02:00
renovate[bot]
c9ba6cbc05
⬆️ (dependencies) update python dependencies
2025-06-25 15:02:44 +02:00
lebaudantoine
fb8b2d752b
🔒 ️(backend) upgrade Django to 5.2.3 for security compliance
...
Update Django and related libraries per security auditor recommendations
as current version is aging. Django 5.2.3+ changed email validation per
Remove failing test cases affected by stricter validation.
Refs:
- https://code.djangoproject.com/ticket/36014
- https://github.com/django/django/commit/c068f000
2025-06-23 14:59:01 +02:00
lebaudantoine
3c0a712f45
🔖 (minor) bump release to 0.1.24
...
Fix blurry screenshare issue.
See livekit/client-sdk-js#1556
2025-06-22 19:54:01 +02:00
lebaudantoine
0c6cd8223d
🔖 (minor) bump release to 0.1.23
...
Misc updates and fixes.
2025-05-27 21:50:21 +02:00
renovate[bot]
500c690fa0
⬆️ (dependencies) update django to v5.1.9 [SECURITY]
2025-05-12 14:18:52 +02:00
lebaudantoine
b70799c2db
🔖 (minor) bump release to 0.1.22
...
Upgrade track processor to benefits from webgl.
2025-05-05 23:26:49 +02:00
lebaudantoine
b79fa14919
🔖 (minor) bump release to 0.1.21
...
Refactor authentication.
Address few bug bounties.
2025-05-01 16:49:30 +02:00
Quentin BEY
10d759bdbb
➕ (backend) add django-lasuite dependency
...
Use the OIDC backend from the `django-lasuite` library
2025-04-28 23:38:45 +02:00
lebaudantoine
51f1f0ebbf
🔖 (minor) bump release to 0.1.20
...
Misc fixes.
2025-04-28 23:13:31 +02:00
lebaudantoine
c63adf9c8c
⬆️ (backend) upgrade livekit-api to latest version
...
Update livekit-api dependency to most recent release, enabling custom session
configuration. New version allows disabling SSL verification in local
development environment through session parameter support.
2025-04-24 18:05:52 +02:00
lebaudantoine
9366c8c4dd
🔖 (minor) bump release to 0.1.19
...
Introduce screen recording.
2025-04-23 23:45:20 +02:00
lebaudantoine
83d04c499b
⬆️ (dependencies) upgrade boto3 to more recent version
...
Update boto3 dependency to latest stable release to benefit from bug fixes,
performance improvements, and expanded AWS service support.
2025-04-16 12:13:42 +02:00
lebaudantoine
d537a4449a
🔖 (minor) bump release to 0.1.18
...
Refactoring of transcription ui + SDK
2025-04-08 23:04:24 +02:00
lebaudantoine
50c9304afe
➖ (back) remove url-normalize dependency
...
We have the dependency url-normalize installed but we don't use it in
our codebase.
(from @lunika on docs)
2025-04-07 21:51:54 +02:00
renovate[bot]
86a4d68daa
⬆️ (dependencies) update django to v5.1.8 [SECURITY]
2025-04-04 10:44:07 +02:00
lebaudantoine
1f603ce17b
🔖 (minor) bump release to 0.1.17
...
April fool by @arnaud-robin.
2025-03-31 23:49:04 +02:00
lebaudantoine
19a4e442c5
🔖 (minor) bump release to 0.1.16
...
Misc fixes, release diarization.
2025-03-25 23:27:41 +01:00
renovate[bot]
e821982353
⬆️ (dependencies) update python dependencies
2025-03-24 20:04:15 +01:00
Rust Saiargaliev
74164b8498
🗑️ (backend) drop obsolete code from the initial boilerplate
...
Related to 5b1a2b20de
There are no references to the `generate_document.html` template
in the codebase. The same goes for the `INVITATION_VALIDITY_DURATION` setting,
which arrived straigt from https://github.com/suitenumerique/docs
WeasyPrint is (I believe) not used in the project, so it is a ghost dependency.
2025-03-18 20:05:31 +01:00
lebaudantoine
3cae3e66c4
🔖 (minor) bump release to 0.1.15
...
Release private rooms
2025-03-11 13:57:40 +01:00
renovate[bot]
2503411311
⬆️ (dependencies) update django to v5.1.7 [SECURITY]
2025-03-07 17:27:37 +01:00
renovate[bot]
c9512004ac
⬆️ (dependencies) update python dependencies
2025-03-03 17:31:01 +01:00
renovate[bot]
51fa4e84e4
⬆️ (dependencies) update python dependencies
2025-02-27 11:27:22 +01:00
lebaudantoine
14885e0ffa
🔖 (minor) bump release to 0.1.14
...
Release emoji reactions.
2025-02-24 12:33:52 +01:00
lebaudantoine
b7fb6b1b69
🔖 (patch) bump release to 0.1.13
2025-02-12 12:35:55 +01:00
renovate[bot]
4f0e7d2c52
⬆️ (dependencies) update python dependencies
2025-01-27 22:18:32 +01:00
renovate[bot]
0ed3416ce2
⬆️ (dependencies) update python dependencies
2025-01-20 09:35:06 +01:00
renovate[bot]
047ef83f17
⬆️ (dependencies) update django to v5.1.5 [SECURITY]
2025-01-16 11:10:51 +01:00
renovate[bot]
470390fc59
⬆️ (dependencies) update python dependencies
2025-01-13 20:30:38 +01:00
lebaudantoine
18b2dfc497
➕ (backend) install brevo client
...
Brevo (ex-sendinblue) is a common solution used for marketing and
communications.
2024-12-31 15:09:51 +01:00
renovate[bot]
7f8a6e8685
⬆️ (dependencies) update python dependencies
2024-12-30 13:32:37 +01:00
lebaudantoine
4232c0a303
🔖 (patch) bump release to 0.1.12
...
Release a fix while calling Docs backend API.
2024-12-18 22:54:57 +01:00
renovate[bot]
c0d101a326
⬆️ (dependencies) update PyJWT to v2.10.1 [SECURITY]
2024-12-17 16:23:05 +01:00
lebaudantoine
4d4ddb9ee8
🔖 (patch) bump release to 0.1.11
...
Weekly release, responsiveness is still under construction.
2024-12-17 00:26:29 +01:00
renovate[bot]
4830206bb2
⬆️ (dependencies) update python dependencies
2024-12-09 18:20:12 +01:00
renovate[bot]
d0fd16d7d2
⬆️ (dependencies) update django to v5.1.4 [SECURITY]
2024-12-08 22:21:18 +01:00
lebaudantoine
4b4f16e93f
🔖 (patch) bump release to 0.1.10
...
I made a mistake, and forgot to set summary and celery
deployment to 0 replicas.
2024-12-03 02:31:10 +01:00
lebaudantoine
bcb111defb
🔖 (patch) bump release to 0.1.9
...
Release the new ui, the logo, the footer, etc.
2024-12-03 02:12:36 +01:00
renovate[bot]
30ee0fdce3
⬆️ (dependencies) update python dependencies
2024-11-25 11:35:11 +01:00