Skip to content

Commit

Permalink
1.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJJ committed Nov 3, 2023
1 parent 1dadb0d commit f58a275
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 52 deletions.
85 changes: 33 additions & 52 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
### Minor release 1.93.0 is scheduled for 11/2/2023 between 9:00pm and 11:59pm CST

New functionality in the Transcribe App:
*BE-1100 TA: In large Video view put the Transcript (CC) in a frame that can be moved around the screen.
*BE-1135 TA: Better copy-to-clipboard of the Meeting Minutes components
*BE-1147 TA: Show "This Meeting has no video" in the large-video view if meeting has video
*BE-1152 TA: In tag editor enable Save button only if something has changed

New functionality in other platform components:
*BE-1032 Add GET /zoom/oauth and DELETE /zoom/oauth APIs
*BE-1039 AIVR: Support DTMF in output actions
*BE-1040 AIVR: Re-design for prompt playback - now using events instead on single audio stream
*BE-1044 POST /auth-svc/device to return api URL in the QR code
*BE-1068 Support misspellings in hints in REAL-TIME mode
*BE-1159 Increase the number of allowed audio files in POST /asr/meeting to 25

Changes related to Integrity of Processing (fixes):
*BE-1099 TA: Fix - Specified date format is not being used
*BE-1110 TA: Modify NSIS Installer use proper setting of REINSTALLMODE
*BE-1126 TA: Fix - Large-video chat popup captures focus and icons become not clickable
*BE-1142 TA: Fix - When Zoom upload contains a video file we should set the "video" tag on this meeting
*BE-1145 TA: Add beta label over the DOCX selector
*BE-1146 TA: Fix - Remove UUID tool tips in the large-video view
*BE-1162 Fix - Failure in sa-recompute on Edge
*QA-545 TA: Now not be allowed to play multiple voice signature at the same time.
*QA-567 TA: Fix - Files under processing status shouldn't get option for (Re-Compute, Move or Delete)
*QA-630 TA: Fix - Transcripts on Homepage are not updating after changing Projects.
*QA-631 TA: Fix - Unable to edit Download permission after changing role from admin to user in one go.
*BE-1166 In offline task, if we can't download video, we generate audio-only dash-mpeg
*QA-629 Console: Fix - Unable to download in JSON format in Download options in Transcribe under Transcribe+(beta)

All changes affecting Security, Availability, Integrity of Processing, Confidentiality, Privacy are reported as such above. If nothing is reported in the specific category then it means there were no such relevant changes in this release.

### Minor release 1.92.0 is scheduled for 10/19/2023 between 4pm and 6pm CST

New functionality in the Transcribe App:
Expand Down Expand Up @@ -656,58 +689,6 @@ Here is a list of fixes and changes:
* BE-436 Fixed in Web Console: broken validation for area-code numbers
* BE-439 In Web Console: fix formatting of the Transcribe Detail page

### Minor release 1.83.0 is scheduled for 5/22/2023 between 6pm and 9pm CST

Key things that are new in the Transcribe App this release:
* Meeting summaries are generated by GPT-3.5
* Zoom Meeting Assistant now uses Device Pairing to authenticate with the Transcribe App. You will need to download and install Zoom Meeting Assistant ver 1.0.0+
* On EDGE, Transcribe App now supports OIDC SSO.

