Releases
v2.0.0
v2.0.0: Admin Settings, Global Table, LanguageCode, Shorter lambda name
Compare
Sorry, something went wrong.
No results found
[2.0.0] - 2025-07-30
Add an admin page where users can select available locale an available voice ids.
Add ability to import/export configs
Fix Private API GW URL
Sort flows/prompts/variables by name
Add ability to remove CXBuilder branding from frontend
v2.0.0 Breaking Changes
Changed DDB from Table to TableV2 to better support ACGR
Mitigation: Backup existing Flow Config table and delete it. Deploy the new version of the app. Restore your table backup.
Removed the -get-config suffix from the Amazon Connect lambda to reduce function name length. Lambda name now matches the app prefix.
Mitigation: Update your flows accordingly
Use event.Details.ContactData.LanguageCode instead of event.Details.ContactData.Attributes.lang
Mitigation: take advantage fo the LanguageCode feature instead of using a lang attribute
The lang parameter is still available for backwards compatibility - will be removed in a future version
Split VPC configuration parameters into: apiVpcConfig and lambdaVpcConfig
Mitigation: migrate to the new props
You can’t perform that action at this time.