Skip to content

Releases: tghamm/Anthropic.SDK

v4.5.0

28 Jan 18:17
cd2e3da
Compare
Choose a tag to compare
  • Adds Support for Count Message Tokens Endpoint (Thanks @michaelmcneilnet for the PR!)

v4.4.4

23 Jan 20:33
170bbbc
Compare
Choose a tag to compare
  • Bug Fix for HttpClient Reuse.
  • Bumps SemanticKernel in Test Project to confirm new release from MSFT now works in tandem with this SDK.

v4.4.3

16 Jan 17:18
64a565c
Compare
Choose a tag to compare
  • Updates Microsoft.Extensions.AI.Abstractions
  • Note for users using this with SemanticKernel - Until microsoft/semantic-kernel#10199 is merged and shipped, this is a breaking change, and users should wait to upgrade.

v4.4.2

02 Dec 12:39
8069137
Compare
Choose a tag to compare
  • Minor Bug Fix

v4.4.1

22 Nov 14:06
4894d92
Compare
Choose a tag to compare
  • Updates Microsoft.Extensions.AI.Abstractions (Thanks @stephentoub for the PR)

v4.4.0

20 Nov 12:29
a9fd728
Compare
Choose a tag to compare
  • Support for PDF Upload/Processing
  • Support for Computer Use Tooling along with a sample app that is designed to work on Windows 10/11.
  • Adds Claude 3.5 Haiku Model Constant

v4.3.1

13 Nov 11:56
9e955f0
Compare
Choose a tag to compare
  • Updates Microsoft.Extensions.AI.Abstractions (Thanks @stephentoub for the PR)

v4.3.0

30 Oct 11:53
6557918
Compare
Choose a tag to compare
  • Implements IChatClient from Microsoft.Extensions.AI.Abstractions ahead of the upcoming .NET 9 release. (Thanks to @stephentoub for the PR)

v4.2.0

26 Oct 15:09
ccfb72d
Compare
Choose a tag to compare
  • Support for Batching API
  • Improved Error Handling for Rate Limits (thanks to @mhelleborg for the PR)
  • Updated Sonnet 3.5 Model Constant

v4.1.1

30 Aug 10:55
360083c
Compare
Choose a tag to compare
  • Support for fine-grained prompt caching (thanks to @nganju98 for the PR)