Skip to content

Commit

Permalink
fix: improve NAT traversal; add TURN routing
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <ivelin@ambianic.ai>
  • Loading branch information
ivelin committed Dec 13, 2021
2 parents 12b09f6 + 966c756 commit 2e6baf3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Versioning Changelog

## [2.22.3](https://github.com/ambianic/ambianic-ui/compare/v2.22.2...v2.22.3) (2021-12-10)


### Bug Fixes

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

## [2.22.2](https://github.com/ambianic/ambianic-ui/compare/v2.22.1...v2.22.2) (2021-12-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ambianic-ui",
"version": "2.22.2",
"version": "2.22.3",
"description": "Ambianic UI is the main user interface to Ambianic Edge deployments.",
"author": "Ivelin Ivanov",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions tests/unit/store/pnp-actions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ describe('PnP state machine actions - p2p communication layer', () => {
host: ambianicConf.AMBIANIC_PNP_HOST,
port: ambianicConf.AMBIANIC_PNP_PORT,
secure: ambianicConf.AMBIANIC_PNP_SECURE,
config: ambianicConf.ICE_CONFIG,
debug: 3
})
})
Expand Down

0 comments on commit 2e6baf3

Please sign in to comment.