Skip to content

4.14.0

Choose a tag to compare

@github-actions github-actions released this 01 Nov 12:30
· 1149 commits to master since this release
5afe4d2

[4.14.0] - 2023-11-01

Added

  • Added test runner and report to the GitHub Actions of the bfx-facs-db-better-sqlite repo. PR: bfx-facs-db-better-sqlite#8
  • Added an endpoint to get the summary by asset (for 30 day period) for the new summary page of the framework mode. PR: bfx-reports-framework#330
  • Implemented currency name representation depending on the transport layer used for the Tether transactions in the Movements report. PR: bfx-report-ui#721
  • Implemented the possibility of submitting username/password and OTP via the Enter button during the 2FA sign-up flow. PR: bfx-report-ui#722

Changed

  • Bumped Electronjs version up to v27 to have under hood Nodejs v18.17.1, to have Nodejs version similar to UI build requirements. PR: bfx-report-electron#263
  • Bumped better-sqlite3 up to 9.0.0 to have the ability to launch the DB driver on Nodejs v18.17.1 under electron env at least v27. PR: bfx-facs-db-better-sqlite#7
  • Set the dependabot against the stagin branch to not trigger test-runner workflow

Fixed

  • Fixed the candles sync for the currency converter, to convert the first ledgers to USD it needs to provide some overlap of candles (5 days). PR: bfx-reports-framework#329
  • Fixed deep clone of arguments with lib-js-util-base, the issue is the following: when calling generateToken/invalidateAuthToken methods pass whole session object with setInterval id, and that id cannot be serialized with JSON.stringify, it should be omitted. PR: bfx-reports-framework#331
  • Fixed the dependabot config path for the bfx-report-ui repo. PR: bfx-report-ui#720

Security