Skip to content

Releases: microsoft/semantic-kernel

python-1.35.2

08 Aug 01:33
d4e0278
Compare
Choose a tag to compare

Release Notes

Enhancements and Improvements

  • Python: Bump Python version to 1.35.2 for a release by @moonbox3 in #12894

Bug Fixes

  • Python: Fix ResponsesAgent image duplication in chat history preparation by @moonbox3 in #12859
  • Python: fix parsing of types in mcp server by @eavanvalkenburg in #12871
  • Python: Fix: Implement __deepcopy__ on KernelFunction to handle non-serializable OTEL metrics by @MMoshtaghi in #12803

Python Package Updates

  • Python: Update boto3 requirement from <1.40.0,>=1.36.4 to >=1.36.4,<1.41.0 in /python by @dependabot[bot] in #12857

New Contributors

Full Changelog: python-1.35.1...python-1.35.2

python-1.35.1

05 Aug 02:26
58c3c4d
Compare
Choose a tag to compare

Release Notes

Enhancements and Improvements

  • Python: Support AzureAI agent MCP tools for streaming and non-streaming invocations by @moonbox3 in #12736
  • Python: improved MCP connect and additional samples by @eavanvalkenburg in #12696
  • Python: Require tool_call_id parameter for string-based tool messages in ChatHistory by @moonbox3 in #12753
  • Python: Pass through arguments when creating agents from specs by @moonbox3 in #12771
  • Python: Input & output attributes in invoke_agent span by @TaoChenOSU in #12834
  • Python: Magentic orchestration to return the last agent message when limits reached by @TaoChenOSU in #12839
  • Python: Update README.md by @Nava-7 in #12737
  • Python: Add mix agent orchestration sample by @TaoChenOSU in #12749
  • Python: Add ability to specify encoding when adding a plugin. Add tests. by @moonbox3 in #12797
  • Python: Add bedrock model provider parameter by @TaoChenOSU in #12853

Bug Fixes

  • Python: fix Bing grounding & custom search content generation by @moonbox3 in #12760
  • Python: AzureAI Agent int test update to pass by @moonbox3 in #12849
  • Python: Add incomplete details reason to AzureAIAgent error message by @moonbox3 in #12796

Python Package Updates

  • Python: Update sentence-transformers requirement from <5.0,>=2.2 to >=2.2,<6.0 in /python by @dependabot[bot] in #12679
  • Python: Update pyarrow requirement from <21.0,>=12.0 to >=12.0,<22.0 in /python by @dependabot[bot] in #12836
  • Python: Bump Python version to 1.35.1 for a release. by @moonbox3 in #12856

New Contributors

Full Changelog: python-1.35.0...python-1.35.1

dotnet-1.61.0

24 Jul 15:53
d5ee6aa
Compare
Choose a tag to compare

