Skip to content

Releases: DE-IBH/b3lb

3.2.6

26 Aug 07:49
Compare
Choose a tag to compare

Changes

  • add new BBB 2.7 API parameters
    • allowPromoteGuestToModerator
    • webcamBackgroundURL

3.2.5

03 Jul 14:38
Compare
Choose a tag to compare

Fixes

  • missing check for no clips during rendering task

3.2.4

16 Jun 19:42
Compare
Choose a tag to compare

Fixes:

  • fix security bug in getRecordings endpoint

This release fixes a security bug that allowed authenticated api requests to manage recordings of any tenants and their secrets.

3.2.3

29 May 09:38
Compare
Choose a tag to compare

Fixes

  • add possibility to use the same meeting ID for two different secrets.
  • return an error message if meeting id is out of range (2 <= id_length <= 100 chars)

3.2.2

23 May 15:44
Compare
Choose a tag to compare

Fixes

  • fix missing specific POST Header when an asset is sent

3.2.1

21 May 10:13
Compare
Choose a tag to compare

Changes:

  • adjust to BBB 2.7.8 API changes
    • forbid POST request for join endpoint ()
    • adjustments for POST headers are already handled
  • meeting name check:
    • add check for meeting name length for faster response without sending a request to backend systems
    • meeting name length must be between 2 and 256 characters as given by BBB API restrictions

3.2.0

16 May 11:24
Compare
Choose a tag to compare

Changes

  • add new BBB 2.7 API parameters
    • preUploadedPresentation
    • preUploadedPresentationName
    • errorRedirectUrl
    • userdata-bbb_fullaudio_bridge
  • refactor Parameter model
  • added python dependencies:
    • pyjwt: 2.8.0
  • bumped python dependencies:
    • Django: 3.2.19 => 3.2.25
    • PyGObject: 3.44.1 => 3.48.2
    • aiohttp: 3.8.4 => 3.9.5
    • boto3: 1.26.163 => 1.34.106
    • celery: 5.3.1 => 5.3.4
    • django-cacheops: 7.0.1 => 7.0.2
    • django-celery-beat: 2.5.0 => 2.6.0
    • django-db-file-storage: 0.5.5 => 0.5.6.1
    • django-environ: 0.10.0 => 0.11.2
    • django-redis: 5.3.0 => 5.4.0
    • django-storages: 1.13.2 => 1.14.3
    • uvicorn[standard]: 0.22.0 => 0.29.0

Fixes

  • fix record ready callback
  • fix value check for empty parameters
  • fix errors when a very long meeting name (>500 chars) was given

3.1.1

28 Sep 12:26
3.1.1
Compare
Choose a tag to compare

Fixes

  • fix getRecordings endpoint when nothing is queried
  • fix ConnectionError exception when sending callback to given url
  • fix filter records when no meeting_id or record_id aren't UUIDs

3.1.0

28 Sep 12:25
3.1.0
Compare
Choose a tag to compare

Changes

  • add new BBB 2.6 API parameters
    • notifyRecordingIsOn
    • prsentationUploadExternalUrl
    • prsentationUploadExternalDescription
    • recordFullDurationMedia (v2.6.9)
    • disabledFeaturesExclude(2.6.9)
    • userdata-bbb_hide_presentation_on_join
  • move configuration of checksum hash function from ClusterGroups to Clusters
  • bumped python dependencies:
    • boto3: 1.26.119 => 1.26.163
    • celery: 5.2.7 => 5.3.1
    • Django: 3.2.18 => 3.2.19
    • django-extensions: 3.2.1 => 3.2.3
    • requests: 2.28.2 => 2.31.0
    • django-cacheops: 7.0 => 7.0.1
    • django-celery-results: 2.5.0 => 2.5.1
    • django-redis: 5.2.0 => 5.3.0
    • uvicorn: 0.21.1 => 0.22.0

3.0.7

17 Jul 14:04
Compare
Choose a tag to compare

Fixes

  • fix generated xml response