Skip to content

Commit 1b53325

Browse files
committed
Web SDK doc update
Web SDK version update and what's new
1 parent f790712 commit 1b53325

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ import TabItem from '@theme/TabItem';
1111

1212
Symbl continuously adds new features and enhancements, fixes critical bugs, and deploys performance improvements. Track the latest updates on this page.
1313

14+
### 22 June 2022
15+
16+
![sdk](/img/sdk-icon.png) <br/>
17+
* **Web SDK (Beta) new release:** Version 1.0.5 of the [Symbl Web SDK (Beta)](/docs/web-sdk/overview/) is now available.
18+
19+
* Validation of keys in `StreamingAPIConnectionConfig` when passed into `startProcessing`.
20+
* Removed or updated vulnerable NPM dependencies.
21+
22+
#### Bug Fixes:
23+
24+
* When `disconnect` is called on `StreamingAPIConnection` without first calling `stopProcessing`, there are no longer repeated warning messages.
25+
1426
### 26 May 2022
1527

1628
![sdk](/img/sdk-icon.png) <br/>

docs/web-sdk/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can also import the file into your HTML application using Symbl's CDN. For p
5555
#### Versioned CDN
5656

5757
```html
58-
<script src="https://sdk.symbl.ai/js/beta/symbl-web-sdk/v1.0.4/symbl.min.js"></script>
58+
<script src="https://sdk.symbl.ai/js/beta/symbl-web-sdk/v1.0.5/symbl.min.js"></script>
5959
```
6060

6161
#### Latest CDN

0 commit comments

Comments
 (0)