Skip to content

v1.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 10:02
· 3 commits to main since this release
a6e0b38

1.14.0 (2026-04-20)

  • added support for deploying local changes (7d8b992)
  • Added unit test (e38e28d)
  • Fix F841 and E127 linting errors: remove unused _app assignments and fix continuation line indentati (7e7b5de)
  • Fix F841 linting errors in e2e tests: remove unused variables (d4f67d9)
  • Fix final linting errors: remove unused _app variable and fix E125 continuation line indentation (175e8d6)
  • Fix linting errors: remove escaped quotes, prefix unused app variables, fix indentation, remove extr (9236e0a)
  • Fix linting errors: remove trailing whitespace (ab14185)
  • Fix linting errors: remove unused imports and whitespace issues in src/tests (6cadc8e)
  • Fix linting errors: remove unused imports, prefix unused variables, fix whitespace (11cecf3)
  • Fix linting errors: revert _app to app where used, remove unused imports, fix indentation (e359bba)
  • Fix remaining linting errors: add missing pytest imports, fix unused variables, fix indentation (ba383ae)
  • Fix test_join_url_variations to match _join_url function signature (6427293)
  • fixed dependabot security alerts (77f62a0)
  • Integrated Smoke testing automation (022ff8b)
  • Made changes in text.yml for Workflow dependencies (c5e0434)
  • Merge branch 'dev' into psl-smoketesting (1247ab6)
  • Merge dev branch and fix test issues (876f66b)
  • Merge pull request #534 from microsoft/psl-DeployingLocalChanges (66f6c82), closes #534
  • Merge pull request #535 from microsoft/psl-codequality (f3a50fb), closes #535
  • Merge pull request #536 from microsoft/feature/dependabot-security-fixes (201acae), closes #536
  • Merge pull request #541 from microsoft/psl-sm-integration (4d78576), closes #541
  • Merge pull request #543 from microsoft/psl-unit-test-cps-v2 (e676354), closes #543
  • Merge pull request #549 from microsoft/dev (a6e0b38), closes #549
  • Merge pull request #553 from microsoft/dev-patch-1 (75b3770), closes #553
  • Merge remote-tracking branch 'origin/dev' into psl-unit-test-cps-v2 (f2b370e)
  • Refcator Pipeline (31c478a)
  • removed bicep required versions (85d656b)
  • rename deploy-linux to deploy-v2 (8d0dc7e)
  • rename pipeline (348e9d6)
  • Resolve pylint issue (92f9b50)
  • Restore commented schema and metadata in azure.yaml (148b1bf)
  • Update CI workflow to include services tests for ContentProcessorWorkflow (67954b9)
  • Update dependencies to specific versions across multiple files (5dfa297)
  • Update test.yml to run unit test cases for all backend folders (b60d462)
  • Updated test.yml file (8ce472a)
  • updated the copilot comments (4d1fc86)
  • ci: add CodeQL Advanced security scanning workflow (899b96d)
  • ci: add psl-codequality branch to CodeQL workflow triggers (0492c58)
  • ci: add workflow_dispatch trigger to CodeQL workflow (f6581ae)
  • fix: Remove --headed option from pytest commands and update screenshot paths (6a20bde)
  • feat: Add runner_os input option for deployment environment in workflow (7b362d0)