Releases: microsoft/semantic-kernel
Releases · microsoft/semantic-kernel
python-0.3.10.dev
- Python: Update .env with weaviate (#2148)
- Python: Include
token_selection_biases
inPromptTemplateConfig
(#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
Breaking Changes:
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
What's Changed
- Python: Better Integration Test Reporting by @awharrison-28 in #2420
- Python: Fix integration test check for PRs by @awharrison-28 in #2490
- Python: Add Google PaLM connector with text completion and example file by @am831 in #2076
- Python: added num_records parameter to text memory skill by @eavanvalkenburg in #2236
- Python: Bump azure-core from 1.29.0 to 1.29.2 in /python by @dependabot in #2453
- Python: Update Azure Cognitive Search Class Change VectorSearchAlgorithmConfi… by @kinfey in #2435
- Python: Update 03-semantic-function-inline.ipynb by @demongodYY in #2425
- Python fix native function default parameter by @joowon-dm-snu in #2474
- Python: Bump ruff from 0.0.283 to 0.0.285 in /python by @dependabot in #2521
- Python: Bump pymilvus from 2.2.14 to 2.2.15 in /python by @dependabot in #2452
- Python: Add Google PaLM connector with chat completion and text embedding by @am831 in #2258
- Python: Revert "Python: Update Azure Cognitive Search Class Change VectorSearchAlgorithmConfi…" by @awharrison-28 in #2531
- Python: ACS should use Hnsw for vector indexing by @awharrison-28 in #2534
- Python: Update fake skill and planner test by @lemillermicrosoft in #2535
- Update python-integration-tests.yml by @shawncal in #2533
- Python: Update examples and notebooks to stop using text-davinci-003 by @karthikmurali60 in #2359
- Python: add stepwise planner by @joowon-dm-snu in #2223
- Python: Added Snoop as a development dependency by @AdityaGudimella in #2457
- Update python-integration-tests.yml by @lemillermicrosoft in #2555
- Python: provide methods to register single native function to the kernel by @joowon-dm-snu in #2390
- Python: Adding USearch memory connector by @AleksandrKent in #2358
New Contributors
- @mojanas made their first contribution in #2283
- @am831 made their first contribution in #2076
- @eavanvalkenburg made their first contribution in #2236
- @kinfey made their first contribution in #2435
- @demongodYY made their first contribution in #2425
- @sgoings made their first contribution in #2249
- @freistli made their first contribution in #2483
- @karthikmurali60 made their first contribution in #2359
- @AleksandrKent made their first contribution in #2358
Full Changelog: python-0.3.8.dev...python-0.3.9.dev
dotnet-0.20.230821.4-preview
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:
- b4c18f3 .Net: Update nuget version to 0.20 (#2515)
- fce878c .Net: Redis memory store constructor additions (#2211) [ #2208 ]
- d47eb53 .Net: [Error handling] [Part6] Replacing PlanningException by SKException (#2494)
- e2bad31 .Net: [Error handling] [Part5] Replacing TemplateException exception by SKException (#2468)
- d2c4f35 .Net: Update Sequential Planner example with plan recall (#2365) [ #2343 ]
- 147b43f .Net: [Error handling] [Part4] Replacing KernelException and OpenAIInvalidResponseException exceptions by SKException (#2362)
- 334b22a .Net: Add support for custom authentication provider for OpenAPI (#2283)
- 4ea1d48 .Net: Represent all embeddings as
ReadOnlyMemory<float>
(#2419) - 4721625 .Net: Adding Kusto as an external memory (#2257)
- 508f4e8 .Net: Align Chroma memory store behavior with other stores (#2215)
- ff30187 .Net: Bump Microsoft.Data.Sqlite from 7.0.9 to 7.0.10 in /dotnet (#2379) [ #31225 ]
- 2c9dca2 .Net: Locked Moq package version (#2377)
- b2433cb .Net: Fix Inline Functions Definition Extensions and add tests (#2366) [ #2361 ]
- 062685c .Net: Removing unused files (#2353)
- a3928e8 .Net: Splitting semantic and native function internal implementations (#2349)
- a3249f0 .Net: Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 in /dotnet (#2347) [ #4615, #4565, #4558, #4554, #4512, #4500, #4480, #4474, #4372, #4346, #4357, #4356, #4544, microsoft/vstest#4493, #4602, #46, #4600, #4564, #4567, #4540 ]
- 5ea03a6 .Net: Small typo in example (#2336)
- bd8d7d4 .Net: [Error handling] [Part3] Replacing a few connector exceptions by SKException (#2299)
This list of changes was auto generated.
java-0.2.8-alpha
What's Changed
- Java: Prepare development iteration by @joe-braley in #2092
- Java: Fix TimeSkill unit test by @brunoborges in #1882
- Java: Allow ChatCompletion to be used as a TextCompletion by @johnoliver in #2043
- Java: Allow functions to be loaded from the classpath by @johnoliver in #2080
- Java: Apply directory structure adr by @johnoliver in #2048
- Java: Move samples to new package; Add jbang support by @brunoborges in #2026
- Java: Blog sample by @brunoborges in #2073
- Java: Add a more detailed error message when the user uses the wrong completion model by @johnoliver in #2171
- Java: Move service adders from kernelconfig to Kernel Builder by @johnoliver in #2097
- Java: Fix broken build in BlogAnnouncement example by @johnoliver in #2202
- Java: Update README.md - fix to git clone command by @gbowerman in #2220
- Java: Add test for ConversationSummarySkill. by @johnoliver in #2172
- Java: Improve config discovery and misconfiguration reporting by @johnoliver in #2115
- Java: Sqlite connector by @milderhc in #2130
- Java: Support streaming on ChatCompletions by @johnoliver in #2244
- Java: Add more setting options to context variable builder by @johnoliver in #2203
- Copilot Chat: Java: add Example15_MemorySkill by @dsgrieve in #1999
- Java: dsgrieve/update sqlite connector by @dsgrieve in #2238
- Java: Update dependencies by @karianna in #2261
- Java: Bump to 1.0.0-beta.3 azure-ai-openai by @johnoliver in #2264
- Java: move cognitive search to its own module by @johnoliver in #2267
- Java: refactor Embedding to be float by @dsgrieve in #2303
- Java: EmbeddingGeneration does not need generic number type by @dsgrieve in #2304
- Java: MemoryStore updates by @dsgrieve in #2306
- Java: Example25_ReadOnlyMemoryStore by @dsgrieve in #2273
- Java: Integrate EmbeddingVector into Embedding by @dsgrieve in #2328
- Java: Add documentation in case that our deployment version changes by @johnoliver in #2383
- Java SQLIte connector: implement getNearestMatchingAsync and getNearestMatchesAsync by @dsgrieve in #2311
- Java: Apply formatting rules by @johnoliver in #2400
- Java: Apply proposed builder refactor to make them more consistent by @johnoliver in #2270
- Java: prepare release java-0.2.8-alpha by @joe-braley in #2426
New Contributors
- @gbowerman made their first contribution in #2220
Full Changelog: java-0.2.7-alpha...java-0.2.8-alpha
python-0.3.8.dev
What's Changed
- Python: [BugFix] ReadOnlySkillCollection is not a Generic by @AdityaGudimella in #2364
- Python: Move notebooks into language folders by @matthewbolanos in #2368
- Python: Bump ruff from 0.0.282 to 0.0.283 in /python by @dependabot in #2381
- Python: Bump azure-core from 1.28.0 to 1.29.0 in /python by @dependabot in #2382
- Python: Bump azure-identity from 1.13.0 to 1.14.0 in /python by @dependabot in #2384
- Python: Fix parameter propagation bug in Plan Object Model by @awharrison-28 in #2388
- Python: Fix Typo - Update python-integration-tests.yml by @lemillermicrosoft in #2402
New Contributors
- @crickman made their first contribution in #2386
- @danield137 made their first contribution in #2257
Full Changelog: python-0.3.7.dev...python-0.3.8.dev
python-0.3.7.dev
What's Changed
- Python: Update Planner Jupyter Notebook to feature latest planners by @alexchaomander in #2341
- Python: Bump ipykernel from 6.25.0 to 6.25.1 in /python by @dependabot in #2344
- Update python-integration-tests.yml by @shawncal in #2318
- Python: Add init file to connectors submodule by @awharrison-28 in #2350
New Contributors
- @StevenTCramer made their first contribution in #2336
Full Changelog: python-0.3.6.dev...python-0.3.7.dev
python-0.3.6.dev
What's Changed
- Python: Bump ruff from 0.0.281 to 0.0.282 in /python by @dependabot in #2296
- Python: Fix missed assertion bug when loading from .env file by @mkarle in #2274
- Python: Enable core skills, retry mechanisms and template engine protocols to be used as pydantic fields by @AdityaGudimella in #2287
- Python: casting device int to str by @jetjodh in #2242
- Python: Serialize semantic_kernel/template_engine/blocks by @AdityaGudimella in #2317
- Python: Import OpenAPI documents into the semantic kernel by @mkarle in #2297
- Python: make input parameter optional by @joowon-dm-snu in #2234
- Python: add invoke_stream_async for SKFunction by @joowon-dm-snu in #2200
- Python: Serialization add pydantic integration instructions by @AdityaGudimella in #2288
- Python: Adgudime/python/serialization/skill definition by @AdityaGudimella in #2329
- Python: Embeddings batch size by @mkarle in #2331
New Contributors
- @jetjodh made their first contribution in #2242
- @arafattehsin made their first contribution in #2042
Full Changelog: python-0.3.5.dev...python-0.3.6.dev
dotnet-0.19.230804.2-preview
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
- @ShreyasJejurkar made their first contribution in #2226
- @arafattehsin made their first contribution in #2042
Full Changelog: dotnet-0.18.230725.3-preview...dotnet-0.19.230804.2-preview
python-0.3.5.dev
What's Changed
- Python: Bump pytest-asyncio from 0.21.0 to 0.21.1 in /python by @dependabot in #2034
- Python: Bump black from 23.3.0 to 23.7.0 in /python by @dependabot in #2036
- Python: Bump ruff from 0.0.278 to 0.0.280 in /python by @dependabot in #2162
- Python: Bump pymilvus from 2.2.13 to 2.2.14 in /python by @dependabot in #2161
- Python: Bump certifi from 2022.12.7 to 2023.7.22 in /samples/apps/hugging-face-http-server by @dependabot in #2184
- Python: Qdrant Memory Store by @awharrison-28 in #2118
- Python: documentation for /memory by @sneha-afk in #2176
- Python: Add sequential planner to python by @joowon-dm-snu in #1916
- Python: google connector by @Sailesh-2209 in #2071
- Python: Action Planner implementation by @Sailesh-2209 in #1948
- Python: Bump cryptography from 41.0.2 to 41.0.3 in /samples/apps/hugging-face-http-server by @dependabot in #2277
- Python: Fix Integration Tests, Send Push Notifications to Teams, Add Merge Gate by @awharrison-28 in #2279
New Contributors
- @sneha-afk made their first contribution in #2176
- @ShreyasJejurkar made their first contribution in #2226
Full Changelog: python-0.3.4.dev...python-0.3.5.dev