From 963a85bd5ea967cc4975a2efa99a40e0b9b9bd8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Tue, 12 Nov 2024 15:52:54 +0100 Subject: [PATCH] Complete the RELEASE.md file for the 1.6 release --- RELEASE.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index e5632b5..7673fde 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,10 +1,28 @@ # Releases - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/). +## [1.6] - 2024-11-12 + +## Added + +- **Allow the expiration of tokens and codes in the DotEnv configuration** + - **New DotEnv variables:** check all the new `*_EXPIRATION_MINUTES` for each token and code in `.env.example` +- **Phone validation system by country code:** all the provided phone numbers are now properly validated and some countries can be forbidden +- **SIP Domain management:** the account domains are now managed in a set of panels and API endpoints, this is the base of the upcoming space administration system +- **JSON validation in the API:** the provised JSON is now validated and returns an error if an issue is detected +- **CoTURN credentials support:** TURN credentials can now be generated and return through the provisioning feature + +## Changed + +- **Replace Material Icons with Phosphor** + +## Deprecated + +- **Last major version supporting the deprecated endpoints of the API** + ## [1.5] - 2024-08-29 ### Added