Skip to content

v3.0.11: Fix WS algo-orders channel missing auth, add delta neutral strategy endpoints, misc types for various endpoints

Choose a tag to compare

@tiagosiebler tiagosiebler released this 17 Nov 10:48
2959a59

What's Changed

  • feat(v3.0.11): add new API endpoints for trading configuration and delta neutral strategy by @JJ-Cro in #155
  • [Snyk] Upgrade axios from 1.12.0 to 1.12.2 by @tiagosiebler in #145
  • fix(v3.0.11): failing test from unnecessary parameter, WS orders-algo channel unintentionally skipping auth guard, bump lockfile dependencies by @tiagosiebler in #156

#155 brought in new endpoints and types relating to:

  • Delta Neutral Strategy endpoints and types
  • Enhanced deposit history tracking with masked sensitive data
  • Position limit parameters for instruments
  • Updated announcement types with business publish time
  • Enhanced interest rate and loan quota types

Full Changelog: v3.0.10...v3.0.11