You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.1.4] - 2020-10-30
10
+
9
11
### Added
10
12
11
13
- New adapters:
12
14
-`linkpool` to get ICE futures quotes
13
15
-`onchain` to get ICE futures quotes
14
16
17
+
### Fixed
18
+
19
+
- Local in-memory cache got broken in the last release, and was reinitialized on every request.
20
+
-`amberdata` adapter wasn't responding for some assets because they don't make cross-rates by default. Cross-rates are now included which enables this adapter to support markets like `BNB/USD`, not just the actual `BNB/USDT`.
0 commit comments