Skip to content

Releases: microsoft/semantic-kernel

python-0.3.10.dev

28 Aug 17:44
4b2b93d
Compare
Choose a tag to compare
  • Python: Update .env with weaviate (#2148)
  • Python: Include token_selection_biases in PromptTemplateConfig (#2565)
  • Python: Add HF model and pipeline kwargs to allow model loading customization (#2547)
  • Python: Integration tests 'needs' path filter job (#2557)
  • Python: Enable serialization for sk/orchestration (#2369)
  • Update pyproject.toml
  • Python : Adding Sample for Azure Cognitive Search Memory (#2510)
  • Python: add restore method to chat_prompt_template (#2495)
  • Python: Add missing parameter logger on inheriting classes and makes it optional (#2537)

dotnet-0.21.230828.2-preview

28 Aug 18:31
3e12f1a
Compare
Choose a tag to compare
Pre-release

Breaking Changes:

  • 2e84b30 .Net: Change public APIs to accept ILoggerFactory (#2472)

Changes:

  • 3e12f1a .Net: Update nuget version to 0.21
  • 2de1cbe .Net: [RestApi] Dynamic payload generation with namespaced payload parameters (#2467)
  • f87290f .Net: Fix GitHub Repo Q&A Bot Sample (#2569)
  • a13690a Update CODEOWNERS
  • 97ccb8a .Net: Tokens information in telemetry (#2526)
  • 8203ff1 .Net: Update Plan Result in State with matching outputs (#2539) [ #2525 ]
See More
  • 25ee1d5 .Net: Update Sequential and StepwisePlannerTests (#2550) [ #2551 ]
  • 954f5e1 .Net: [OpenAPI] Fallback to operation summary if no description provided (#2542)
  • 8aa97be .Net: [Error handling] [Part8] Replacing AIException by SKException for non-HTTP related cases (#2546)
  • 0c15862 .Net: Removing FromSemanticConfig from NativeFunction.cs (#2552)
  • d034b59 .Net: Expose the token counter in the TextChunker (#2147) [ #2146 ]
  • 34f8cf4 .Net: Azure OpenAI Chat Completion with data (#2498)
  • 2e84b30 .Net: Change public APIs to accept ILoggerFactory (#2472)
  • 781b75d .Net: docs(dotnet): supply maxTokens to avoid response truncation (#2249)
  • c44b317 .Net: Bump Microsoft.VisualStudio.Threading.Analyzers from 17.6.40 to 17.7.30 in /samples/dotnet (#2455)
  • d076087 .Net: Bump Microsoft.Azure.Functions.Worker.Extensions.Http from 3.0.13 to 3.1.0 in /dotnet (#2446)
  • 930f248 .Net: Bump Microsoft.Azure.Functions.Worker from 1.18.0 to 1.19.0 in /dotnet (#2449) [ #1794, #1774, #1704, #1797, #1812, #1809, #1793, #1800, #1789, #1716, #1723, #1727 ]
  • 3b4c2df .Net: Bump Azure.Identity from 1.9.0 to 1.10.0 in /dotnet (#2523) [ #22638, #37100, #38188, #38167, #38192, #38195, #38191, #38190, #38166, #38187, #37433 ]
  • 6276d34 .Net: Bump NRedisStack from 0.8.0 to 0.8.1 in /dotnet (#2522)
  • 2cf2fbf .Net: Bump Microsoft.Azure.Kusto.Data from 11.3.2 to 11.3.3 in /dotnet (#2448)
  • 28eb59a .Net: Bump Microsoft.Azure.Functions.Worker.Sdk from 1.13.0 to 1.14.0 in /dotnet (#2447) [

This list of changes was auto generated.

python-0.3.9.dev

23 Aug 23:54
3881a31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: python-0.3.8.dev...python-0.3.9.dev

dotnet-0.20.230821.4-preview

21 Aug 18:05
b4c18f3
Compare
Choose a tag to compare
Pre-release

Breaking Changes

  • d47eb53 .Net: [Error handling] [Part6] Replacing PlanningException by SKException (#2494)
  • e2bad31 .Net: [Error handling] [Part5] Replacing TemplateException exception by SKException (#2468)
  • 147b43f .Net: [Error handling] [Part4] Replacing KernelException and OpenAIInvalidResponseException exceptions by SKException (#2362)
  • 4ea1d48 .Net: Represent all embeddings as ReadOnlyMemory<float> (#2419)
  • 062685c .Net: Removing unused files (#2353)
  • bd8d7d4 .Net: [Error handling] [Part3] Replacing a few connector exceptions by SKException (#2299)

Changes:

This list of changes was auto generated.

java-0.2.8-alpha

14 Aug 17:24
8c31784
Compare
Choose a tag to compare
java-0.2.8-alpha Pre-release
Pre-release

What's Changed

New Contributors

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

python-0.3.8.dev

10 Aug 21:33
4721625
Compare
Choose a tag to compare
python-0.3.8.dev Pre-release
Pre-release

What's Changed

New Contributors

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

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