Changes:

  • d5ee6aa .Net: Version 1.61.0 (#12786)
  • 8c5bbf6 .Net: Patch package dependencies (#12782)
  • a696dab .Net: Fix issue 12775 (#12776) [ #12775 ]
  • 44418d1 .Net: AgentKernelPluginFactory.CreateFromAgents - enable direct support for agents implicitly (#11443)
  • cd34dcd .Net: Add MEVD TestSuiteImplementationTests (#12574) [ #10194 ]
  • b4b3a74 .Net: Update Response Agent conversation state examples (#12777)
  • 068236b .Net: Update AWSSDK (#12778)
  • 9452cfe .Net: #12728 Use Odata2Linq nuget for .NET8 (#12729)
  • 7596815 .Net: Support jsonelement for openapi plugins (#12754)
  • 208e000 .Net: Disable AzureAIAgentWithTextSearchProviderTests integration tests (#12755)
  • 79d3dde .Net: Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.7 to 5.4.8 (#12497) [ #737, #741 ]
  • d2e6e3c Removing Java related extensions and settings. (#11290)
  • 1269d3c .Net: Update GettingStarted to use M.E.AI.ChatClient (#12740)
  • d2b22ef .Net: Update to latest M.E.AI{.Abstractions} + OpenAI Related Packages (#12685)
  • bbe179f .Net: Ensure MongoDB filter/offset tests don't conflict (#12739)
  • f369170 Fixed typo in README.md (#12735)
  • e44bfb1 .Net: Google Gemini - Move API key from the URL to x-goog-api-key HTTP header (#12717) [ #12666 ]
  • a1d70d2 .Net Fix - Display thread type name in error message (#12723)
  • d16fed4 .Net Fix Agent Orchestration: Fix message type (#12715)
  • d0fed70 .Net Agent Runtime Fix: Allow multiple subscribers to handle events concurrently (#12713)
  • 620d5f3 .Net: Add a new orchestration sample that uses different agent types (#12665)
  • 0af4956 .Net: Removing FoundryProcessBuilder and associated files. (#12661)
  • 5162de1 .Net: Sample using OAuth to access a protected MCP server (#12680)

python-1.35.0

15 Jul 23:23
190954a
Compare
Choose a tag to compare

Release Notes

New Features

Enhancements and Improvements

  • Python: Emit partial result for magentic pattern when retrieving final result, if available by @moonbox3 in #12656
  • Python: Use message cache in agent orchestrations by @TaoChenOSU in #12618
  • Python: Properly handle AzureAI Search results for AzureAIAgent by @moonbox3 in #12654
  • Python: Improve orchestration exception handling by @TaoChenOSU in #12716

Python Package Updates

  • Python: Update pymongo requirement from <4.13,>=4.8.0 to >=4.8.0,<4.14 in /python by @dependabot[bot] in #12494
  • Python: Update boto3 requirement from <1.39.0,>=1.36.4 to >=1.36.4,<1.40.0 in /python by @dependabot[bot] in #12638
  • Python: Bump Python version to 1.35.0 for a release by @moonbox3 in #12725

Full Changelog: python-1.34.0...python-1.35.0

vectordata-dotnet-9.7.0

08 Jul 17:46
dd8244f
Compare
Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

dotnet-1.60.0

08 Jul 18:43
dd8244f
Compare
Choose a tag to compare

Changes:

See More
  • cc078ec .Net: Add Support for {Azure}OpenAIPromptExecutionSettings.ChatSystem/DeveloperPrompt for ChatClients (#12619) [ #12546 ]
  • 7631ef9 .Net: Add Filter to TextSearchProvider (#12662)
  • 93a14d5 Python: feature: support gpt-image-1 (#12621)
  • c15c885 Python: Emit partial result for magentic pattern when retrieving final result, if available (#12656) [ #12625 ]
  • ba000c3 Python: Use message cache in agent orchestrations (#12618)

This list of changes was auto generated.

dotnet-1.59.0

01 Jul 17:58
43257cd
Compare
Choose a tag to compare

Changes:

See More

python-1.34.0

25 Jun 00:21
ef392d2
Compare
Choose a tag to compare

Release Notes

New Features

Enhancements and Improvements

Bug Fixes

Python Package Updates

New Contributors

Full Changelog: python-1.33.0...python-1.34.0

dotnet-1.58.0

25 Jun 16:58
55132da
Compare
Choose a tag to compare

Changes:

See More
  • dfed617 .Net: Update CosmosNoSql to latest SDK and update FullTextScore syntax (#12578) [ #12545 ]
  • 1403596 .Net: Fix Integration Test Failure (#12572)
  • 5dd5a9a .Net: Introduce support for response modalities and audio options in AzureClientCore (#12523)
  • 3f593a1 .NET Agent - Add AIContext to OpenAIResponseAgent (#12456)
  • 4c71386 .Net: Optimize and clean up the PgVector provider (#12441) [ #11123 ]
  • ad797d1 .NET Agents - Add streaming support to orchestrations (#12455)

vectordata-dotnet-9.6.0

16 Jun 17:34
bbc66df
Compare
Choose a tag to compare

Changes:

  • bbc66df .Net: Add Ollama ChatClient Extensions + UT (#12476)
  • c07711e .Net: Update release versions and VectorData readme (#12487)
  • 9b8f8e2 Python: Correct chat completion agent history truncation samples (#12474)
  • ef912a9 .NET Agents - Switch all instance of "SendMessage" to "PublishMessage" (#12457)
  • 4ab3d57 .Net: Adding retry to flakey test and switch to a different model (#12439)
  • dfbc993 Python: Remove orchestration persona adaptation messages (#12446) [ #12294 ]
  • eda707f .Net Agents - Fix AIContext instruction formatting for ChatCompletionAgent streaming invocation (#12444)
  • 62e647f .Net: Version 1.56.0 (#12436)
  • ab0a70e .Net: Add Usage Metadata for ChatClientChatCompletionService Adapter (#12412)
  • d2120d4 .Net: Implement OnnxRuntimeGenAIChatCompletionService on OnnxRuntimeGenAIChatClient (#12197)
See More
Read more