v1.1.6
epi052/feroxbusterv1.1.6Jan 14, 2025by samyfodil
AI Summary
This release focuses on improvements to the spore-drive and taucorder components, including better interfaces for Config and Drive, embeddable services, and fixes for deployment issues across different operating systems.
Key Highlights
- Better interface for Config and Drive in spore-drive
- Embeddable service support for spore-drive
- Refactored shadow library to handle open file limits and compile for Windows
- RPC interface for taucorder
New Features
- Better Config and Drive interface
- Embeddable service
- RPC interface for taucorder
- Platform compatibility fixes (Windows/Linux)
Full Release Notes
## What's Changed * Move tau-cli into tau by @samyfodil in https://github.com/taubyte/tau/pull/248 * fix: fix slice init length by @cuishuang in https://github.com/taubyte/tau/pull/253 * 204 spore-drive deploy tau to all your nodes from one place by @samyfodil in https://github.com/taubyte/tau/pull/251 * [spore-drive] Better interface for Config and Drive from ts/js package #254 by @samyfodil in https://github.com/taubyte/tau/pull/255 * [spore-drive] embedable service #256 by @samyfodil in https://github.com/taubyte/tau/pull/257 * [spore-drive] url should be passed to init #258 by @samyfodil in https://github.com/taubyte/tau/pull/259 * [spore-drive] handle embed service #260 by @samyfodil in https://github.com/taubyte/tau/pull/261 * [spore-drive/npm] publish v0.1.1 #262 by @samyfodil in https://github.com/taubyte/tau/pull/263 * [spore-drive] fix displacing keys & ts client #264 by @samyfodil in https://github.com/taubyte/tau/pull/265 * [spore-drive/ts] README #266 by @samyfodil in https://github.com/taubyte/tau/pull/267 * [spore-drive] domain key and tau binary issue #268 by @samyfodil in https://github.com/taubyte/tau/pull/269 * [spore-drive/js] v0.1.4 by @samyfodil in https://github.com/taubyte/tau/pull/271 * [tau-cli] Issue with source "." vs "inline" #272 by @samyfodil in https://github.com/taubyte/tau/pull/273 * [taucorder] rpc interface #274 by @samyfodil in https://github.com/taubyte/tau/pull/275 * code base cleanup pass by @samyfodil in https://github.com/taubyte/tau/pull/279 * [taucorder] typescript client #280 by @samyfodil in https://github.com/taubyte/tau/pull/281 * [taucorder] service #282 by @samyfodil in https://github.com/taubyte/tau/pull/283 * [taucorder] service binary name fix #284 by @samyfodil in https://github.com/taubyte/tau/pull/285 * Can't find .runfile on non linux os #286 by @samyfodil in https://github.com/taubyte/tau/pull/287 * [spore-drive] deployment fails with new host by @samyfodil in https://github.com/taubyte/tau/pull/291 * Deployment issue: systemd-resolve not stopped and init issue with seer #292 by @samyfodil in https://github.com/taubyte/tau/pull/296 * [shadow] hits open file limits - Refactor #295 by @samyfodil in https://github.com/taubyte/tau/pull/297 * [shadow] does not compile for windows by @samyfodil in https://github.com/taubyte/tau/pull/299 ## New Contributors * @cuishuang made their first contribution in https://github.com/taubyte/tau/pull/253 **Full Changelog**: https://github.com/taubyte/tau/compare/v1.1.5...v1.1.6