Releases: Adamant-im/currencyinfo
Releases · Adamant-im/currencyinfo
v4.1.2
v4.1.1
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
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 usingmappings
- 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
Added
GET /status
endpointversion
andlast_update
fields for/get
and/getHistory
endpoints- Notifications to ADAMANT Messenger, Discord
- Docker file (See Installation Guide)
BREAKING CHANGES
- New Significant Changes Detecting System (Read more)
- ExchangeRateHost now requires an API key