From 64751d4dcdce08503ea533e47ff054ecdf2f4874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mai=20G=C3=A1bor?= Date: Thu, 29 Feb 2024 09:08:50 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e5da164c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,61 @@ + +# Edumeet 4.x CHANGE LOG +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) + +Releases are based on our [docker images](https://hub.docker.com/u/edumeet) + +We are using a rolling release versioning: +``` +-- + +4.0-20240131-stable +``` +The stable tag is teseted by the development team and used by default for [edumeet-docker](https://github.com/edumeet/edumeet-docker/) repository installs. + +## [4.0-202402x-stable] - 2024-02-x (next release changes) +Generic bug fixes + +### Added +- Improved background blur +- Media node has now metric, load, healt http endpoint +- Turn support +- Made media on join configurable. +- Add support for audio output selection. +### Changed +- Room-server config is simplified. + +### Fixed +- Issue, code was not building in production mode because of a bad variable check +- Media node was leaking memory because of mediasoup version bug +- Management Client had hardcoded path +- Management Client was running in development mode +- Packages are now updated again + +## [4.0-20240202-stable] - 2024-02-02 +Generic bug fixes + +### Added +- new Translations +### Changed + +### Fixed +Updated mediasoup + +## [4.0-20240131-stable] - 2024-01-31 +Rewritten the the whole codebase from scrach based on EduMEET 3.x . + +### Added +- New local video recording code (works with Chrome). +- Background blur +- New UI +- Added managmenet service (optional) + +### Changed +Everything... +EduMEET is now written in TypeScrip and uses Node 18.x + +### Fixed +Every package is now updated to the latest available. +