Raxx · internal docs

internal · gated ↑ index

TradeMaster API v1.1.0 Release Notes

Overview

TradeMaster API v1.1.0 introduces significant improvements to the user interface, backend functionality, and developer experience. This release focuses on enhancing the symbol search functionality, improving data feed handling, and providing better documentation.

Key Features

Symbol Search Component

Data Feed Improvements

UI Enhancements

UI Testing Improvements

Technical Implementation

Frontend Changes

Backend Changes

Documentation

User Experience Improvements

Upgrade Instructions

For Users

  1. Pull the latest version from the repository
  2. Restart both frontend and backend services
  3. Note that the "Real-Time Data" checkbox has been renamed to "Use SIP Data Feed"

For Developers

  1. Pull the latest version from the repository
  2. Update any code that uses the use_realtime_data parameter to use data_feed instead
  3. If you've created custom components that search for symbols, consider using the new SymbolSearch component
  4. Review the updated API documentation for changes to endpoint parameters and responses

Known Issues

Future Plans