Skip to content

4.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 01:10
· 189 commits to master since this release
2ef39b2

[4.17.0] - 2024-01-10

Added

  • Added ability to define what kind of API keys are stored prod/staging. The prod/staging is detected by existing the staging string in the restUrl config option: https://api-pub.bitfinex.com/https://api.staging.bitfinex.com. And isStagingBfxApi flag is set or updated on signUp/signIn to the user table. Than, getUsers endpoint will return the isStagingBfxApi flag to be shown in the UI for each user on the login stage. PR: bfx-reports-framework#347
  • Added automated testing for electron app binaries. The flow: build release on GitHub Actions, use unpacked builds for E2E tests, launch E2E test on Linux and Mac and Win OSs independently, provide E2E test reports for every OS launch. PR: bfx-report-electron#276

Fixed

Security