You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,43 @@ The folowing tags are used to categorize and state the scope of a change
9
9
* **security improvement** tags changes related to security
10
10
* **commercial** tags changes that are available only in the commercial RestcommOne product
11
11
12
+
== 8.7.0 version 2018-07-10 (docker tag 8.7.0-226)
13
+
=== New Features
14
+
// New features (whether major or minor) go here
15
+
* **REVERTED** [New security constraints applied in order to allow access to organization resources only when hostname of the request match the organization domain that the account credentials belong to.]
16
+
17
+
=== Breaking Changes
18
+
// draws attention to functionality that is getting removed
19
+
20
+
21
+
=== Bug Fixes
22
+
* Disable SecurityFilter check for Organization domain
23
+
* Provided fix for LCE issue that shutdown docker container
24
+
* Provided fix for Outbound PSTN call is not hanging up properly
25
+
26
+
27
+
=== Migration Notes
28
+
// Things to consider during migration from previous release
29
+
30
+
==== Migration steps - part 1
31
+
32
+
Follow the steps below to upgrade DB schema
33
+
34
+
* Use full backup database script to backup database - follow <<configuration/MySQL_Backup_Restore_Scripts.html,Mysql backup/restore scripts>>
35
+
* Use database schema upgrade scripts to move DB schema to the latest - follow <<configuration/How to use Mysql schema upgrade scripts.adoc#mysql-schema-upgrade,How to use Mysql schema upgrade scripts>>
36
+
37
+
*At this point, you can upgrade Restcomm-Connect instance.*
38
+
39
+
==== Rollback steps
40
+
In case something goes wrong during the migration/upgrade process, you can rollback changes and run the previous version of Restcomm-Connect
0 commit comments