Skip to content

Releases: alexrudall/ruby-anthropic

v0.4.2

10 Apr 12:57

Choose a tag to compare

Changed

  • Rename gem to ruby-anthropic!
  • Remove deprecation warning.

v0.4.1

10 Apr 12:57
2a48fc3

Choose a tag to compare

Changed

  • Add deprecation warning - this gem will be renamed to ruby-anthropic in the next release, to make way for the new official Anthropic SDK (currently at https://github.com/anthropics/anthropic-sdk-ruby).
  • The gem name 'anthropic' will soon refer to the official Anthropic SDK. You'll need to update your Gemfile to 'ruby-anthropic' if you want to keep using this gem.

v0.4.0

30 Mar 17:45

Choose a tag to compare

Added

  • Add Batches API! Thanks to @ignacio-chiazzo for previous work on this.
  • Thanks to @seuros for helpful README notes on Batch usage.

v0.3.2

09 Oct 11:31
a1e9662

Choose a tag to compare

[0.3.2] - 2024-10-09

Fixed

  • Fix for use with older versions of Faraday pre-v2.5.0. Thanks to @geeosh for the PR!

v0.3.1

09 Oct 10:54
fb4302e

Choose a tag to compare

Fixed

  • Fix for Tool streaming. Thanks to @Leteyski for this fix!

v0.3.0

10 Jun 13:50
b9a3a6f

Choose a tag to compare

Added

  • Add chat streaming! Thank you to the inimitable @swombat for adding this vital functionality!

0.2.0

25 Apr 20:52
30da1bf

Choose a tag to compare

Added

  • Add new Messages endpoint - thanks @svs for the PR, @obie for the first pass, and many others for requesting and contributions!

0.1.0

18 Jul 13:45
9417473

Choose a tag to compare

Changed

  • Got the gem working with the API. MVP