Skip to content

Releases: microsoft/semantic-kernel

dotnet-1.6.3

19 Mar 19:03
2a06539
Compare
Choose a tag to compare

Changes:

See More
  • 043e49b .Net: These two examples should be in the Examples namespace (#5491)
  • 6c42d69 Update deprecated property values (#5482)
  • 3945bbb .Net: Create clone of KernelFunction when it is added to a KernelPlugin (#5422)
  • 4cd2675 .Net HuggingFace Image to Text Sample Windows Forms Application (#5484)
  • 74ff46f .Net - Expose Agent Thread Messages (#5486)
  • b794c4a .Net - Fix agent function invocation and examples (#5481)
  • 74d61ed .Net: ADR for audio abstraction and implementation renaming (#5117)

This list of changes was auto generated.

python-0.9.3b1

15 Mar 14:48
a580225
Compare
Choose a tag to compare

Notable Changes

  • We're excited to expand our SDK's templating capabilities by introducing two powerful templating languages: Handlebars and Jinja2. By introducing Handlebars, we ensure developers can utilize consistent prompt structures in both Python and dotnet environments, enhancing cross-language compatibility and making the development process more seamless. Both Handlebars and Jinja2 allow for their ability to handle loops, variables, and the execution of static functions within templates. This introduces a new level of flexibility and power, allowing developers to craft dynamic and complex prompts more efficiently.
    • An example script with a Handlebars template using AzureOpenAI is here.
    • An example script with a Jinja2 template using AzureOpenAI is here.

We're working on a detailed blog post that covers SK Python's templating features covering the default kernel template, and the new Handlebars and Jinja2 prompt templates.

What's Changed

New Contributors

Full Changelog: python-0.9.2b1...python-0.9.3b1

dotnet-1.6.2

14 Mar 07:58
72a6393
Compare
Choose a tag to compare

Changes:

  • 72a6393 .Net: Bump to version 1.6.2 (#5472)
  • aa6fded .Net: Downgrading version of JsonSchema.Net.Generation package to resolve dependency conflict (#5468)
  • ddc6a38 Bump actions/setup-dotnet from 3 to 4 (#5430)

This list of changes was auto generated.

python-0.9.2b1

13 Mar 15:44
2ccf85b
Compare
Choose a tag to compare

Notable Changes

  • We've introduced the Function Calling Stepwise Planner in Python. We've created a kernel example showing how it works.

What's Changed

New Contributors

Full Changelog: python-0.9.1b1...python-0.9.2b1

dotnet-1.6.1

12 Mar 22:25
0fe495a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: dotnet-1.5.0...dotnet-1.6.1

python-0.9.1b1

08 Mar 22:27
555a7c8
Compare
Choose a tag to compare

Notable Changes

  • We've introduced auto tool calling for AzureOpenAI/OpenAI models. You can view the configuration and play around with this in the following kernel example. Note that auto tool calling is disabled by default, and it requires the following PromptExecutionSettings: auto_invoke_kernel_functions=True and max_auto_invoke_attempts=<max_attempts_int>.
  • We've made various small fixes and updates to address bugs/issues after the beta release.
  • We've added unit test code coverage badges to the PRs. This now shows you the coverage percentage of the Python code base, and which files and lines are missing test coverage.

What's Changed

New Contributors

Full Changelog: python-0.9.0.beta1...python-0.9.1b1

python-0.9.0b1

05 Mar 00:28
d65d3b6
Compare
Choose a tag to compare

Notable Changes

  • We've published the first SK Python Beta package, 0.9.0b1. The details of the beta release can be found here.

What's Changed

New Contributors

Full Changelog: python-0.5.1.dev...python-0.9.0.beta1

dotnet-1.5.0

27 Feb 18:54
c78ebfb
Compare
Choose a tag to compare

Changes:

  • 54a7f2f .Net: Version 1.5.0 (#5198)
  • 2138724 .Net: Bump MongoDB.Driver from 2.23.1 to 2.24.0 in /dotnet (#5176) [ #1271, #1268, #1269, #1264, #1266 ]
  • 629c7c8 .Net: Bump Microsoft.Data.Sqlite from 8.0.0 to 8.0.2 in /dotnet (#5174) [ #32838, #32841, #32840 ]
  • b1d3de2 .Net: Bump System.Text.Json from 8.0.1 to 8.0.2 in /dotnet (#5180) [ #97110, #97065, #96838, #96566 ]
  • 0e10dd5 .Net ImageToText Abstraction + HuggingFace Connector ImageToText support. (#5150) [ #4947 ]
  • 0f97fdc .Net: Bump Microsoft.Extensions.TimeProvider.Testing from 8.0.0 to 8.2.0 in /dotnet (#5182)
  • 90de4f8 .Net: Adding #each block details + jsonSerializer fix to handle named FP literals (#5183) [ #4838 ]
  • 36ce92f .Net Single source of truth for chat message content (#5088)
See More

This list of changes was auto generated.

dotnet-1.4.0

14 Feb 18:22
6fb8a46
Compare
Choose a tag to compare

Changes:

  • 6fb8a46 .Net: Bump to version 1.4.0 (#5015)
  • 4671853 .Net: Allow access KernelFunction.ExecutionSettings from IAIServiceSelector (#4860) [ #4487 ]
  • 1490eb6 .Net: Audio-to-Text abstraction and OpenAI implementation (#4932)
  • b9abe0a .Net: Text-to-Audio abstraction and OpenAI implementation (#4933)
  • 6652ce6 .Net: Configurable Handlebars Planner prompt (#4918) [ #4067 ]
  • 8675603 .Net - Open AI File Service Support (#4868)
  • 182917f .Net: Fixed Azure AI Search asynchronous operation execution (#4992)
  • 70c3403 .Net - OpenAI File Service ADR (#4803)
  • 48b6bb2 .Net: Fixed usage of chat system prompt (#4994)
See More

This list of changes was auto generated.

dotnet-1.3.1

12 Feb 14:45
b43694d
Compare
Choose a tag to compare

Changes:

  • b43694d .Net: Bump to version 1.3.1 (#4967)
  • e20dfc4 .Net: Chat completion agent (#4911)
  • 12e4358 .Net: Added fix for null completion usage details (#4956)
  • dc5a0e3 .Net: Support work and school accounts for Microsoft Graph Connector (#4963) [ #4962 ]
  • 2a83e5b .Net: reintroduce publish config and set IsPackable to false for Functions.OpenApi.Extensions project (#4954) [ #4867 ]
  • 08e2ed3 .Net: ADR for RAG pattern in SK (#4771)
  • fc5d2b3 .Net: Bump NRedisStack from 0.9.0 to 0.11.0 in /dotnet (#4524)
See More

This list of changes was auto generated.