diff --git a/ANNOUNCE.md b/ANNOUNCE.md index d4bfde20..30de46f3 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -1,3 +1,53 @@ +### 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 + ### Maintenance release 1.82.3 is scheduled for 5/10/2023 between 8:30am and 10am CST This release upgrades Kubernetes to 1.25 diff --git a/RELEASE.md b/RELEASE.md index f72e809f..33bfd9e1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,53 @@ +## Release 1.83.0 + +Key things that are new in the Transcribe App this minor 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 + ## Release 1.82.4 This release allows for use of the /confgroup API with JWT token.