Releases: DE-IBH/b3lb
Releases · DE-IBH/b3lb
2.2.3
2.2.2
Fixes:
- api: change checksum validation to match upstream implementation (#54)
Changes:
- api: support overriding more (new) BBB 2.4 parameters (#58)
excludeFromDashboard
learningDashboardCleanupDelayInMinutes
learningDashboardEnabled
meetingLayout
moderatorOnlyMessage
role
welcome
- bump python dependencies:
- Django
3.2.7
=>3.2.10
(CVE-2021-44420) - django-environ
0.5.0
=>0.8.1
- django-redis
5.0.0
=>5.2.0
- uvicorn
0.15.0
=>0.16.0
- aiohttp
3.7.4
=>3.8.1
- Django
- docker: bump to alpine 3.15
2.2.1
Fixes:
- api: fix internal server error if end meeting is called for a non-existing meeting
Changes:
- bump python dependencies:
- Django
3.2.5
=>3.2.7
- django-environ
0.4.5
=>0.5.0
- django-split-settings
1.0.1
=>1.1.0
- uvicorn
0.14.0
=>0.15.0
- Django
- docker: bump to alpine 3.14.2
2.2.0
2.1.0
Changes:
- admin: add admin command for cluster maintenance
- api: add html5 custom parameters support
- api: add custom css asset
- bump python dependencies:
- Django
3.2.2
=>3.2.5
- celery
5.0.5
=>5.1.2
- django-redis
4.12.1
=>5.0.0
- uvicorn
0.13.4
=>0.14.0
- Django
- docker: bump to alpine 3.14, python3.9, pypy 3.7-7.3.5
2.0.1
Changes:
- bump python dependencies for Python 3.9 compatibility and fix CVE-2021-32052 on Python 3.9.5+:
- Django
3.2
=>3.2.2
- django-extensions
3.1.2
=>3.1.3
- django-cacheops
5.1
=>6.0
- Django
The published docker images were shipped with Python 3.8 from Alpine Linux 3.13 and should not be affected by CVE-2021-32052.
2.0.0
This is a new major release with breaking changes:
- custom settings.py should be replaced by environment settings or
an.env
settings file (check for changed settings names) - assets are now served from the database using blobs, you need to upload
your file based logo and slide assets manually - fixtures have been updated to replace the
checkslides
task bycleanup_assets
Changes:
- assets: handle logos and slides by database blobs #16
- api: add support for single domain name usage #23
- docker: use explicit tagged base images and disable pip's caching #29
- parameters: allow to block, set or override most parameters of BBB API create
- pypy: provide highly experimental docker image variant based on pypy,
switch from psycopq2 to psycopq2cffi to be pypy compatible
(increases worker performance) #22 - settings: allow configuration via environment using django-environ #12
- settings: refactor custom settings with B3LB_ prefix #11
1.2.0
1.1.0
Changes:
- metrics: add limit metrics for tenants and secrets
- models: attendee and meeting limits for tenants and secrets
- models: make default value of Node's domain configurable
- docker: add github action to build docker images
- scripts: add b3lb-cleaner auxiliary script