|
| 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