Skip to content

Releases: microsoft/semantic-kernel

python-0.3.7.dev

08 Aug 17:44
062685c
Compare
Choose a tag to compare
python-0.3.7.dev Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: python-0.3.6.dev...python-0.3.7.dev

python-0.3.6.dev

07 Aug 16:21
bd8d7d4
Compare
Choose a tag to compare
python-0.3.6.dev Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: python-0.3.5.dev...python-0.3.6.dev

dotnet-0.19.230804.2-preview

07 Aug 16:34
ba93373
Compare
Choose a tag to compare
Pre-release

Breaking Changes

  • .Net: Remove ReadOnlySkillCollection accessor from ISkillCollection by @shawncal in #2178
  • .Net: Standardize name 'logger' across the project by @shawncal in #2186
  • .Net: Obsolete SKContext[...] indexer by @shawncal in #2188
  • .Net: Obsolete SKContext.Fail, .Func, .LastErrorDescription by @shawncal in #2198
  • .Net: Simplifying ISKFunction.InvokeAsync by @shawncal in #2212
  • .Net: [Error handling] [Part2] Replacing a few connector exceptions by SKException by @SergeyMenshykh in #2298

What's Changed

  • .Net: Remove ReadOnlySkillCollection accessor from ISkillCollection by @shawncal in #2178
  • .Net: Standardize name 'logger' across the project by @shawncal in #2186
  • .Net: Obsolete SKContext[...] indexer by @shawncal in #2188
  • .Net: Telemetry improvements for Plan and SKFunction by @dmytrostruk in #2180
  • .Net: Hook up memory in SequentialPlanner examples by @shawncal in #2196
  • .Net: Obsolete SKContext.Fail, .Func, .LastErrorDescription by @shawncal in #2198
  • .Net: Sync HTTP User Agent across HTTP clients/Azure resources by @dluc in #2109
  • .Net: Documentation for telemetry in SK by @dmytrostruk in #2218
  • .Net: Update build.cmd by @ShreyasJejurkar in #2226
  • .Net Updating OpenAI/AzureOpenAI ModelResults to be per Choice by @RogerBarreto in #2214
  • .Net: Parsing of OpenAPI documents without the host/servers attribute. by @SergeyMenshykh in #2231
  • .Net: Simplifying ISKFunction.InvokeAsync by @shawncal in #2212
  • .Net: Bump Microsoft.Azure.Functions.Worker.Sdk from 1.12.0 to 1.13.0 in /dotnet by @dependabot in #2250
  • .Net: DotNet: Remove cosmosdb memory store by @awharrison-28 in #2239
  • .Net: Update samples to use SK 0.18 by @glahaye in #2255
  • .Net: [Error handling] [Part1] SKException is instantiable and public by @SergeyMenshykh in #2263
  • .Net: Change VolatileMemoryStore.CreateCollectionAsync to not throw when collection already exists by @dehoward in #2300
  • .Net: [Error handling] [Part2] Replacing a few connector exceptions by SKException by @SergeyMenshykh in #2298
  • .Net: Simplify chatgpt plugin import method names by @craigomatic in #2007
  • .Net Notebooks: associate Azure OpenAI endpoints with kernel by @arafattehsin in #2042
  • .Net Bugfix: Azure SDK Retry Logic unaffected when Kernel Retry = 0 by @RogerBarreto in #2266
  • .Net: Update examples and notebooks to stop using text-davinci-003 by @glahaye in #2307
  • .Net: The Type property is added to the ParameterView class by @SergeyMenshykh in #2305

New Contributors

Full Changelog: dotnet-0.18.230725.3-preview...dotnet-0.19.230804.2-preview

python-0.3.5.dev

07 Aug 16:20
cfccde4
Compare
Choose a tag to compare
python-0.3.5.dev Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: python-0.3.4.dev...python-0.3.5.dev

java-0.2.7-alpha

27 Jul 18:32
51a6ea1
Compare
Choose a tag to compare
java-0.2.7-alpha Pre-release
Pre-release

What's Changed

Full Changelog: java-0.2.6-alpha...java-0.2.7-alpha

java-0.2.6-alpha

27 Jul 18:30
0021c24
Compare
Choose a tag to compare
java-0.2.6-alpha Pre-release
Pre-release

Semantic Kernel for Java

Available on Maven Central under groupId com.microsoft.semantic-kernel.

Announcement: https://devblogs.microsoft.com/semantic-kernel/introducing-semantic-kernel-for-java/

What's Changed

New Contributors

Full Changelog: dotnet-0.17.230711.7-preview...java-0.2.6-alpha

dotnet-0.18.230725.3-preview

25 Jul 08:20
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: dotnet-0.17.230718.1-preview...dotnet-0.18.230725.3-preview

python-0.3.4.dev

21 Jul 00:57
53a3a84
Compare
Choose a tag to compare
python-0.3.4.dev Pre-release
Pre-release

What's Changed

Notes

Chroma update from 0.3.2 to 0.4.0 is a breaking change. Refer to #2010

New Contributors

Full Changelog: python-0.3.3.dev...python-0.3.4.dev

python-0.3.3.dev

18 Jul 01:24
95d672a
Compare
Choose a tag to compare
python-0.3.3.dev Pre-release
Pre-release

What's Changed

  • Python: Bump python SK package version by @dluc in #1927
  • Python: Bump weaviate-client from 3.21.0 to 3.22.1 in /python by @dependabot in #1938
  • Python: Bump chromadb from 0.3.26 to 0.3.27 in /python by @dependabot in #1939
  • Python: postgres memory store by @cschadewitz in #1354
  • Python: Add Logit-Bias to TextCompletion abstractions by @SebasX5 in #1880
  • Python: Add retry logic to pinecone integration tests + fix chroma tests + fix conversation summary tests by @awharrison-28 in #1962
  • Python: Default logit-bias {} instead of None by @awharrison-28 in #2005
  • Python: Plan Object Model by @awharrison-28 in #1907
  • Python, DotNet: New Semantic Memory Storage based on Azure Cognitive Search by @dluc in #1439
  • Python: Update Python README and FEATURE_MATRIX by @alexchaomander in #2004
  • Python: Bump cryptography from 41.0.0 to 41.0.2 in /samples/apps/hugging-face-http-server by @dependabot in #2006
  • Python: implemented web search engine skill with bing connector by @Sailesh-2209 in #1813
  • Python: temporal kernel run stream async by @joowon-dm-snu in #1691
  • Python: Azure Search installation and tests improvements by @dluc in #2030

New Contributors

Full Changelog: python-0.3.2.dev...python-0.3.3.dev

dotnet-0.17.230718.1-preview

18 Jul 07:24
95d672a
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: dotnet-0.17.230711.7-preview...dotnet-0.17.230718.1-preview