CommunityToolkit / Aspire

A community project with additional components and extensions for .NET Aspire
MIT License
227 stars 29 forks source link

Bump OllamaSharp from 4.0.2 to 4.0.4 #200

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps OllamaSharp from 4.0.2 to 4.0.4.

Release notes

Sourced from OllamaSharp's releases.

Release 4.0.4

  • Enabled the use of byte array images with Microsoft.Extensions.AI → #131
  • Add missing TopK, Role and ModelId when using the Microsoft.Extensions.AI abstraction → #128
  • Fixed CVE-2024-41131#132
  • Improved handling of OllamaApiClient.Dispose()#134

Release 4.0.3

  • Added GenerateRequest.Suffix, PullModelRequest.Insecure & PullModelRequest.Stream #123
  • Improved code quality with refactorings #118 #119 #120 #121

Thanks @​mili-tan and @​SimonCropp

Commits
  • 1ccce48 Merge pull request #133 from awaescher/merge
  • 8203f21 Merge pull request #134 from awaescher/dispose
  • ba1a697 Improve Dispose() handling
  • f75c422 Update ImageChatConsole.cs
  • 3a58359 Merge pull request #132 from awaescher/hotfix/cve-imagesharp
  • a25e6d0 Update to ImageSharp 3.1.5 explicitly
  • 9168344 Merge pull request #131 from awaescher/hotfix/Fix-Image-Abstraction
  • 978265d Merge pull request #128 from RogerBarreto/add-missing-topk-parameter
  • 7c29d93 Fix byte array handling for microsoft image abstractions
  • 95a0a8e Add missing modelId in abstraction
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 3 weeks ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder 100% 100% 6
CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps 100% 100% 28
CommunityToolkit.Aspire.Hosting.Deno 84% 75% 72
CommunityToolkit.Aspire.Hosting.Golang 94% 50% 16
CommunityToolkit.Aspire.Hosting.Java 98% 71% 58
CommunityToolkit.Aspire.Hosting.Meilisearch 61% 27% 94
CommunityToolkit.Aspire.Hosting.NodeJS.Extensions 90% 68% 92
CommunityToolkit.Aspire.Hosting.Ollama 62% 61% 184
CommunityToolkit.Aspire.Meilisearch 97% 92% 68
CommunityToolkit.Aspire.OllamaSharp 84% 77% 76
Summary 81% (1202 / 1482) 64% (338 / 528) 694

Minimum allowed line rate is 60%