FILE / ScuroNeko/go-deepseek
CHANGELOG.md
Исходный файл и его история в репозитории.
830 B
830 B
v0.2.0
Breaking changes
- Changed the module path from
deepseektogit.scuroneko.dev/scuroneko/go-deepseek. - Replaced the
Client.ReadStreamandClient.ReadStreamAsStringmethods with package-levelReadStreamandReadStreamAsStringfunctions. - Removed the unused
CloseEventprotocol type.
Added
- Added
Client.DeleteChatandClient.DeleteChatWithContextfor deleting chat sessions.
Fixed
- Updated the PoW package import to use the canonical module path.
- Propagated API business errors from chat deletion and ensured response bodies are closed.
- Stopped logging raw values from unsupported SSE patches and operations.
Documentation
- Updated the package documentation and quick-start example for the
deepseekpackage and the canonical import path.
v0.1.0
- Initial release.