Releases: Cysharp/Claudia
Releases · Cysharp/Claudia
Ver.0.0.8
- Fix Source Generator is not bundled
Full Changelog: 0.0.7...0.0.8
Ver.0.0.7
- Improve Source Generator diagnostics
[CloudiaFunction]
supports async(Task/ValueTask) return- AnthorpicJsonSerializerContext as public
- Add
Models.Claude3Haiku
constant
Full Changelog: 0.0.6...0.0.7
Ver.0.0.6
- Add
[ClaudiaFunction]
Source Generator - Improve retry logic
Full Changelog: 0.0.5...0.0.6
Ver.0.0.5
- Fix/Add support for image uploads
Full Changelog: 0.0.4...0.0.5
Ver.0.0.4
- Add override header per request feature(
RequestOptions.Headers
) - Add Anthropic.HttpClient property to configure default header, change base-address
- Fix retry
Full Changelog: 0.0.3...0.0.4
Ver.0.0.3
- Add Anthropic.CreateStreamAsync(support Streaming Responses)
- JsonSerializer now uses Source Generated context
Full Changelog: 0.0.2...0.0.3
Ver.0.0.2
- Add Anthropic.Timeout
- Add Anthropic.MaxRetries
- Add RequestOptions and CreateAsync receives
RequestOptions? overrideOptions = null
- Change Anthropic.ApiKey change to optional and get default from
ANTHROPIC_API_KEY
environment variables - Change CloudiaException.ErrorCode -> Status, Type -> Name
Full Changelog: 0.0.1...0.0.2
Ver.0.0.1
Initial release.
Full Changelog: https://github.com/Cysharp/Claudia/commits/0.0.1