Here is a list of fixes and changes
* BE-164 Modifying Edge configuration is no longer supported - on change new configuration needs to be created
* BE-211 In Web Console - do not accept characters not needed in field values
* BE-228 Fixed Major 3rd-party vulnerabilities
* BE-241 OIDC SSO functionality added to Transcribe App
* BE-246 Page to configure the OIDC SSO parameters in Transcribe App
* BE-247 New Login page for Transcribe App if SSO is enabled
* BE-252 Zoom Meeting assistant ver. 1.0.0 with new Device Pairing functionality
* BE-264 Invite User dialog now extended to handle SSO users
* BE-266 New welcome to Transcribe App email for the SSO invite case
* BE-267 If SSO is enabled for the Transcribe App then Forgot Password should direct to SSO
* BE-273 Meeting transcription will complete even in presence of NATS messaging errors
* BE-275 APIs to support device pairing
* BE-282 Transcribe App now support device pairing - a new page for device management
* BE-283 New Zoom Meeting App installer now supports properties needed for device pairing
* BE-291 Fixed bug: Auth Configuration may overwrite good credential with a bad one
* BE-292 Meeting Minutes summary now generated by LLM
* BE-298 New Auth API methods to support SSO login
* BE-305 New field in /cluster API to support Edge deployments with SSO
* BE-311 CHD environment can submit measurements to local influxDB
* BE-312 New Zoom Meeting Assistant installer supported on Edge
* BE-316 Track CHD sessions for billing
* BE-319 Rate-Limit measurements are now sent from CHD environment and tagged with chd=true
* BE-324 Add CHD boolean tag to all measurements written to the influxDb
* BE-325 New Rate Limits in the Account API for CHD environment
* BE-330 Separate Rate-Limits for CHD environment
* BE-332 Apply fetchTimeout to the ffmpeg -timeout option
* BE-338 Automatically signup users from SSO if the email domain is allowed
* BE-339 Support cases where an SSO user wants to login but the domain is not allowed
* BE-340 In Transcribe App: support key sentences which are summaries as cannot be attributed to a single speaker.
* BE-341 In Transcribe App Meeting Minutes: implement speaker substitution also for key sentences
* BE-342 Fixed TTS (Google voices) fails on text like e.g. "7, 6, 2, 6, 2"
* BE-345 If OIDC is enabled for a Cluster then do not show "Signup Code" in from Account Settings
* BE-346 In Transcribe App, provide a pop-up alert if a device need pairing approval
* BE-347 GET /confgroup now accepts JWT tokens
* BE-348 Changes to how authConfig is updated using PUT/confgroup/uuid
* BE-349 In POST /asr/meeting: do not override context to null if JWT has no context
* BE-353 fixed: PUT /confgroup/uuid with languages=[null] causes NPE
* BE-356 Modify PUT /user/uuid to accept JWT tokens for authentication
* BE-357 Unable to delete values of "allow signup from domains"
* BE-359 Support DMY NER in Transcribe App project configuration
* BE-360 In Transcribe App: New user invited from SSO will set name auto populated




**Backwards incompatibility:**
* Certain acoustic model names are no longer available. Unless using specific custom models, it is now sufficient to just provide `languages` parameter - no need to specify acoustic model by name.
Expand Down
33 changes: 33 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## Release 1.93.0

New functionality in the Transcribe App:
*BE-1100 TA: In large Video view put the Transcript (CC) in a frame that can be moved around the screen.
*BE-1135 TA: Better copy-to-clipboard of the Meeting Minutes components
*BE-1147 TA: Show "This Meeting has no video" in the large-video view if meeting has video
*BE-1152 TA: In tag editor enable Save button only if something has changed

New functionality in other platform components:
*BE-1032 Add GET /zoom/oauth and DELETE /zoom/oauth APIs
*BE-1039 AIVR: Support DTMF in output actions
*BE-1040 AIVR: Re-design for prompt playback - now using events instead on single audio stream
*BE-1044 POST /auth-svc/device to return api URL in the QR code
*BE-1068 Support misspellings in hints in REAL-TIME mode
*BE-1159 Increase the number of allowed audio files in POST /asr/meeting to 25

Changes related to Integrity of Processing (fixes):
*BE-1099 TA: Fix - Specified date format is not being used
*BE-1110 TA: Modify NSIS Installer use proper setting of REINSTALLMODE
*BE-1126 TA: Fix - Large-video chat popup captures focus and icons become not clickable
*BE-1142 TA: Fix - When Zoom upload contains a video file we should set the "video" tag on this meeting
*BE-1145 TA: Add beta label over the DOCX selector
*BE-1146 TA: Fix - Remove UUID tool tips in the large-video view
*BE-1162 Fix - Failure in sa-recompute on Edge
*QA-545 TA: Now not be allowed to play multiple voice signature at the same time.
*QA-567 TA: Fix - Files under processing status shouldn't get option for (Re-Compute, Move or Delete)
*QA-630 TA: Fix - Transcripts on Homepage are not updating after changing Projects.
*QA-631 TA: Fix - Unable to edit Download permission after changing role from admin to user in one go.
*BE-1166 In offline task, if we can't download video, we generate audio-only dash-mpeg
*QA-629 Console: Fix - Unable to download in JSON format in Download options in Transcribe under Transcribe+(beta)

All changes affecting Security, Availability, Integrity of Processing, Confidentiality, Privacy are reported as such above. If nothing is reported in the specific category then it means there were no such relevant changes in this release.

## Release 1.92.0

New functionality in the Transcribe App:
Expand Down

0 comments on commit f58a275

Please sign in to comment.