quarkusio / quarkus-workshops

Hosts Quarkus related workshops
https://quarkus.io/quarkus-workshops/super-heroes/
Apache License 2.0
177 stars 175 forks source link

Bump com.microsoft.semantic-kernel:semantickernel-bom from 0.2.11-alpha to 1.0.1 in /quarkus-workshop-super-heroes #515

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps com.microsoft.semantic-kernel:semantickernel-bom from 0.2.11-alpha to 1.0.1.

Release notes

Sourced from com.microsoft.semantic-kernel:semantickernel-bom's releases.

dotnet-1.0.1

Changes:

  • e560c3c05b7ca8a9c5b06a08e0363976bbe6cd6a .Net: Upgrade to v1.0.1 (#4311)
  • 95a621acfdb8694bb2e077301e6246f3a91e34a7 .Net: BugFix Serializing and Deserializing ChatHistory with ToolCalling details Update OpenAI Connector to use FunctionToolCallsProperty and add ChatHistoryTests (#4358) [ #4336 ]
  • 48a62235ec1ddfadd3f92150180125d5eb3d40a6 .Net: [Handlebars] Complex Type Support for OpenAPI plugins (#4343)
  • 783908e74fcdcb65a39e943b333aa975ec11d59a .Net: Decoupling form OpenApi (#4356)
  • af64b027c48bf4181bf80245a3c026dda1110d44 .Net: Removed Connectors.OpenAI dependency from PromptTemplates.Handlebars project (#4355)
  • d0bfeb226ab30aeabee96a486fde55f5b2e59afb .Net: Fixing issue that causes a stack overflow in handlebars planner. (#4344)
  • 06c6315bfa32401287bedadb230acbab084cf41a .Net: Fix a few issues found via compiler warnings (#4332)
  • 3bb9630dd4281a8778d54ed050e432a6bc287ab2 .Net: Small fixes for examples (#4354)
  • 3eaa507d7977ff6eec71197f66aee56b2e289147 .Net InputVariable.Default type is changed from string to object? (#4345)
  • 7bf8e8e4f56d91d952369b14904cbe3f8374df23 .Net: Update to Azure.AI.OpenAI beta 12 (#4329) [ #4336 ]
  • f5b3f50130ed7775736e961cf9116f39513d53de .Net Packages Updates, Warning Fixes, Small improvements + Azure AI Search Update (to support latest GA package) (#4320)
  • ac558922fac61f4008b3eb321bbcd6e87075a086 .Net: Clean up some prompt-related APIs (#4323)
  • 7ec99147c8af435de3b836e2ce2caa53f68cdd2f .Net: Propagate metadata to StreamingMethodContent (#4337)
  • 4c982382f174783a715019e35ae90e2093efdb35 .Net: Add OpenAI tools integration test for streaming / multiple function calls (#4330)
  • 11fdda4bda07806ea3769d0cb8cfce88047fd4fb .Net: Enable KernelFunctionFromMethod streaming passthrough (#4346)
  • ec4c7398f1d747a2f82c6a93753eb99e692ee021 .Net: Update memory connector READMEs (#4317)
  • 15969347afbc679c555a7a8396a50f73ba593eef .Net: Log complex objects as Jsons (#4247)
  • 0ef7cf4136a5f08f0bc190900616d17f5d9d20ba .Net Better repeatability for Agent KernelExample #72 (Example72_AgentCollaboration) (#4314)
  • 65e20a67f452fad3232eb90c6fb9fc5aef85cd66 .Net: planner tests openai (#4318)
  • fb9a43ea0af4417bbee9d64766b89ee6c5c14c98 .Net: Polishing KernelSyntaxExample comments (#4285)
  • 70eddb5a01c66c6149a4103cf397357f2ecdcc23 .Net: Integration tests for OpenAI Tools (#4309)
  • b52c40d9245f2455a2c414c49cf70b671f33b48b .Net: Add generic Prompt APIs Helpers (#4312) [ #4310 ]
  • 520b747fdccc26388913888e02af17df59c0462e .Net: Assitant to agent (#4291)
  • 20b5b8a54ebeaac2e9caf03504e1a3dbed481d9d .Net: Public API improvements (#4306)
  • 08e2e033c5c6c7f4490fcc311bc4730288d88c69 .Net: Add CancellationToken parameters to to a few methods (#4298)
  • 51b6cee98b026379e6746e26cb8388ebd30b1d21 .Net: Add getting started sample showing how to observe the Kernel (#4305)
  • d07d0997447a273aefcf7bd9cb9fe25468ded353 .Net: Overhaul how JSON Schema is handled (#4256)
  • b619e84bb6cc5d422e8453a0e33e75e562707bcc .Net: Fix a bunch of function calling issues (#4258)
  • 1b5aaede8c60d19e32d0794c5127b91ef14f0b5a .Net: Quick fix for Azure DallE2 + 3 (#3932)
  • f98a57c5d2424339db2659a70619c40fc3dcc7eb .Net Bugbash Fixes Issues 3788 + 3817 (#4288) [ #3788, #3817 ]
  • 762a2d0c26c5f80b75f4236ac9137d59ae3e4c7b .Net: Example 58 - remove chatModelId requirement (#4287) [ #4277 ]
  • f7239b22c23927f2dc9ab595e4bbda6a6db7874f .Net: Small fixes and improvements (#4284)
  • 4dbf2417651eee50120e4b7dcad00c2ede0c7f74 .Net: Some random minor cleanup (#4161)
  • 563e1809e27c8bb918d605eaba9916d25e2cb478 .Net: Update notebooks to use RC4 (#4274)
  • db251dd6133d4d4f36e121fb9832402ee5a4bf1a .Net: Add getting started showing how to use hooks for responsible AI (#4273)
  • 73a33239d5f5c4f0acb2a9697376501271e65698 .Net: Function calling stepwise planner integration tests in pipeline (#4219) [ #4249 ]
  • 1226b62f1dc649270fd8342affa2f1ad5e42c5e7 .Net: Minor Documentation Corrections in MathPlugin: (#3657)
  • b6f1938e76a7499d1a2cb8bfa2959771ce5368ac .Net: Update the sample to also demonstrate loading yaml resources (#4270)
  • 2584d42a82774bc42ea2fb6cec43beb3697a49a0 .Net: OrderedAIServiceSelector logic should change as specified in issue 4234 (#4265) [ #4234 ]
  • 2321dd53d9739c6d048898e3e9b930fee83186f6 .Net: Use IReadOnlyDictionary for metadata dictionaries (#4260)
  • f356cd87b1236a3f3be3b11a7be23dde6a60fc63 .Net: Web search examples fixed to pass query argument instead of input. (#4254)
  • d3773b21a9a9d221f910444b17313c38f628e425 .Net: Fix unit test failing due to time zone expectations (#4255)
  • 8f9eaeb7c45d9729d873406c30681e24978382cc .Net: OpenApi functionality cleanup (#4225)

... (truncated)

Commits


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)
dependabot[bot] commented 5 months ago

Superseded by #520.

github-actions[bot] commented 5 months ago

🙈 The PR is closed and the preview is expired.