Skip to content

AnthropicClient v0.6.0

Latest
Compare
Choose a tag to compare
@StevanFreeborn StevanFreeborn released this 15 Jan 16:32
· 1 commit to main since this release

Change Log

All notable changes to this project will be documented in this file. See versionize for commit guidelines.

0.6.0 (2025-01-15)

Features

  • add CancelMessageBatchAsync method and corresponding tests (c11600c)
  • add class for representing batch statuses (f8e01bf)
  • add DeleteMessageBatchAsync method and MessageBatchDeleteResponse model with tests (56b3a53)
  • add ListAllMessageBatchesAsync method and corresponding tests (180a090)
  • implement CreateMessageBatchAsync method (9548754)
  • implement GetMessageBatchAsync method (c5f3c5e)
  • implement GetMessageBatchResultsAsync method (c56adf3)
  • implement ListMessageBatchesAsync method (ca2ecdc)

Bug Fixes

  • default nullable properties to actually datetimeoffset min value when new'd up (0a6d89b)
  • make correct properties nullable (15f5ad4)
  • use proper count tokens endpoint (5e247a3)