v1.1.9

ConduitPlatform/Conduitv1.1.9Nov 23, 2025by samyfodil

AI Summary

This release focuses on plugin error handling, configuration generation, Python support, and refactoring various components like dream mode, stream clients, and CDK. It also introduces new features such as sensors and a load balancing engine.

Key Highlights

  • Added Python support to the spore drive.
  • Refactored dream mode logic and stream client.
  • Introduced sensors and load balancing engine.
  • Improved auth and substrate pub/sub logic.
  • New contributors: ZaouiAmine, taubyte0, and isif00.

New Features

  • Python support in spore drive.
  • MCP server implementation.
  • Test helpers to access module output.
  • Conditional build for non-core features in low-orbit.

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