v1.1.6
snail007/goproxyv1.1.6Jan 14, 2025by samyfodil
AI Summary
This release focuses on the spore-drive deployment tool, integrating the CLI into the main binary and introducing improved TypeScript/Node.js interfaces.
Key Highlights
- Moved tau-cli into the main tau binary
- Spore-drive can now deploy tau to all nodes
- Improved interfaces for Config and Drive in TS/JS
- Added support for embedable services
New Features
- Spore-drive deploy to all nodes
- Embedable service support
- TypeScript client support
- Better interface for Config and Drive
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