Releases: cnblogs/dashscope-sdk
Releases · cnblogs/dashscope-sdk
v0.5.1
What's Changed
- docs: update package name by @ikesnowy in #52
- build(deps): bump JsonSchema.Net.Generation from 4.5.1 to 4.6.0 by @dependabot in #53
- build(deps): bump FluentAssertions from 6.12.2 to 7.0.0 by @dependabot in #54
- feat: add vl latestest modal names by @ikesnowy in #56
Full Changelog: v0.5.0...v0.5.1
v0.5.0
BREAKING CHANGE
ChatMessage
renames toTextChatMessage
What's Changed
- build(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 by @dependabot in #45
- build(deps): bump NSubstitute from 5.1.0 to 5.3.0 by @dependabot in #42
- build(deps): bump JsonSchema.Net.Generation from 4.5.0 to 4.5.1 by @dependabot in #40
- build(deps): bump FluentAssertions from 6.12.1 to 6.12.2 by @dependabot in #43
- test: add snapshot generator by @ikesnowy in #46
- feat: support tool choice by @ikesnowy in #47
- feat: add qwen-coder-plus and qwen-vl-ocr by @ikesnowy in #48
- feat: support video content and partial mode by @ikesnowy in #50
- feat: support microsoft extensions ai by @ikesnowy in #51
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- build(deps): bump JsonSchema.Net.Generation from 4.3.0.2 to 4.5.0 by @dependabot in #32
- build(deps): bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 by @dependabot in #31
- build(deps): bump xunit from 2.8.1 to 2.9.2 by @dependabot in #37
- build(deps): bump FluentAssertions from 6.12.0 to 6.12.1 by @dependabot in #35
- feat: support new qwen model by @ikesnowy in #39
- build(deps): bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1 by @dependabot in #34
Full Changelog: V0.3.0...v0.4.0
V0.3.0
V0.2.2
v0.2.1
What's Changed
- build(deps): bump coverlet.collector from 6.0.1 to 6.0.2 by @dependabot in #12
- build(deps): bump JsonSchema.Net.Generation from 4.1.1 to 4.3.0 by @dependabot in #13
- build(deps): bump xunit from 2.7.0 to 2.8.0 by @dependabot in #19
- build(deps): bump JsonSchema.Net.Generation from 4.3.0 to 4.3.0.2 by @dependabot in #17
- build(deps): bump xunit.runner.visualstudio from 2.5.7 to 2.8.0 by @dependabot in #18
- build(deps): bump xunit from 2.8.0 to 2.8.1 by @dependabot in #22
- build(deps): bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #20
- fix: allow configuring timeout with DashScopeClient by @ikesnowy in #24
- build(deps): bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by @dependabot in #21
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Breaking Changes
- Most types are moved to
Cnblogs.DashScope.Core
namespace.
What's Changed
- docs: update README.md by @cnblogs-dudu in #10
- feat!: provide pure api access for semantic kernel by @ikesnowy in #11
- fix: adds name property to
ChatMessage
to allow return function calling result.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- ci: eliminate github action warning by @cnblogs-dudu in #8
- feat: support tools in text generation by @ikesnowy in #9
New Contributors
- @cnblogs-dudu made their first contribution in #8
Full Changelog: v0.0.3...v0.1.0