Release Notes

Track all the latest updates, improvements, and new features of Yoddoy DaaS.

v1.1.0 (Phase 9)
July 10, 2026

Frontend Web UI

  • Added Premium Dark Mode Landing Page (Glassmorphism design).
  • Added Release Notes page for changelog tracking.
  • Served HTML using Jinja2Templates via FastAPI.
v1.0.0 (Phase 6-8)
July 2026

REST API Production Release

  • Launched FastAPI server with endpoints for Exchange Rates and SEC Fund NAVs.
  • Successfully deployed into Production (`main` branch).
  • Enabled Cloudflare Tunnel for secure global access (`www.yoddoy.net`).
v0.9.0 (Phase 1-5)
June 2026

Core Data Engine

  • Developed background workers to fetch data from BOT and SEC APIs.
  • Integrated PostgreSQL Database with `psycopg2`.
  • Automated daily scraping jobs using `schedule` library.