v1.1.6
nektos/actv1.1.6Jan 14, 2025by samyfodil
AI Summary
This release focuses on the `spore-drive` deployment tool, introducing an embedable service and improved TypeScript/JavaScript interfaces, alongside new RPC functionality via `taucorder`. It also includes various fixes for Linux OS compatibility and Windows compilation.
Key Highlights
- Spore-drive supports embedable service and better Config/Drive interfaces
- Introduction of `taucorder` with RPC interface and TypeScript client
- Fixes for non-Linux OS `.runfile` issues and Windows compilation
- Refactoring of `shadow` to handle open file limits
New Features
- Spore-drive npm publishing (v0.1.1, v0.1.4)
- Tau CLI fixes for source configuration
- Taucorder service and typescript client
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