2020-10-16 12:52:34 +02:00
# Changelog
2022-06-10 22:27:54 +02:00
## Unreleased
2023-11-28 15:30:29 +01:00
- BigBlueButton 2.7.3 @alangecker
2023-09-13 00:45:59 +02:00
## Release v2.7.0 (2023-09)
- BigBlueButton 2.7.0 @alangecker [#291 ](https://github.com/bigbluebutton/docker/pull/291 )
- Update to ComposeV2 @leonidas -o [#271 ](https://github.com/bigbluebutton/docker/pull/271 )
- recordings: fix for missing `SHARED_SECRET` @ichdasich [#274 ](https://github.com/bigbluebutton/docker/issues/274 ) [#268 ](https://github.com/bigbluebutton/docker/issues/268 )
- Add RESOLVER_ADDRESS to env for docker-nginx-auto-ssl @pkolmann [#277 ](https://github.com/bigbluebutton/docker/pull/277 )
- Fix learning-dashboard @yanus [#262 ](https://github.com/bigbluebutton/docker/pull/262 )
2023-04-03 11:49:22 +02:00
2023-04-04 11:32:46 +02:00
## Release v2.6.0-2 (2023-04-04)
- hotfix for broken freeswitch container due to enabled compresion with max file count == 1 [#260 ](https://github.com/bigbluebutton/docker/issues/260 )
2023-04-03 11:49:22 +02:00
## Release v2.6.0 (2023-04-03)
2023-03-24 23:00:14 +01:00
- **Breaking change:** Greenlight v3 (see [upgrade note ](docs/upgrading.md ) @alangecker [#255 ](https://github.com/bigbluebutton/docker/pull/255 )
- BigBlueButton v2.6 @alangecker [#255 ](https://github.com/bigbluebutton/docker/pull/255 )
2023-04-03 11:49:22 +02:00
- Set client_max_body_size for greenlight @nr23730 [#252 ](https://github.com/bigbluebutton/docker/pull/252 )
2023-03-24 23:00:14 +01:00
- self building freeswitch (applying patches and independent from external apt repos) @alangecker
2023-04-03 11:49:22 +02:00
- reduce amount of logs with senstivie data @alangecker
2022-11-06 14:01:44 +01:00
## Release v2.5.8 (2022-11-06)
- BBB 2.5.8 @alangecker [#238 ](https://github.com/bigbluebutton/docker/pull/238 )
2022-11-04 17:06:17 +01:00
- recordings: fix for missing ffmpeg filter @alangecker [#235 ](https://github.com/bigbluebutton/docker/issues/235 ) [#230 ](https://github.com/bigbluebutton/docker/pull/230 )
2022-09-19 21:39:41 +02:00
## Release v2.5.0 (2022-06-10)
2022-06-10 22:27:54 +02:00
- BigBlueButton v2.5 @alangecker [#207 ](https://github.com/bigbluebutton/docker/pull/207 )
- central `tags.env` file with the tag names of most BBB components @alangecker
- Usage of [official docker build images ](https://gitlab.senfcall.de/senfcall-public/docker-bbb-build ) for building @alangecker
- publish docker images @alangecker [#174 ](https://github.com/bigbluebutton/docker/issues/174 )
- etherpad: enforce bbb-pads session handling @pedrobmarin [#211 ](https://github.com/bigbluebutton/docker/pull/211 )
- etherpad: avoid icons overlapping @pedrobmarin [#210 ](https://github.com/bigbluebutton/docker/pull/210 )
- fix recordings which include presentation polls @lightweight [#205 ](https://github.com/bigbluebutton/docker/pull/205 )
2022-03-24 17:14:01 +01:00
## Release v2.4.5 (2022-03-24)
2022-03-21 12:00:36 +01:00
- Applied BBB v2.4.5 changes @alangecker
- New mute & unmute sounds by senfcall
- Update etherpad @pedrobmarin [#202 ](https://github.com/bigbluebutton/docker/pull/202 )
2022-03-19 10:59:17 +01:00
- Use own freeswitch mirror instead of the official login-only one @alangecker [#203 ](https://github.com/bigbluebutton/docker/issues/203 )
2022-03-21 12:00:36 +01:00
- Ignore docker-compose.override.yml @dorianim [#183 ](https://github.com/bigbluebutton/docker/pull/183 )
2022-03-19 10:59:17 +01:00
## Release v2.4.4 (2022-02-23)
2022-02-23 14:53:24 +01:00
- Applied v2.4.4 changes @alangecker [#195 ](https://github.com/bigbluebutton/docker/pull/195 )
- Update Russian sound announcement examples @lexuzieel [#196 ](https://github.com/bigbluebutton/docker/pull/196 )
- fix for presentation slides not displayed if they contain type 3 fonts @rottaran [#191 ](https://github.com/bigbluebutton/docker/pull/191 )
2022-01-27 09:53:45 +01:00
## Release v2.4.0 (2021-12-29)
2021-11-27 17:38:40 +01:00
- BigBlueButton v2.4 @alangecker [#159 ](https://github.com/bigbluebutton/docker/pull/159 )
2021-11-27 18:22:03 +01:00
- **Breaking change:** change nginx port from `8080` to `48087` . see [upgrade note ](docs/upgrading.md ) @alangeker [#133 ](https://github.com/bigbluebutton/docker/issues/133 )
2021-11-27 17:38:40 +01:00
- Enable optimization for Prometheus Exporter when recording is enabled @omidmaldar [#161 ](https://github.com/bigbluebutton/docker/pull/161 )
- Automatically remove old recordings after N days @omidmaldar [#162 ](https://github.com/bigbluebutton/docker/pull/162 )
2021-04-30 20:24:52 +02:00
2021-10-05 16:54:19 +02:00
## Release v2.3.14-1 (2021-10-06)
- Applied changes v2.3.5-v2.3.14 @alangecker
- updated wget to not use proxies [#143 ](https://github.com/bigbluebutton/docker/pull/143 ) @mghadam
- fixed sed delimiter for CERTPATH and KEYPATH [#144 ](https://github.com/bigbluebutton/docker/pull/144 ) @mghadam
- https_proxy: fix setting of ALLOWED_DOMAINS [#145 ](https://github.com/bigbluebutton/docker/pull/145 ) @clandmeter
- coturn: expose ENABLE_HTTPS_PROXY env variable [#146 ](https://github.com/bigbluebutton/docker/pull/146 ) [#156 ](https://github.com/bigbluebutton/docker/pull/156 ) @clandmeter @omidmaldar
2021-06-22 01:21:38 +02:00
## Release v2.3.4-1 (2021-06-22) #131
- Applied v2.3.4 changes [#130 ](https://github.com/bigbluebutton/docker/pull/130 ) @alangecker
- Reintegrate turn with default ports and support for external certificates [#126 ](https://github.com/bigbluebutton/docker/pull/126 ) @cjhille
- Fix freeswitch package names for languages with uppercase characters in the path [#119 ](https://github.com/bigbluebutton/docker/pull/119 ) @lexuzieel
- Exclude CLIENT_TITLE when generating compose file [#118 ](https://github.com/bigbluebutton/docker/pull/118 ) @bb
- Fix for preuploaded presentations not working [#116 ](https://github.com/bigbluebutton/docker/pull/116 ) @manfred -w
- Add POSTGRESQL_SECRET as environement variable [#111 ](https://github.com/bigbluebutton/docker/pull/111 ) @caminsha
2021-04-30 20:24:52 +02:00
## Release v2.3.0
2021-03-28 13:25:26 +02:00
- :tada: **BigBlueButton 2.3** including all its changes
2021-04-17 18:23:19 +02:00
- Template based generation of docker-compose.yml [2.2.x#71 ](https://github.com/alangecker/bigbluebutton-docker/pull/71 ) [2.2.x#42 ](https://github.com/alangecker/bigbluebutton-docker/issues/42 ) @trickert76 @alangecker
2021-03-28 13:25:26 +02:00
- Removal of `core` and all dependencies on the bigbluebutton ubuntu repository. Seperate container for `bbb-web` , `fsesl-akka` and `apps-akka` [2.2.x#26 ](https://github.com/alangecker/bigbluebutton-docker/issues/26 ) @alangecker
- Fix recordings for Moodle BBB plugin: [2.2.x#110 ](https://github.com/alangecker/bigbluebutton-docker/pull/110 ) @danjesus
- Fixed recordings container restart setting [2.2.x#109 ](https://github.com/alangecker/bigbluebutton-docker/pull/109 ) @manfred -w
- Option for freeswitch language [2.2.x#85 ](https://github.com/alangecker/bigbluebutton-docker/pull/85 ) @alangecker @Daedalus3
- Disabled integrated coturn [#73 ](https://github.com/bigbluebutton/docker/issues/73 )
2020-12-23 12:14:04 +01:00
## Release v2.2.31-1 (2020-12-23) #84
2020-12-22 00:41:01 +01:00
- Applied v2.2.31 changes @alangecker
2020-12-23 12:14:04 +01:00
- Fix when presentation after recording unable to delete and change access rights #82 #63 @cardinalit
- Enable cameraQualityThresholds by default
2020-12-01 16:43:54 +01:00
## Release v2.2.30-1 (2020-12-01) #79
2020-11-30 16:55:54 +01:00
- Applied v2.2.30 changes @alangecker
2020-11-23 15:49:05 +01:00
- Applied v2.2.29 changes @alangecker
2020-12-01 16:43:54 +01:00
- Fix bug due to unnecessary port forward #81 @trickert76 @alangecker
2020-10-22 11:57:57 +02:00
## Release v2.2.28-1 (2020-10-22) #67
2020-10-20 20:43:12 +02:00
- Applied v2.2.28 changes @alangecker
2020-10-21 21:26:22 +02:00
- Etherpad skin & plugin #69 @alangecker
2020-10-20 21:43:23 +02:00
- Updated `development.md` docs (example config & note about issue #66 ) @alangecker
2020-10-21 00:04:47 +02:00
- Allow setting the breakout room limit @alangecker
2020-10-16 12:52:34 +02:00
## Release v2.2.27-2 (2020-10-16)
- Increase proxy timeout to avoid aborting websocket connections @alangecker
- Added a changelog
## Release v2.2.27-1 (2020-10-14)
- Applied BBB v2.2.27 changes https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.2.27 @alangecker
- Upgrade docker base images (etherpad and bigbluebutton-exporter) @alangecker
## Release v2.2.26-1 (2020-09-29)
- Applied changes from BBB v2.2.24 to v2.2.26 #58 #60 @alangecker
## Release v2.2.23-1 (2020-09-06)
- :tada: Recording #16 by @artemtech and @alangecker
- v2.2.23 changes by @alangecker
- sip_profile extension field #54 by @yksflip
- Remove greenlight container name #49 by @alangecker
## Hotfix (2020-08-15)
- Allow imagemagick to convert to pdf/svg #51 #52 @alangecker
## Release v2.2.22-1 (2020-08-12) #50
- v2.2.22 changes by @alangecker
- Disable freeswitch logfiles inside containers
## Release v2.2.21-1 (2020-7-18)
- Changes for v2.2.21 #44 @alangecker
- expose more BBB settings in .env file #34 @cjhille
- IPv6 Support #32 @alangecker
- Development Mode & Instructions #39 @alangecker
- Prometheus Exporter Integration #40 @alangecker