Skip to content

Bump the dotnet group across 1 directory with 3 updates #3900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 2, 2024

Bumps the dotnet group with 3 updates in the /docs/ai/how-to/snippets/semantic-kernel directory: Azure.Identity, Microsoft.SemanticKernel and StackExchange.Redis.

Updates Azure.Identity from 1.12.0 to 1.12.1

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.12.1

1.12.1 (2024-09-26)

Bugs Fixed

  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
Commits

Updates Microsoft.SemanticKernel from 1.17.2 to 1.21.1

Release notes

Sourced from Microsoft.SemanticKernel's releases.

dotnet-1.21.1

Changes:

  • a2a64a33c3daea7efeb8ec19ffb6745ee080bb49 .Net: Updated package version to 1.21.1 (#8992)
  • dec9126a941f26ae50d80c6595a15dcafb1bfb94 .Net: Unit test for KernelJsonSchemaBuilder (#8989)
  • 04ca656cc65e288a02452608c8b99b977119abfc .Net: Update JsonSchemaMapper to latest version (#8988)
  • fd6d4a17569e56257ba9df0d5b17e28ab53cb88e .Net: Implemented generic data model support for Azure CosmosDB NoSQL connector (#8981)

This list of changes was auto generated.

dotnet-1.21.0

Changes:

  • 8924bdc627d87931ac9261e9212afc9f7d242aa7 .Net: Fix function calling integration tests (#8948)
  • be90d239117dd9d035f9c8c897b2cce6069ecb4c .Net: Update OpenAI / AzureOpenAI Concepts (#8919) [ #7007 ]
  • 8e25752fb28cfa573475a9c823f78aeb7bf9b068 .Net: Create sample showing how to render ChatHistory to a prompt and invoke it (#8899) [ #8861 ]
  • 05d99d6e998d358f7b377c83c1b7fa7a2e7aa5e0 .Net Agents - Update KernelFunction Based Strategies for AgentGroupChat (#8913)
  • 6bba2b6be6f59a7df76508459e9dd7195bdd8410 .Net Agents - Make messages parameter optional for OpenAIAssistantAgent.InvokeStreamingAsync (#8915)
  • 33f8e9b94680b5239e9b1022639c23360248e2f4 .Net: Switch redis hashset vectorstore prefix default to true (#8911)
  • 0ae0e52de10e213306fba6b2fc3cace7d5cde4c2 .Net: Add Examples to retrieve FinishReason/DoneReason and other details with the Ollama connector (#8889)
  • fbdd6bc1353b473e51ceea5fc7f96a627e33ec82 .Net: Support polymorphic serialization of ChatMessageContent class and its derivatives (#8901)
  • cc4a4975a729bdb3cd90c57e631843a20b138e42 .Net: Update integration tests to use AzureCliCredential (#8905)

dotnet-1.20.0

Changes:

  • 4c00b79542d25f52524c2a2c4ba277d165263ed1 .Net: Sample demonstrating function advertisement depending on context (#8842)
  • 00f3a6b24186063ec216f51b7f547576c429f516 .Net Agents - Streaming Bug Fix and Support Additional Assistant Option (#8852) [ #8715, #8825 ]
  • 893dc74b663e1a042e4449b17ec296d2429c0e5a .Net: Updated package version to 1.20.0 (#8848)
  • d5fa9cf62add3457bcbd4532cdce2a285b465640 .Net: Fixed record mapping in Azure CosmosDB MongoDB connector (#8823)
  • 93aec5031c4ecc35218a1d2c3e6f371f3dfd9e77 .Net: Disable failing integration tests (#8853)
  • 9d28474c4a5fab533419c5bca6b9328533d7b6fd .Net: OpenAI Structured Outputs ADR and implementation for Option 1 and Option 2 (#8648)
  • 4d73de4ad4998dbbdc17f5ae51d47f25526e079a Remove dead link to Maven Central (#8845)

... (truncated)

Commits
  • a2a64a3 .Net: Updated package version to 1.21.1 (#8992)
  • dec9126 .Net: Unit test for KernelJsonSchemaBuilder (#8989)
  • 3d0a890 Python: Support OpenAI json_schema response format (#8958)
  • 04ca656 .Net: Update JsonSchemaMapper to latest version (#8988)
  • 7de14ef Python: Pass in retrieved agent to agent creation. Refactor unit tests. Add a...
  • 771ac2c Python: Azure OpenAI setting fix: Don't fetch AD token if API is present in e...
  • 679df70 Python: Update motor requirement from ~=3.3.2 to >=3.3.2,<3.7.0 in /python (#...
  • fd6d4a1 .Net: Implemented generic data model support for Azure CosmosDB NoSQL connect...
  • 1c72a26 .Net: Bump to version 1.21.0 (#8984)
  • 4fc78a9 .Net: Feature Processes (#8970)
  • Additional commits viewable in compare view

Updates StackExchange.Redis from 2.8.0 to 2.8.16

Release notes

Sourced from StackExchange.Redis's releases.

2.8.16

What's Changed

  • Fix: PhysicalBridge: Always perform "last read" check in heartbeat when HeartbeatConsistencyChecks is enabled (#2795 by @​NickCraver)

Full Changelog: StackExchange/StackExchange.Redis@2.8.14...2.8.16

2.8.14

What's Changed

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.8.12...2.8.14

2.8.12

What's Changed

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.8.0...2.8.12

Changelog

Sourced from StackExchange.Redis's changelog.

2.8.16

  • Fix: PhysicalBridge: Always perform "last read" check in heartbeat when HeartbeatConsistencyChecks is enabled (#2795 by NickCraver)

2.8.14

2.8.12

Commits
  • 322c704 Always perform "last read" check in heartbeat when HeartbeatConsistencyChecks...
  • 654859f Release notes for 2.8.14
  • 4d94342 Update command map for Envoy (#2794)
  • c8d2c28 Adding 2.8.12 release notes
  • b2b4a88 Fix #2778: Run CheckInfoReplication even with HeartbeatConsistencyChecks (#2784)
  • e151cd5 docs: fix a PR link (#2776)
  • fe40d17 Fix #2763: ConnectionMultiplexer.Subscription is not Thread-safe (#2769)
  • c0bb4eb Add support for HSCAN NOVALUES (#2722)
  • 3701b50 Build: Simplify Docker layout, fix Envoy, and upgrade tests (#2774)
  • e208905 Feature: Support for hash field expiration (#2716)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dotnet group with 3 updates in the /docs/ai/how-to/snippets/semantic-kernel directory: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel) and [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis).


Updates `Azure.Identity` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.12.0...Azure.Identity_1.12.1)

Updates `Microsoft.SemanticKernel` from 1.17.2 to 1.21.1
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.17.2...dotnet-1.21.1)

Updates `StackExchange.Redis` from 2.8.0 to 2.8.16
- [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
- [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
- [Commits](StackExchange/StackExchange.Redis@2.8.0...2.8.16)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.SemanticKernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: StackExchange.Redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 2, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 9, 2024
@dependabot dependabot bot deleted the dependabot/nuget/docs/ai/how-to/snippets/semantic-kernel/dotnet-aa95fb5ce8 branch October 9, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants