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: assets/js/asr-client-js-refactor-VAT-385-453/.github/ISSUE_TEMPLATE/bug_report.yml
+17
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,24 @@ body:
16
16
description: Please specify what version of `@vatis-tech/asr-client-js` you are using, and also, please check if the issue is reproducible with the latest stable version of the plugin.
Copy file name to clipboardExpand all lines: assets/js/asr-client-js-refactor-VAT-385-453/CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,24 @@ No fixes were made.
51
51
52
52
Each time you add new changes to this file, please add them bellow this line - i.e. between the [insertion](#insterion) section and the last version added.
53
53
54
+
## [1.3.0] - 2022-05-03
55
+
56
+
### Added
57
+
58
+
No new features were added.
59
+
60
+
### Changed
61
+
62
+
- Right now, instead of sending one message and waiting for its full response, you can send up to `waitingAfterMessages` before waiting for full responses
This is a **number** that needs to be _> 0_. It represents the number of message to be sent to the ASR Service, before waiting for a response. Default is `5`.
Copy file name to clipboardExpand all lines: assets/js/asr-client-js-refactor-VAT-385-453/dist/CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,24 @@ No fixes were made.
51
51
52
52
Each time you add new changes to this file, please add them bellow this line - i.e. between the [insertion](#insterion) section and the last version added.
53
53
54
+
## [1.3.0] - 2022-05-03
55
+
56
+
### Added
57
+
58
+
No new features were added.
59
+
60
+
### Changed
61
+
62
+
- Right now, instead of sending one message and waiting for its full response, you can send up to `waitingAfterMessages` before waiting for full responses
This is a **number** that needs to be _> 0_. It represents the number of message to be sent to the ASR Service, before waiting for a response. Default is `5`.
0 commit comments