logo

📋 Changelog

Track all updates, improvements, and new features in Hypertrade. Stay informed about the latest releases of the R1 router.

All ReleasesMajor UpdatesNew FeaturesBug FixesBreaking Changes
v1.4.0November 4, 2025Major

New Features

  • HIP-3 Protocol Support: Added routing support for HIP-3 native assets on HyperEVM with optimal routes across all liquidity sources.
  • Advanced Slippage Protection: Implemented maxAmountIn validation to prevent excessive slippage during high volatility; swaps revert if thresholds are exceeded.
  • Multi-hop Optimization: Enhanced path-finding to discover more efficient multi-hop routes, reducing swap costs by up to 15%.

Improvements

  • Upgraded Invisium Swap Simulation engine to v2.3 for 30% faster quote calculations.
  • Optimized gas consumption for HyperCore Spot routing by 12%.
  • Implemented Redis caching to cut API response time (avg. 45ms → 12ms).
3 New Features3 Improvements0 Breaking Changes
v1.3.2October 22, 2025Patch

🐛Bug Fixes

  • Fixed edge case where HyperCore ↔ HyperEVM cross-ecosystem swaps could timeout during congestion.
  • Resolved quote accuracy issues for tokens with non-standard decimals.
  • Fixed UI display bug showing incorrect estimated output for large trades.

Improvements

  • Enhanced error messages with clearer debugging info for failed swaps.
  • Updated dependencies to latest versions for improved security.
3 Bug Fixes2 Improvements
v1.3.0October 8, 2025Minor

New Features

  • Felix Protocol Integration: Added support for Felix liquidity pools on HyperEVM, unlocking $1B+ in liquidity.
  • Price Impact Warnings: Real-time impact indicators before execution.
  • Swap Analytics Dashboard: New analytics endpoint with route breakdowns and savings calculations.

Improvements

  • Reduced API endpoint latency by 35% through query optimization.
  • Enhanced route comparison algorithm to evaluate up to 1000 paths simultaneously.
3 New Features2 Improvements
v1.2.1September 25, 2025Patch

🐛Bug Fixes

  • Fixed liquidity pool refresh for newly listed tokens.
  • Resolved WebSocket stability issues during high traffic.
  • Corrected decimal precision handling for micro-cap tokens.
3 Bug Fixes
v1.2.0September 15, 2025Minor

New Features

  • Kinetiq LST Support: Integrated Kinetiq liquid staking tokens for staked HYPE positions.
  • Historical Trade Data: New API endpoints for historical swap data and performance metrics.
  • Batch Quote Requests: Request quotes for multiple pairs in a single call.

Improvements

  • Upgraded to Hyperliquid SDK v2.8.0 for improved interaction.
  • Optimized database queries reducing load times by 40%.
3 New Features2 Improvements
v1.1.0August 28, 2025MinorBreaking

New Features

  • HyperEVM Full Support: Comprehensive routing through all HyperEVM DEXs including Hyperswap and Prjx.
  • Smart Order Routing v2: Parallel path exploration for 50% faster quote generation.

🔥Breaking Changes

  • API v2 Migration: Deprecated API v1; migrate to /api/v2/* endpoints. Legacy endpoints removed in v1.3.0.
  • Changed /quote response to include detailed route breakdown—update parsing logic.

⚠️Deprecated

  • GET /api/v1/swap — use POST /api/v2/swap instead.
  • `simpleQuote` parameter — use `quoteType: "fast"` instead.
2 New Features2 Breaking Changes2 Deprecations
v1.0.0August 10, 2025Major

🎉Initial Release

  • Hypertrade R1 Router Launch: First and only DEX aggregator on Hyperliquid with dual HyperCore and HyperEVM support.
  • HyperCore Spot Integration for deepest liquidity.
  • Invisium Swap Simulations for 100% accurate quotes.
  • Multi-Market Routing to split orders across exchanges.
  • Multi-Hop Support for optimal token paths.
  • Zero Fees: No platform fees charged to users.
  • RESTful API for programmatic access.
  • Developer SDK in TypeScript for easy integration.
8 New Features🚀 Launch Version

Stay Updated

Subscribe to receive notifications about new releases, features, and important updates.

FAQ

What is the latest version of Hypertrade?
The latest version is v1.4.0, released on November 4, 2025. It includes HIP-3 support, advanced slippage protection, and multi-hop optimization.
How often does Hypertrade release updates?
Major updates every 2-3 months, minor monthly, and patches as needed for critical fixes.
Where can I find migration guides for breaking changes?
Migration guides are included in versions with breaking changes (e.g., v1.1.0) in the changelog notes.