FILE / ScuroNeko/go-deepseek
CHANGELOG.md
Исходный файл и его история в репозитории.
26 lines
830 B
Markdown
26 lines
830 B
Markdown
## 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.
|