Skip to content

Commit 2e6baf3

Browse files
author
ivelin
committed
fix: improve NAT traversal; add TURN routing
Signed-off-by: ivelin <[email protected]>
2 parents 12b09f6 + 966c756 commit 2e6baf3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Versioning Changelog
22

3+
## [2.22.3](https://github.com/ambianic/ambianic-ui/compare/v2.22.2...v2.22.3) (2021-12-10)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade vue and other 3rd party dependencies ([#792](https://github.com/ambianic/ambianic-ui/issues/792)) ([3cd7874](https://github.com/ambianic/ambianic-ui/commit/3cd7874480f1fbc58e1fe1a2a0a8227647b3d7c8))
9+
310
## [2.22.2](https://github.com/ambianic/ambianic-ui/compare/v2.22.1...v2.22.2) (2021-12-10)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ambianic-ui",
3-
"version": "2.22.2",
3+
"version": "2.22.3",
44
"description": "Ambianic UI is the main user interface to Ambianic Edge deployments.",
55
"author": "Ivelin Ivanov",
66
"scripts": {

tests/unit/store/pnp-actions.spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ describe('PnP state machine actions - p2p communication layer', () => {
104104
host: ambianicConf.AMBIANIC_PNP_HOST,
105105
port: ambianicConf.AMBIANIC_PNP_PORT,
106106
secure: ambianicConf.AMBIANIC_PNP_SECURE,
107+
config: ambianicConf.ICE_CONFIG,
107108
debug: 3
108109
})
109110
})

0 commit comments

Comments
 (0)