Skip to content

4.36.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 06:37
· 497 commits to master since this release
0879b0f

[4.36.1] - 2025-05-28

Added

  • Added isUserMerchant flag into user info model. PR: bfx-api-node-models#89
  • Added isUserMerchant flag into the response of verifyUser endpoint. PR: bfx-report#432
  • Added isUserMerchant flag into the response of the signUp and signIn endpoints for the UI to remove Merchant nav item for non merchant users. PR: bfx-reports-framework#457

Changed

  • Implemented redirection to the main platform login page (only for web production) on logout or in cases where there is no auth available. PR: bfx-report-ui#932
  • Improved currency formatting in the Trading fees charged in the last 30 days section. PR: bfx-report-ui#931
  • Disabled Fees Report refresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: bfx-report-ui#933