Skip to content

Releases: coinpaprika/coinpaprika-api-kotlin-client

0.5.3

30 May 19:41
Compare
Choose a tag to compare

Add options to tickers API as optional QueryMap.
Bumped Kotlin version to 1.6.21 (and related KSP).
Bumped Gradle Wrapper version to 7.4.2

0.5.2

02 Mar 19:28
Compare
Choose a tag to compare

Fixed Search entity model.
Updated Kotlin to v1.6.10.
Updated Gradle wrapper to v7.4

0.5.1

30 Dec 08:22
Compare
Choose a tag to compare

Replaced the limit parameter page when fetching tickers.

0.5.0

14 Sep 06:54
3882166
Compare
Choose a tag to compare
  • Removed TooManyRequestsError
  • Replaced RxJava with coroutines
  • Replaced Gson with Moshi
  • Renamed classes and simplified package structure
  • Removed unnecessary dependencies
  • Added limit parameter to tickers endpoint
  • Replaced KAPT with KSP

0.4.5

24 Aug 06:09
3cc2525
Compare
Choose a tag to compare
  • Optimized dependencies
  • Refactored network requests
  • Slightly changed tickers API

0.4.4

27 Feb 19:02
062141b
Compare
Choose a tag to compare

OkHttp client is now injected to the API.

0.4.3

11 Feb 14:08
7fe9719
Compare
Choose a tag to compare

Increased OkHttp timeouts.

0.4.2

28 Jul 20:42
df482be
Compare
Choose a tag to compare

COINS-1032: Added contracts info to coin details.

0.4.1

30 Jun 11:47
2ab1ea3
Compare
Choose a tag to compare
COINS-555 | Bump library version to 0.4.1 (#12)

Co-authored-by: Bartosz Wesolowski <bartosz.wesolowski@allegro.pl>

0.4.0

23 Jun 13:06
da25ad8
Compare
Choose a tag to compare

Added support for multiple contracts in CoinEntity. The old contract field has been removed, so this version is not backward compatible.