v1.1.8
Jeffallan/claude-skillsv1.1.8May 1, 2025by samyfodil
AI Summary
This release focuses on stability and security improvements, specifically addressing ACME certificate handling and error reporting. It also includes fixes for Spore Drive startup issues and better CI/CD logging capabilities.
Key Highlights
- Fixed ACME certificate handling and DNS support
- Added support for custom ACME providers
- Improved CI/CD logs and error reporting
- Fixed Spore Drive startup issues on new hosts
- Fixed DNS handling for CAA and other ACME types
New Features
- Custom ACME provider support
- Improved ACME DNS handling
- Better CI/CD logging and status reporting
- Fixed Spore Drive startup behavior
- Refactored stream client
Full Release Notes
## What's Changed * fix: Fix problematic error returns by @cuishuang in https://github.com/taubyte/tau/pull/309 * move http package in by @samyfodil in https://github.com/taubyte/tau/pull/316 * Support custom ACME provider #310 by @samyfodil in https://github.com/taubyte/tau/pull/317 * [seer] return multi-address on TXT by @samyfodil in https://github.com/taubyte/tau/pull/321 * [spore-drive] Fails to start service on new hosts by @samyfodil in https://github.com/taubyte/tau/pull/324 * [spore-drive] typescript client code style by @samyfodil in https://github.com/taubyte/tau/pull/325 * [npm/spore-drive] release v0.1.10 by @samyfodil in https://github.com/taubyte/tau/pull/327 * [ci/cd] better logs, status and error reporting #329 by @samyfodil in https://github.com/taubyte/tau/pull/330 * Fix DNS handling of CAA and other types required for ACME #331 by @samyfodil in https://github.com/taubyte/tau/pull/332 * [updates] Updated major dependencies #333 by @samyfodil in https://github.com/taubyte/tau/pull/334 **Full Changelog**: https://github.com/taubyte/tau/compare/v1.1.7...v1.1.8