Skip to content

Releases: microsoft/content-generation-solution-accelerator

v2.4.2

28 Apr 11:03
05a6966

Choose a tag to compare

2.4.2 (2026-04-28)

  • chore: dev to main PR (05a6966)
  • fix: add content-type check for non-JSON responses in HttpClient (5125900)
  • fix: add content-type check for non-JSON responses in HttpClient (93463a9)
  • fix: adding a loading spinner when products are being fetched (f465d19)
  • fix: Configure API proxy with dynamic BACKEND_URL (817791c)
  • fix: correct route definition for SPA support in server.js (1d3c341)
  • fix: include content-type in error message for non-JSON responses in fetchExternal (5756ebd)
  • fix: resolve dependabot security alerts - upgrade uuid to v14 (06d3daa)
  • fix: resolve Dependabot security alerts (vite, picomatch, path-to-reg… (ca921f2)
  • fix: resolve Dependabot security alerts (vite, picomatch, path-to-regexp) (e618f1c), closes #177 #179 #180 #181 #183 #185 #186 #187
  • fix: resolve PR review comments - expand CI path filters and remove non-null assertion (dc95c0a)
  • fix: update API versions in Bicep and JSON files to latest specifications (33d2474)
  • fix: update backend URL to use actual ACI IP/FQDN from deployment outputs (521db3c)
  • fix: update server.js for Express 5 and http-proxy-middleware v3 compatibility (4f183a1)
  • Add pytest coverage comment to PRs (a8a8125)
  • apply API proxy middleware based on BACKEND_URL (c352d61)
  • commit (a16ad7e)
  • commit (2424ed8)
  • commit (e62839f)
  • conditionally log backend URL when starting server (aed5114)
  • ensure BACKEND_URL environment variable is set for API proxy (16dac5b)
  • Merge branch 'dev' into rc-dependabotchanges (338442f)
  • Merge branch 'dev' of https://github.com/microsoft/content-generation-solution-accelerator into depe (e11b916)
  • Merge branch 'dev' of https://github.com/microsoft/content-generation-solution-accelerator into psl- (e89489e)
  • Merge branch 'dev' of https://github.com/microsoft/content-generation-solution-accelerator into psl- (f8bf49a)
  • Merge pull request #814 from microsoft/psl-ui-refractoring (e03e3ae), closes #814
  • Merge pull request #816 from microsoft/psl-add-coverage-pr-comment (76e63ed), closes #816
  • Merge pull request #819 from microsoft/rc-dependabot-changes (33c9f90), closes #819
  • Merge pull request #820 from microsoft/feature/remove-bicep-version (bcc61af), closes #820
  • Merge pull request #821 from microsoft/AVM_Bicep_Versions_Update_Akhileswara (b5bb2db), closes #821
  • Merge pull request #824 from microsoft/psl-dev-fixes (ea6367e), closes #824
  • Merge pull request #827 from microsoft/AVM_Bicep_Versions_Update_Akhileswara (705bd66), closes #827
  • Removed the bicep paramater (4ce0d68)
  • update ACI backend URL construction for improved clarity (85ff335)
  • Update Bicep modules and resources to latest versions (e535e24)
  • updated the dependabot packages (ea02b51)
  • refactor: UI code cleanup and folder restructure (bb4eabf)
  • build: bump the github-actions group with 4 updates (0ac9732)
  • build: bump the github-actions group with 7 updates (2aa55e5)
  • build: bump the npm-deps group across 2 directories with 18 updates (9e541fe)
  • build: bump the python-deps group across 3 directories with 4 updates (20d9c8b)

v2.4.1

20 Apr 08:42
1870eb5

Choose a tag to compare

2.4.1 (2026-04-20)

Bug Fixes

  • Enhance local_dev scripts to auto-run setup and readme update (1f4e632)
  • Update API version in documentation and refine local_dev script output (2f43aa6)
  • update the local development scripts, readme and custom deployment pre provision hook (fd99dcb)

v2.4.0

13 Apr 05:38
78c93d6

Choose a tag to compare

2.4.0 (2026-04-13)

Features

  • add support for deploying Azure Bastion and Jumpbox resources in private networking (8cf7f41)
  • Add VM size recommendations for Bastion and Jumpbox subnets (8a74f59)

Bug Fixes

  • add bicep version requirement (>= 0.33.0) to azure.yaml (c5b4086)
  • add bicep version requirement (>= 0.33.0) to azure.yaml (e74493f)
  • add RG_TAGS environment variable for resource group creation (ef25e8a)
  • address Copilot review comments - deploy.sh Dockerfile path and docs region example (3dcd660)
  • address PR review - use npm ci --omit=dev, create server/static dir before copy (3d05925)
  • address remaining PR 777 copilot comments (b518ac8)
  • align VNet subnet deployment with deployAdminAccessResources condition (2d6e64a)
  • correct azd-template-validation workflow indentation (2a10da3)
  • deploy.ps1 Dockerfile path and remove eastus from checkquota defaults (c3cd3ed)
  • honor deployBastionAndJumpbox independently from VM password (36d3815)
  • improve error handling for JSON parsing (db4409e)
  • improve error handling for JSON parsing (d4bd501)
  • Remove create-release.yml path filter changes (9bccc87)
  • rename environment variable for container registry in Docker build job (4211d9d)
  • rename param name to vnetName to avoid collision with output name in virtualNetwork.bicep (dafa23d)
  • resolve 6 Copilot review comments on PR #768 (10ede7e)
  • resolve Copilot review comments - deployment condition, output comment, and docs clarity (887db52)
  • Resolve merge conflicts with dev branch (34d01a3)
  • Restore push trigger with path filters for azure-dev.yml (45d9c08)
  • simplify check for ACI deployment in custom deployment (8bf12c6)
  • Simplify first run check for ACI deployment in azure_custom.yaml (462a53d)
  • uncomment metadata section in azure.yaml (eff00ed)
  • update environment variable names to use AZURE_ prefix in deploy.ps1 (c72e70e)
  • update environment variable references for image model in documentation and scripts (bd0aff5)
  • update link to local development guide in documentation (c07d99c)
  • update usage instructions and add legacy environment variable support in tests (14b3547)
  • wrap MessageBubble copy handler in useCallback (1650f11)

Other Updates

  • Add support for deploying local changes via azd up (7b04179)
  • add VM size recommendations for Bastion and Jumpbox subnets in virtualNetwork.bicep (1252f6f)
  • clean up unused barrel exports and standardize httpClient imports (bfce2ef)
  • eliminate remaining Task 2/6/8 issues (4f22f79)
  • extract AI_DISCLAIMER constant, remove dead selector and trivial useMemo (f336f3b)
  • extract readSSEResponse helper, un-export GENERATION_STATUS_LABELS (8a7d3b4)
  • frontend: complete Tasks 1-5 UI refactoring (86d2279)
  • frontend: dedup streamChat, remove dead code, tighten imports and memoization (50bac33)
  • frontend: GenerationStatus enum, delete dead code, dedup validation, hooks barrel (3216286)
  • frontend: remove dead code, deduplicate error handling, tighten utility exports (8007ba0)
  • frontend: Task 6 — Modularize utility functions by domain (653846d)
  • remove 3 unused barrel exports (setShowChatHistory, parseTextContent, resolveImageUrl) (ddf6a0c)
  • remove event_utils changes from PR (7494e38)
  • rename image_model_choice to AZURE_ENV_IMAGE_MODEL_NAME across workflows and scripts (947ae2d)
  • rename src/app to src/App and update all path references (b9b95ef)
  • restructure frontend folder - move contents to app/, rename frontend-server to server (14f61f8)
  • update Azure environment variable names and remove telemetry parameters (1e74f69)
  • update environment variable names to use AZURE_ENV prefix (9f272f9)

v2.3.4

30 Mar 06:27
54b1b90

Choose a tag to compare

2.3.4 (2026-03-30)

Bug Fixes

  • added model deployment module for existing AI services (ba01ec0)
  • copilot review comments fixed (4e513f0)
  • update dependency condition for log analytics workspace in Bicep module (eb06e0d)
  • update log analytics workspace condition to include existing log analytics check (d723ef3)
  • update orchestrator module import and references in test cases (a2a162a)
  • update rollup and minimatch to resolve alerts (41240f4)
  • update rollup and minimatch to resolve high-severity Dependabot alerts (2c025cb), closes #169 #172 #173
  • update subprocess shell handling for cross-platform compatibility (2ca3559)
  • use platform-specific shell setting for subprocess calls in post_deploy script (3ce0b25)

Other Updates

  • Azure parameters and update API versions across Bicep modules and AVMPostDeploymentGuid (7b3a4ae)

v2.3.3

24 Mar 09:52
1d88a7f

Choose a tag to compare

2.3.3 (2026-03-24)

Bug Fixes

  • update notification subjects to include status emojis for better visibility (c28132b)

v2.3.2

20 Mar 12:25
19baf16

Choose a tag to compare

2.3.2 (2026-03-20)

Bug Fixes

  • enhance condition for Existing URL Success Notification (f0e32a4)
  • update accelerator name and refine notification subjects for clarity (0bda276)

v2.3.1

18 Mar 08:38
4988cd3

Choose a tag to compare

2.3.1 (2026-03-18)

Bug Fixes

  • VS code web url updation (4988cd3)

Other Updates

  • Add note for azd version 1.23.9 deployment (af47b01)

v2.3.0

16 Mar 10:38
4bf7bd6

Choose a tag to compare

2.3.0 (2026-03-16)

Features

  • Dev to Main merge with folder restructure, image-1-mini (4bf7bd6)
  • Remove archive-doc-gen folder, Refactor Azure Template Validation workflow and update README (95c8134)

Bug Fixes

  • e2e test locator change update (c583930)
  • improve quota check script output handling (4e8f906)
  • remove psl-bug-36267 branch from push triggers in Azure workflow (77ef761)
  • replacing gpt-image-1 with gpt-image-1-mini (7ca4b64)
  • update analyzing brief text to reflect accurate status message (ce31a4a)
  • Update Azure Template Validation workflow to include push triggers and validation parameters (3c1a68d)

Other Updates

  • Add sections for Features, Guidance, and Resources in README (3c1974f)
  • Downmerge main to dev (c7fd67f)
  • Improve test assertions and cleanup in test files (68b22ba)
  • routing logic moved from frontend to backend (721884f)
  • temporarily disable send-notification job in deployment orchestrator (046bd35)
  • update ACR name extraction logic in deployment workflows for Linux and Windows (cd2c7a2)

v2.2.3

02 Mar 05:05
89a28a0

Choose a tag to compare

2.2.3 (2026-03-02)

Bug Fixes

  • Agent framework SDK v2 (93ff8db)
  • downmerge main to dev (e0128de)
  • update logging level for Azure HTTP logging and adjust package versions in requirements (48a3a68)

Other Updates

  • Content Generation Smoke Test Automation (01e9292)

v2.2.2

25 Feb 12:48
fc45639

Choose a tag to compare

2.2.2 (2026-02-25)

Bug Fixes

  • Resolve 502 deployment failure by upgrading Azure AI and agent dependencies (fc45639)