Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.76 KB

File metadata and controls

63 lines (34 loc) · 1.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.2] - 2025-04-10

Changed

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

[0.4.1] - 2025-04-10

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.

[0.4.0] - 2025-03-25

Added

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

[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!

[0.3.1] - 2024-10-09

Fixed

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

[0.3.0] - 2024-06-10

Added

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

[0.2.0] - 2024-04-25

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] - 2023-07-18

Changed

  • Got the gem working with the API. MVP

[0.0.0] - 2023-07-12

Added

  • Initialise repository.