RESOURCES

Changelog

A timeline of new features, improvements, and fixes shipped in each release.

4 min read
v1.3.0February 25, 2026
NewImproved

Documentation Hub & Explore Rename

  • Launched the new Documentation Hub with comprehensive guides for all features, developer integration, and API reference.

    View Docs
  • Renamed "Lab" to "Explore" across the platform for a more intuitive navigation experience. All bookmarks and links redirect automatically.

    Explore Docs
  • Improved the Signal Lab canvas with better node connection validation and upstream field locking for more reliable flow building.

  • Added a dedicated docs layout with sidebar navigation and table of contents for improved readability.

v1.2.0February 10, 2026
NewImproved

Congressional Trading Scorecards & Alert Enhancements

  • Introduced politician scorecards with trade count, average reporting delay, buy/sell ratio, and committee overlap analysis.

    Congress Docs
  • Added the ability to create alerts directly from the Alerts page with a new guided modal for configuring alert name, type, ticker, and notification channel.

    Alerts Docs
  • Improved insider cluster detection algorithm with a refined conviction scoring system that considers insider count, total value, and window tightness.

    Insiders Docs
  • Watchlist overview cards now display real-time stats including filing count, insider buy/sell breakdown, congressional trades, and net insider flow.

v1.1.0January 22, 2026
NewFixed

API Keys, Webhook Management & Developer Dashboard

  • Launched the Developer Dashboard with real-time API usage monitoring, key management, webhook configuration, and hourly usage charts.

    Developer Docs
  • API keys now use crypto-random generation with irora_sk_ prefix and SHA-256 hashed storage for enhanced security.

  • Added webhook endpoint management with status monitoring (active, paused, failing) and event subscription configuration.

  • Fixed an issue where the insider trading heatmap would not render correctly on narrow viewports.

v1.0.1January 8, 2026
FixedImproved

Bug Fixes & Performance Improvements

  • Fixed a race condition in the filing search where stagger animations combined with loading state swaps caused content to render at zero opacity.

  • Improved the toggle switch component to use pure CSS positioning instead of framer-motion animate, resolving layout issues in flex/grid contexts.

  • Fixed theme flicker on initial page load by adding an inline script that applies dark mode before React hydrates.

  • Improved filing search performance with optimized facet calculations and debounced search input.

v1.0.0December 15, 2025
New

Initial Release

  • Launched Irora SEC with SEC filing search, insider trading tracking, congressional trading monitoring, watchlists, alerts, and the Signal Lab visual canvas.

  • Full-text semantic search across millions of SEC filings with AI-powered relevance ranking and highlighted result snippets.

    Filings Docs
  • Insider trading dashboard with transaction feed, top buyers/sellers, cluster detection, conviction scoring, and activity heatmap.

  • REST API with Bearer token authentication, 5 core endpoints, webhook support, and SDKs for JavaScript, Python, and Go.

    API Reference