Skip to content

Releases: Adamant-im/currencyinfo

v4.1.2

20 Sep 11:46
f854e5f
Compare
Choose a tag to compare

Ensure that release includes the most recent code.

Fixed

  • A bug when USD is counted as unavailable on the startup

v4.1.1

11 Sep 00:43
4e7454e
Compare
Choose a tag to compare

Added

  • Notification error message for the cases when there are no previous rates to fall back to

Fixed

  • Swapped base and quote coins in the getHistory endpoint ('USD/ADM': 0.03 => 'ADM/USD': 0.03)
  • Detection of the significant differences when merging sources
  • Calculating the price of each coin relative to every coin from the base_coins

v4.1.0

22 Aug 16:31
31d09e0
Compare
Choose a tag to compare

Important

You MUST run the migration script for database to update to the latest version of Currencyinfo v4.1.0 or higher

Added

  • Notification message when fetching fewer coins than expected on startup

Fixed

  • A bug when Currencyinfo doesn't save coins specified by ID in the config file
  • Performance issues of /getHistory endpoint
  • The The following pairs have fewer enabled sources than the configured minimum error when using mappings
  • The Unable to save new rates in history database error when rates fail to be retrieved for a pair

Changed

  • All rates from MOEX are saved by default against RUB unless USD is specified in the MOEX codes list
  • Return previous rates if Currencyinfo detected significant changes the last time

v4.0.0

19 Jul 05:26
8a50242
Compare
Choose a tag to compare

Migration Guide

Added

BREAKING CHANGES

  • New Significant Changes Detecting System (Read more)
  • ExchangeRateHost now requires an API key