github microsoft/semantic-kernel python-1.0.0rc1

latest releases: dotnet-1.15.0-nightly-240629.1, dotnet-1.15.0-nightly-240628.1, dotnet-1.15.0-nightly-240627.1...
one month ago

Notable Changes

We are excited to announce the release of Semantic Kernel version 1.0.0rc1! This release includes several new features and improvements to enhance the development experience.

Filters

We have introduced a powerful new feature: filters. These filters enable developers to hook into pre- and post-function hooks, providing greater control and flexibility over the function execution process.

  • Pre-function Hooks: Allow you to define actions or checks that must be performed before a function executes.
  • Post-function Hooks: Enable actions or processes that should occur after the function has executed.
    With these filters, you can now easily add logging, validation, authentication, and other custom behaviors around your function calls, making your development process more efficient and modular.
  • You can find concept examples here.

What's Changed

Full Changelog: python-0.9.9b1...python-1.0.0rc1

Don't miss a new semantic-kernel release

NewReleases is sending notifications on new releases.