Skip to content

v1.0.0

Compare
Choose a tag to compare
@thraneh thraneh released this 16 Mar 05:11
· 51 commits to master since this release

Summary

This release was mainly about cleaning up the different interfaces and provide an API we believe can be fairly stable foundation for future releases. With a clean API and the current software features, we believe this release indeed can be called version 1.

  • [Breaking change] To better align with other sources: Renamed Precision from Decimals and introduced a new Decimal class.
  • [Breaking change] Several APIs have been moved from roq-api to other libraries (roq-utils, roq-market, ...)
  • [Breaking change] The APIs no longer use abseil-cpp containers (due to ABI issues in debug mode).
  • [New] RateLimitsUpdate has been added to capture the exchange's rate-limit reports.
  • [New] A polling client interface has been added to support easier vendor integration.

Release notes can be found here.

Links