Releases: ashutoshkrris/random-advice-workflow
Releases · ashutoshkrris/random-advice-workflow
v1.1.0 - Fallback Quote Support & Robust Logging
🚀 What's New in v1.1.0
This release adds resilience and reliability to the random advice workflow by introducing multiple fallback mechanisms and better developer visibility through logging.
✨ Features
- ✅ Primary Quote Source: Fetch quotes from AdviceSlip API.
- 🔁 Fallback API: If AdviceSlip is unavailable, fetch quotes (with author) from ZenQuotes API.
- 📦 Hardcoded Fallback: If both APIs fail, display one of several hardcoded motivational quotes.
- 🧠 Author Attribution: Quotes from ZenQuotes and hardcoded data now include author names.
- 🪵 Improved Logging: Console logs now indicate which source was used and if fallbacks were triggered.
🧩 Example Quote Format
<!-- ADVICE:START -->
<p align="center"><br><i>“Do or do not. There is no try.”</i><br>— Yoda</p>
<!-- ADVICE:END -->
Full Changelog: v1.0...v1.1.0
Random Advice Workflow
v1.0 Random Advice Initial Release