Skip to content

Releases: microsoft/customer-chatbot-solution-accelerator

v1.2.5

30 Mar 06:30
fa11fcf

Choose a tag to compare

1.2.5 (2026-03-30)

Bug Fixes

  • Add dependency on aiFoundryPrivateEndpoint for aiFoundryAiServicesProject module (e88088d)
  • Handle generic exceptions during AI response wait in WebUserPage (dc4eade)
  • Handle Playwright timeout exceptions in AI response wait (657ca99)
  • resolve Dependabot security alerts - upgrade rollup to 4.60.0 (CVE path traversal) - upgrade axios to 1.13.6 (DoS via proto) - upgrade flatted to 3.4.2 (prototype pollution) - upgrade minimatch to 3.1.5/9.0.9 (ReDoS) - upgrade black to 26.3.1 (arbitrary file write via cache) (d4c6c54)
  • Update location parameter of aiFoundryPrivateEndpoint module to be same as vnet location (2f02fab)

Other Updates

  • Update RBAC role name in Deployment Guide (c69aac1)

v1.2.4

24 Mar 09:56
5b3e780

Choose a tag to compare

1.2.4 (2026-03-24)

Bug Fixes

  • update email subjects to include status icons (98f63d0)

v1.2.3

20 Mar 12:25
617c7ce

Choose a tag to compare

1.2.3 (2026-03-20)

Bug Fixes

  • enhance cleanup status messaging for better clarity (74a2f4e)
  • implement retry logic for data upload and agent creation scripts (07d21cb)
  • update condition for Existing URL Success Notification to include TEST_SUCCESS checks (b7387bb)
  • update Docker image tag for main and default branches (95962cd)
  • update email subject formatting in notification messages (0703365)
  • update email subject formatting in notification messages (483f098)
  • update GPT_MIN_CAPACITY and enhance notification email formatting (3b3f172)
  • update notification subjects for clarity and consistency (792928a)

Other Updates

  • Include note for azd version 1.23.9 in Deployment Guide (d9f511c)
  • remove input validation step from notification job (4a17136)

v1.2.2

16 Mar 11:27
ef86010

Choose a tag to compare

1.2.2 (2026-03-16)

Bug Fixes

  • Handle specific exceptions in web user page methods (e4c231f)
  • Replace sys.exit with raise SystemExit for better error handling in Cosmos DB functions (46dde4e)

v1.2.1

04 Mar 17:59
1c39961

Choose a tag to compare

1.2.1 (2026-03-04)

Bug Fixes

  • Add production environment to template validation job (6b4f78f)

v1.2.0

23 Feb 05:43
1c32e67

Choose a tag to compare

1.2.0 (2026-02-23)

Features

  • Migration to foundry agent v2 (23c2f17)

Other Updates

  • Update README with new solution accelerators and playbooks (c4a67ec)

v1.1.0

18 Feb 06:23
6b57644

Choose a tag to compare

1.1.0 (2026-02-18)

Features

  • Add E2E_TEST input option and wait step for app readiness in deployment workflows (1e637ac)
  • Add run_e2e_tests input option to deployment workflows for enhanced testing flexibility (49f9cde)
  • Enhance Cosmos DB access management by adding runner IP to firewall and clearing IP rules on disable (7c2b8d1)
  • Enhance public access management for Cosmos DB and AI Services in deployment workflows (11fa07f)
  • Enhance response verification in ask_question_and_verify method and add get_latest_ai_response method (a30b49a)
  • Extend Cosmos DB connectivity checks and increase wait time for network changes in deployment workflows (0fac0b3)
  • Implement get_latest_ai_response method for improved AI response retrieval and update test to utilize it (6c1611e)
  • Refactor AI Services account retrieval and role assignment in deployment workflows (30dd63a)
  • Refactor data upload script to enhance parameter handling and add public network access management (ffdc708)
  • Refactor data upload script to improve parameter handling and role assignments for Azure services (075b42e)
  • Update app readiness wait condition for E2E tests in deployment workflows (9d7973e)
  • Update deployment scripts to enhance AI Services access management and support EXP mode (dac19a8)

Bug Fixes

  • Adjust formatting of enable_public_access function for consistency (deca2f6)
  • Correct JSON file path in constants for E2E tests (6d36958)
  • Enhance Python command detection to ensure it executes correctly and provide installation guidance (b6f78a9)
  • Simplify condition for cleanup-deployment job in deployment orchestrator (98d604f)
  • Update condition for cleanup-deployment job to always execute (e32bd1b)
  • Update QUOTA_FAILED validation to allow empty input and default to 'false' (ba17ef1)

Other Updates

  • Comment out run_e2e_tests configurations and validations across deployment workflows (3279ee0)

v1.0.1

28 Jan 11:07
64aa2e3

Choose a tag to compare

1.0.1 (2026-01-28)

Bug Fixes

  • Removed YARN package due to gpg key issue (758e72c)
  • Update Python image from bullseye to bookworm (c5c2598)

Other Updates

  • introduce end-to-end test framework using Playwright and pytest (ca61a61)

v1.0.0

02 Jan 09:58
0b42ebe

Choose a tag to compare

1.0.0 (2026-01-02)

Features

  • Add configuration files for flake8, pylint, and GitHub workflows (37399e8)
  • Added template validation (45ddf2c)
  • Disable azd log (a9a3304)
  • Disabled dev container & test cases execution (eef266d)

Bug Fixes

  • Fixed fetching User Email issue, Sending base64 data for User details, Docker build issue fixed for UI (727996e)
  • Refactor dependency installation in pylint workflow to avoid conflicts (0835659)
  • Remove template-validation branch from push triggers (53806e9)
  • Updated the resource group tags resource to latest API version (ce05d8d)

Other Updates

  • Fix type (cd848f7)
  • Updated ReadMe as per the AZD template validation guidelines (0219170)