FILE / ScuroNeko/go-deepseek

CHANGELOG.md

Исходный файл и его история в репозитории.
FILE 1bb05f093837f713eac4ad5f8addc08afad20755
Files
go-deepseek/CHANGELOG.md
T
2026-07-31 15:21:56 +03:00

830 B

v0.2.0

Breaking changes

  • Changed the module path from deepseek to git.scuroneko.dev/scuroneko/go-deepseek.
  • Replaced the Client.ReadStream and Client.ReadStreamAsString methods with package-level ReadStream and ReadStreamAsString functions.
  • Removed the unused CloseEvent protocol type.

Added

  • Added Client.DeleteChat and Client.DeleteChatWithContext for 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 deepseek package and the canonical import path.

v0.1.0

  • Initial release.