Release archive
2.6.3

GitHub Harvester & Landing Page Search

Release v2.6.3 focuses on GitHub Harvester, Landing Page Search, and Changelog App.

AddedFixed
GitHub Harvester & Landing Page Search

Release digest

Added

  • Redis on Production 🚀 - Connected sentry-redis Memorystore instance
    • 24-hour caching for API responses
    • Faster data retrieval for repeated queries

Fixed

  • GitHub Harvester 🐛 - Critical fix: Now handles organization URLs from CoinGecko
    • Previously failing to parse github.com/OrgName (only 1 part)
    • Now correctly fetches org repos and aggregates commits
    • This was the root cause of 0 commits for most projects!
  • Landing Page Search 🔍 - Fixed dropdown to show crypto project details
    • Changed API key from 'projects' to 'results'
    • Added project name, symbol, and trust score display
  • Changelog App 📋 - Fixed path alias issues for static export
    • Replaced @/lib/* with relative imports
    • Removed dynamic opengraph-image route

Technical notes