(new): v0.2.0 release

This commit is contained in:
2026-07-31 15:21:56 +03:00
parent fb95804b4b
commit 1bb05f0938
9 changed files with 422 additions and 310 deletions
+25
View File
@@ -0,0 +1,25 @@
## 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.