Skip to content

Releases: microsoft/semantic-kernel

python-1.10.1

30 Sep 16:28
4c80c2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: python-1.10.0...python-1.10.1

python-1.10.0

26 Sep 17:14
e82084b
Compare
Choose a tag to compare

New Features

  • Python: Support DefaultAzureCredential Auth for Azure Resources by @moonbox3 in #8711
  • Python: Support DefaultAzureCredential for AzureAI Inference by @moonbox3 in #8862
  • Python: Support OpenAI json_schema response format by @moonbox3 in #8958
  • Python: Streaming content for token usage by @TaoChenOSU in #8902

Python Package Updates

  • Python: Update mistralai requirement from ~=0.4 to >=0.4,<2.0 in /python by @dependabot in #8384
  • Python: Update sentence-transformers requirement from ~=2.2 to >=2.2,<4.0 in /python by @dependabot in #8382
  • Python: Update motor requirement from ~=3.3.2 to >=3.3.2,<3.7.0 in /python by @dependabot in #8961
  • Python: Bump Python version to 1.10.0 from 1.9.0 for a release. by @moonbox3 in #9004

Enhancements and Fixes

  • Python: Azure OpenAI setting fix: Don't fetch AD token if API is present in environment variable. by @lossyrob in #8985
  • Python: Pass in retrieved agent to agent creation. Refactor unit tests. Add a code sample for retrieval. by @moonbox3 in #8973
  • Python: support all auth options for azure ai search by @franklinlindemberg in #8495

Bug Fixes and Improvements

  • Python: Fixed an issue where the schema property was missing when using the OpenAPI plugin with the get method. by @ymuichiro in #8502
  • Python: Update anthropic_settings url path by @nmoeller in #8689
  • Python: Check the Azure OpenAI settings API key for None by @moonbox3 in #8908

New Contributors

Full Changelog: python-1.9.0...python-1.10.0

dotnet-1.21.1

25 Sep 20:19
a2a64a3
Compare
Choose a tag to compare

Changes:

  • a2a64a3 .Net: Updated package version to 1.21.1 (#8992)
  • dec9126 .Net: Unit test for KernelJsonSchemaBuilder (#8989)
  • 04ca656 .Net: Update JsonSchemaMapper to latest version (#8988)
  • fd6d4a1 .Net: Implemented generic data model support for Azure CosmosDB NoSQL connector (#8981)

This list of changes was auto generated.

dotnet-1.21.0

25 Sep 14:51
1c72a26
Compare
Choose a tag to compare

Changes:

See More
  • 8924bdc .Net: Fix function calling integration tests (#8948)
  • be90d23 .Net: Update OpenAI / AzureOpenAI Concepts (#8919) [ #7007 ]
  • 8e25752 .Net: Create sample showing how to render ChatHistory to a prompt and invoke it (#8899) [ #8861 ]
  • 05d99d6 .Net Agents - Update KernelFunction Based Strategies for AgentGroupChat (#8913)
  • 6bba2b6 .Net Agents - Make messages parameter optional for OpenAIAssistantAgent.InvokeStreamingAsync (#8915)
  • 33f8e9b .Net: Switch redis hashset vectorstore prefix default to true (#8911)
  • 0ae0e52 .Net: Add Examples to retrieve FinishReason/DoneReason and other details with the Ollama connector (#8889)
  • fbdd6bc .Net: Support polymorphic serialization of ChatMessageContent class and its derivatives (#8901)
  • cc4a497 .Net: Update integration tests to use AzureCliCredential (#8905)

dotnet-1.20.0

17 Sep 21:30
4c00b79
Compare
Choose a tag to compare

Changes:

  • 4c00b79 .Net: Sample demonstrating function advertisement depending on context (#8842)
  • 00f3a6b .Net Agents - Streaming Bug Fix and Support Additional Assistant Option (#8852) [ #8715, #8825 ]
  • 893dc74 .Net: Updated package version to 1.20.0 (#8848)
  • d5fa9cf .Net: Fixed record mapping in Azure CosmosDB MongoDB connector (#8823)
  • 93aec50 .Net: Disable failing integration tests (#8853)
  • 9d28474 .Net: OpenAI Structured Outputs ADR and implementation for Option 1 and Option 2 (#8648)
See More

This list of changes was auto generated.

python-1.9.0

16 Sep 18:48
791e3c7
Compare
Choose a tag to compare

New Features

Enhancements and Fixes

Bug Fixes and Improvements

  • Python: Fix issues of Google AI/Vertex AI on handling classes in kernel functions by @TaoChenOSU in #8674
  • Python: Fix Anthropic Chat Completion. Fix agent chat broadcast message bug. by @moonbox3 in #8683
  • Python: Fix openai assistant function calling bug by @moonbox3 in #8817
  • Python: Support numpy >=1.25.0 for SK Python versions < '3.12' by @moonbox3 in #8819

Python Package Updates

  • Python: Bump Python version to 1.9.0 for a release. by @moonbox3 in #8820

Full Changelog: python-1.8.3...python-1.9.0

dotnet-1.19.0

10 Sep 19:10
e44817d
Compare
Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

Python 1.8.3

06 Sep 18:55
9363a19
Compare
Choose a tag to compare

Notable Change:

#8417 fixes a Pydantic issue that may appear while importing the Kernel. The error message may show:

TypeError: 'list' is not a valid discriminated union variant; should be a `BaseModel` or `dataclass`

Please upgrade to this latest version if you're experiencing the issue.

What's Changed

Full Changelog: python-1.8.2...python-1.8.3

dotnet-1.18.2

04 Sep 01:21
cc63d56
Compare
Choose a tag to compare

Changes:

  • cc63d56 .Net: OpenAI V2 & Assistants V2 - GA (#7151)
  • 36d5938 .Net: Fix formatting errors in the schema files (#8493)
  • 6009370 .Net: Bump Microsoft.Azure.Kusto.Data from 12.2.3 to 12.2.5 in /dotnet (#8380)
  • 38a2c26 .Net: Update JsonSchemaMapper to incorporate the .NET 9 shim (#7960)
  • 78289af .Net: Add support for ImageContent to use data URIs in ChatPromptParser so templates can use base64 encoded images. (#8401) [ #7150 ]
See More

This list of changes was auto generated.

python-1.8.2

28 Aug 08:51
06f3471
Compare
Choose a tag to compare

What's Changed

Full Changelog: python-1.8.1...python-1.8.2