@arikusi/deepseek-mcp-server 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
16
|
### Fixed
|
|
17
17
|
- Nothing yet
|
|
18
18
|
|
|
19
|
+
## [1.3.1] - 2026-03-06
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
- **Test Coverage**: `deepseek_sessions` tool tests (8 tests, 0% → 90%+ coverage)
|
|
23
|
+
- **Test Coverage**: Tool registration aggregator tests (2 tests)
|
|
24
|
+
- **208 Tests**: Up from 198, covering session tool actions and tool registration
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
- **Security**: Updated transitive dependencies via `npm audit fix` — resolved 5 vulnerabilities (3 high) in hono, @hono/node-server, rollup, ajv, qs
|
|
28
|
+
|
|
19
29
|
## [1.3.0] - 2026-03-04
|
|
20
30
|
|
|
21
31
|
### Added
|
|
@@ -193,6 +203,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
193
203
|
|
|
194
204
|
## Version History
|
|
195
205
|
|
|
206
|
+
- **1.3.1** (2026-03-06): Security fixes, session tool tests, 208 tests
|
|
196
207
|
- **1.3.0** (2026-03-04): Sessions, circuit breaker, model fallback, MCP resources, 198 tests
|
|
197
208
|
- **1.2.0** (2026-02-26): DeepSeek V3.2 support — thinking mode, JSON mode, cache-aware pricing, 150 tests
|
|
198
209
|
- **1.1.1** (2026-02-11): Modular architecture, type safety, security fixes, 126 tests
|
|
@@ -207,7 +218,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
207
218
|
- [GitHub repository](https://github.com/arikusi/deepseek-mcp-server)
|
|
208
219
|
- [Issue tracker](https://github.com/arikusi/deepseek-mcp-server/issues)
|
|
209
220
|
|
|
210
|
-
[Unreleased]: https://github.com/arikusi/deepseek-mcp-server/compare/v1.3.
|
|
221
|
+
[Unreleased]: https://github.com/arikusi/deepseek-mcp-server/compare/v1.3.1...HEAD
|
|
222
|
+
[1.3.1]: https://github.com/arikusi/deepseek-mcp-server/compare/v1.3.0...v1.3.1
|
|
211
223
|
[1.3.0]: https://github.com/arikusi/deepseek-mcp-server/compare/v1.2.0...v1.3.0
|
|
212
224
|
[1.2.0]: https://github.com/arikusi/deepseek-mcp-server/compare/v1.1.1...v1.2.0
|
|
213
225
|
[1.1.1]: https://github.com/arikusi/deepseek-mcp-server/compare/v1.1.0...v1.1.1
|
package/package.json
CHANGED