Skip to content

Commit 020c5dd

Browse files
authored
Merge pull request #2917 from RestComm/restcomm-2051
added release notes log,and link to main page
2 parents 0f04717 + 4720294 commit 020c5dd

2 files changed

Lines changed: 57 additions & 0 deletions

File tree

restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/index.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ There is multiple ways to interact with Restcomm Connect to build applications
2121
* The <<tutorials/index.adoc#tutorials,Restcomm Tutorials>> will help you in creating sample applications that cover common use cases in a variety of languages using the Restcomm API, RCML or Visual Designer. Download, test, and tweak for yourself.
2222
2323
* The <<configuration/index.adoc#Configuration,Configuration>> will help you in setting up Restcomm Connect on your own server or development environment to build powerful apps locally.
24+
25+
26+
Find <<release-notes.adoc#Release Notes,Release Notes>> here
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
= Restcomm-Connect Release Notes
2+
3+
These notes group both Community and Telscale changes in a single document.
4+
5+
=== Tags
6+
7+
The folowing tags are used to categorize and state the scope of a change
8+
9+
* **security improvement** tags changes related to security
10+
* **commercial** tags changes that are available only in the commercial RestcommOne product
11+
12+
13+
//add release-notes with newer on top
14+
== 8.4.0 version
15+
=== New Features
16+
// New features (whether major or minor) go here
17+
* Clients passwords are now hashed in DB - **security improvement**
18+
* Profiles allow arbitrary properties to be saved/retrieved.
19+
* Added configurable SBC mode which if enabled will disable all NAT handling operations
20+
21+
=== Breaking Changes
22+
// draws attention to functionality that is getting removed
23+
* Accessing Olympus WebRTC from Console now requires to login again. This because of the new feature to hash passwords
24+
* Removed default clients `alice` and `bob`
25+
26+
=== Bug Fixes
27+
// any difference in functionality
28+
* Dial Timeout does not cancel task when Callee is busy
29+
* Configurable inbound/outbound SMPP encoding
30+
* Race condition on sending BYE to incoming call for a dial fork scenario
31+
* Fixed SDR event for SMS - **commercial**
32+
33+
34+
=== Migration Notes
35+
// Things to consider during migration from previous release
36+
* Clients password are considered to be MD5 hashed in DB. Database migration
37+
scripts are available in **commercial** version. Database migration script will ensure existing clients passwords are properly migrated.
38+
39+
=== External Dependencies Updates
40+
// any dependencies
41+
* Console updated to version:
42+
** Integrated Feature Access Control (FAC) limitations
43+
** Updated Console Look & Feel to match new Restcomm branding
44+
** Implemented new Sign In page in Console
45+
** Use Designer location in Console from configuration file
46+
* RVD updated to version.
47+
** Integrated Feature Access Control (FAC) limitations
48+
** Improved Designer performance with better xstream usage
49+
** Designer Look & Feel to match new Restcomm branding
50+
* Olympus WebRTC Demo updated to version.
51+
** Fixed an issue in WebRTC Demo jain-sip library, parsing some headers
52+
** Improve WebRTC Demo UX by showing incoming call screen on top even if caller is not the selected contact
53+
** Add additional configuration to WebRTC Demo for specifying client-specific parameters
54+
** Improve WebRTC Xirsys integration by checking for actual success response and using domain property as namespace (now required)

0 commit comments

Comments
 (0)