Releases
v4.0.7
Compare
Sorry, something went wrong.
No results found
4.0.7 (2026-03-02)
Add 'macae-v4-unittestcases-kd' branch to push triggers in test workflow (5273a37 )
Add AI and Data Engineering playbooks to README (64abde6 )
Add dev-v4 branch to workflow triggers (9f57a38 )
Add macae-v4-unittestcases-kd branch to workflow triggers (a87eefb )
Add platform check for test skipping on Linux due to Mock/FastAPI compatibility issues (8315bbe )
Add platform-specific skip marker for tests using sys.modules mocking (c08079e )
Add platform-specific skip marker for tests using sys.modules mocking on Linux (12bf2a8 )
Add platform-specific skip markers for Linux in test cases to handle mocking compatibility issues (90f9d77 )
Add quiet flag to pytest commands for cleaner output during test execution (e5db332 )
Add quiet mode to pytest command in test workflow for cleaner output (bdd15df )
Add seperate search service module to enable managed identity to reduce deployment time (cb4ff07 )
Add unit tests (b92c499 )
Add unit tests for OrchestrationManager with comprehensive mocking (ff91881 )
Added runner_os input (Deployment Environment) and Deleted deploy-windows.yml since it's no longer n (f62a140 )
added the changes (88fd995 )
agent framework v2 changes (e4896d5 )
Call the variable outside the resource (c9dcd1d )
Capture pytest output for backend tests and display the last line in the workflow (4551f12 )
Capture pytest output for backend tests and report coverage (dcca12e )
created the unit testcases (49862b0 )
Enhance agent orchestration and configuration for Azure AI Search integration (124fcf7 )
Enhance app.py test execution by suppressing output and ensuring completion message is displayed (9a158aa )
Enhance get_chat_client to use latest agent version and log agent name (45582e1 )
fix for agent multiple times calling (1bc5725 )
fix the issue with devconatiner (30997db )
fixed codeql issues (7f1e234 )
fixed copilot suggestions (09d8068 )
fixed new suggestions (f4d5ea7 )
fixed pylint issue (df9ea9d )
Fixed the tag issue (997381b )
Initial plan (6aabe72 )
macae-v4-fix (6c005a6 )
Merge branch 'dev-v4' into dependabotchanges (ff5d7df )
Merge branch 'dev-v4' into hb-psl-reduce-srch-time (9cc6424 )
Merge branch 'dev-v4' into macae-v4-unittestcases-kd (c5b11af )
Merge pull request #753 from microsoft/macae-v4-unittestcases-kd (eb5d8f1 ), closes #753
Merge pull request #774 from microsoft/psl-removetelemetryflag (997c7f0 ), closes #774
Merge pull request #777 from microsoft/psl-codeql (3b5043b ), closes #777
Merge pull request #779 from microsoft/psl-macaekn (6710b90 ), closes #779
Merge pull request #783 from microsoft/dev-v4 (38194fb ), closes #783
Merge pull request #784 from microsoft/psl-devconissue (092af3a ), closes #784
Merge pull request #786 from microsoft/main (d8a4ef7 ), closes #786
Merge pull request #790 from microsoft/macae-v4-unittestcases-kd (49a54da ), closes #790
Merge pull request #793 from microsoft/psl-codefix (cf11055 ), closes #793
Merge pull request #794 from microsoft/psl-codefix (b92a822 ), closes #794
Merge pull request #796 from microsoft/psl-codefix (ff6e18d ), closes #796
Merge pull request #804 from microsoft/psl-winlinissue (55c24cd ), closes #804
Merge pull request #807 from microsoft/psl-addtroubleshootdoc2 (c3b0dbf ), closes #807
Merge pull request #808 from microsoft/code-quality-fix (9aa0490 ), closes #808
Merge pull request #810 from microsoft/ab-agentframeworkv2-changes (da4091a ), closes #810
Merge pull request #814 from microsoft/dev-v4 (6443c2f ), closes #814
Merge pull request #815 from microsoft/hb-psl-reduce-srch-time (6d3fe3e ), closes #815
Merge pull request #817 from microsoft/pckg-upgrade-kn (3d270a0 ), closes #817
Merge pull request #818 from microsoft/dependabotchanges (25d46e1 ), closes #818
Merge pull request #819 from microsoft/psl-tag-issue (1ac62d1 ), closes #819
Merge pull request #820 from microsoft/cross-link-references (7e0795b ), closes #820
Merge pull request #821 from microsoft/psl-tag-issue (36b7a0a ), closes #821
Merge pull request #822 from microsoft/dev-v4 (8691b0c ), closes #822
Merge pull request #825 from microsoft/psl-oidc (0b414ec ), closes #825
Merge pull request #827 from microsoft/hb-psl-reduce-srch-time (fba0395 ), closes #827
Merge pull request #829 from microsoft/dev-v4 (567f094 ), closes #829
Merge pull request #830 from microsoft/bugfix/vulnerabilities (b12fd8e ), closes #830
Merge pull request #832 from microsoft/pssl-aadauthchanges (cc95562 ), closes #832
Merge pull request #833 from microsoft/copilot/sub-pr-832 (0e3d8bc ), closes #833
Merge remote-tracking branch 'origin/dev-v4' into ab-agentframeworkv2-changes (26d9331 )
Merge remote-tracking branch 'origin/dev-v4' into ab-agentframeworkv2-changes (8d1d1c7 )
Migrated GitHub Actions authentication from client secrets to OIDC (f2bf189 )
package upgrade (71af43c )
pushed fix for code quality (9ede715 )
pylint issue (112b00c )
rebuilt main.json (5f6bffc )
Refactor agent creation and configuration to avoid mutating original team objects and streamline Azu (bb5331e )
Refactor backend test execution to streamline coverage reporting and suppress unnecessary output (a749bd2 )
Refactor FoundryAgentTemplate and MagenticAgentFactory to remove debug print statements and streamli (303c866 )
Refactor import paths to use relative imports for consistency across modules (221a8cf )
Refactor import statements in app.py and test_app.py for consistency and clarity. Update test cases (dd70537 )
Refactor mocking of v4.models in test settings and plan_to_mplan_converter to use real classes for i (19fd09d )
Refactor test cases in test_app.py and test_agent_registry.py to remove platform-specific skip marke (c6a7b3d )
Refactor test files and remove empty init .py files; streamline test coverage command (ab41f19 )
Refactor test workflow to improve coverage reporting and streamline app.py test execution (ebf39b7 )
Refactor test workflow to run app.py tests separately and enhance coverage for user language endpoin (eac9ec0 )
Refactor test workflow to run backend tests together and improve output handling (6a6e354 )
Refactor tests for cross-platform compatibility by replacing sys.modules mocking with MagicMock and (baa07a6 )
Refactor tests for RAIAgent and FoundryAgentTemplate to improve mock agent handling and assertions (b0b9f5f )
Refine pytest command in test workflow to simplify coverage reporting (9644c93 )
Regenerated the main.json file (f6d04be )
Remove 'macae-v4-unittestcases-kd' branch from push triggers in test workflow (566096b )
Remove description and instructions from MagenticManager ChatAgent initialization (60c894e )
Remove macae-v4-unittestcases-kd branch from test workflow triggers (6577ea0 )
Removed skip markers from multiple test functions in test_MACAE_Smoke_test.py (832d9f0 )
removed telemetry flag from output (e908959 )
replace avm module with bicep module for search service for initial provisioning (3b52504 )
resolved pylint issues (6a0462b )
reverted the unittestcase changes (ec0f915 )
Suppress output of app.py tests in CI workflow for cleaner logs (b380112 )
update azure-ai-projects version to 1.0.0 (bb9b76c )
update azure-ai-projects version to 1.0.0b12 in dependencies (1f34901 )
Update dependencies: semantic-kernel to 1.39.4 and mcp to 1.26.0 (ca417b3 )
Update dependency versions in pyproject.toml and uv.lock for consistency (3a4dfbb )
Update mcp to version 1.26.0 and semantic-kernel to version 1.39.4 (6601a4e )
update openai version to 1.105.0 in requirements (310deef )
Update references to Bicep files in next-steps.md for accuracy (bc4bc97 )
Update references to Bicep files in next-steps.md for consistency (7967b35 )
Update test workflow to include demo-v4 branch and ensure consistent path definitions (99b966b )
Update test workflow to include macae-v4-unittestcases-kd branch and refine pytest command (e8edfb0 )
Update test workflow to refine branch triggers and enhance coverage reporting (fcbb1b9 )
Update Troubleshoot document (29b32f9 )
Update workflow triggers to include additional branches for testing (e2b8029 )
Update workflow triggers to include macae-v4-unittestcases-kd branch (caefaa5 )
updated the condition to check bash terminal from windows machine (7841701 )
updated the logging and resolved the HR scenario issue (643306f )
v2 changes (95b0049 )
fix: add missing paths section for pull request trigger in workflow (3b8654f )
fix: dependabot vulnerabilities (f1fcee5 )
fix: remove code-quality-fix branch from workflow trigger paths (2b601b3 )
fix: set disableLocalAuth: true in main_custom.bicep and fix CRLF in main.json (2bde800 )
fix: update workflow to include code-quality-fix branch in trigger paths (93ecd36 )
refactor: remove API key parameter and switch to AAD authentication for AI Foundry connection (1eed442 )
refactor: remove Azure AI Search API key references and switch to AAD authentication (3648a94 )
refactor: remove unused imports and clean up test files for better readability (cdf1c50 )
refactor: remove unused imports from test files for improved code quality (d69b7fc )
refactor: remove unused imports from test files for improved code quality (2a5d61c )
test: macae-v4-fix-stabilize-test-cases (5543104 )
chore: remove AZURE_DEV_COLLECT_TELEMETRY environment variable (cb56a0b )
build: bump actions/checkout from 4 to 5 in the all-actions group (beeb9e4 )
build: bump actions/checkout from 5 to 6 in the all-actions group (0dcee3e )
build: bump autogen-agentchat in /src/backend (#16 ) (0f0081b ), closes #16
build: bump autogen-agentchat in /src/backend in the python-deps group (b9ed58c )
You can’t perform that action at this time.