v1.1.9
deepseek-ai/DeepSeek-Coderv1.1.9Nov 23, 2025by samyfodil
AI Summary
This release focuses on stabilizing the Tau platform by fixing various bugs, adding Python support, improving the Dream module, and introducing new features like an MCP server and a load balancing engine.
Key Highlights
- Added Python support to Spore Drive
- Introduced an MCP server for the Dream module
- Implemented a load balancing engine and sensors
- Refactored stream clients and pub/sub logic for better concurrency
- Added test helpers to access module output
New Features
- Python support in Spore Drive
- MCP server for Dream
- Load balancing engine and sensors
- Output version reporting
- Conditional builds for non-core features
Full Release Notes
## What's Changed * error connecting to plugin ignored by @samyfodil in https://github.com/taubyte/tau/pull/339 * [tau-config] Generate config ignores services option by @ZaouiAmine in https://github.com/taubyte/tau/pull/343 * [vm-orbit] test helpers to access module output by @taubyte0 in https://github.com/taubyte/tau/pull/346 * [spore drive] add python support by @samyfodil in https://github.com/taubyte/tau/pull/353 * [tau] output version #344 by @samyfodil in https://github.com/taubyte/tau/pull/358 * [tau/dream] Change mentions for dreamland -> dream #355 by @ZaouiAmine in https://github.com/taubyte/tau/pull/356 * [dream] "Error" keyword misuse in the cli declaration for monkey jobs status #357 by @samyfodil in https://github.com/taubyte/tau/pull/359 * [tau/dream] only build dream stuff when it's dream #347 by @samyfodil in https://github.com/taubyte/tau/pull/360 * Refactor stream client #361 by @samyfodil in https://github.com/taubyte/tau/pull/362 * [cdk] drop old version that is using extism #363 by @samyfodil in https://github.com/taubyte/tau/pull/364 * [low-orbit] add conditional build for non core features #365 by @samyfodil in https://github.com/taubyte/tau/pull/366 * Update dependencies and refactor #367 by @samyfodil in https://github.com/taubyte/tau/pull/368 * seer: replace odo with devMode and refactor dream mode logic by @isif00 in https://github.com/taubyte/tau/pull/348 * [auth] p2p missing some ops available over http #370 by @samyfodil in https://github.com/taubyte/tau/pull/372 * Add issue templates by @samyfodil in https://github.com/taubyte/tau/pull/375 * [substrate] pub/sub concurrency issue #374 by @samyfodil in https://github.com/taubyte/tau/pull/376 * [dream] pushAll does not clone private repos #377 by @samyfodil in https://github.com/taubyte/tau/pull/379 * [substrate] refactor pubsub/ws datastream logic #381 by @samyfodil in https://github.com/taubyte/tau/pull/382 * [ci/cd][patrick] refactor logic #369 by @samyfodil in https://github.com/taubyte/tau/pull/384 * [substrate] refactor shadow #378 by @samyfodil in https://github.com/taubyte/tau/pull/386 * [ci/cd] refactor #385 by @samyfodil in https://github.com/taubyte/tau/pull/388 * [dream] MCP server #389 by @samyfodil in https://github.com/taubyte/tau/pull/390 * [starlark] optimizations #391 by @taubyte0 in https://github.com/taubyte/tau/pull/392 * Adding sensors and load balancing engine #393 by @samyfodil in https://github.com/taubyte/tau/pull/394 * Fix go releaser build #395 by @samyfodil in https://github.com/taubyte/tau/pull/396 ## New Contributors * @ZaouiAmine made their first contribution in https://github.com/taubyte/tau/pull/343 * @taubyte0 made their first contribution in https://github.com/taubyte/tau/pull/346 * @isif00 made their first contribution in https://github.com/taubyte/tau/pull/348 **Full Changelog**: https://github.com/taubyte/tau/compare/v1.1.8...v1.1.9