Skip to content

Changelog

iOS

2.0.1 - 07-08-2024

Changed

  • Update ConioSDK

2.0.0 - 13-06-2024

Added

  • TSK-4503: Trading Info Service
  • TSK-4504: Btc Transaction Management Service
  • TSK-4505: Trading Buy Service
  • TSK-4506: Trading Sell Service
  • TSK-4509: Trading Price Service
  • TSK-4510: Swap Service

Changed

  • TSK-4502: User Service
  • TSK-4598: Wallet Service

0.7.0 - 07-06-2022

Added

  • Model CryptoSellParams to replace SellParams
  • ConioError.onNetwork to wrap network communication errors

Changed

  • SellParams deprecated
  • Factory init used to create/refresh an ask with all user available amount

Fixed

  • Always throw ConioError.unauthorized on session expired

0.6.10 - 09-02-2022

Changed

  • Update legal acceptances

0.6.9 - 08-02-2022

Changed

  • Error mapping as unauthorized on 401 status code

0.6.8 - 28-01-2022

Added

  • Transaction speedup
  • Reset password flow APIs
  • KYC create applicant params public init
  • KYC trigger check params public init
  • User data handling APIs
  • User permissions map update

Changed

  • Updated model: withdrawal transaction, available fee

Fixed

  • Signup B2B wallet encrypt with hashed password
  • Bad cancellables store in operations
  • Missing password hash on B2B signup

0.6.2 - 17-11-2021

Changed

  • Wallet service walletPDFActivities, limit in PDFActivitiesParams now optional

Added

  • User service getLegalAcceptances , new preContractualInfoUrl param in LegalAcceptances response

0.6.0 - 02-11-2021

Added

  • User service changeEmail

0.5.0 - 11-10-2021

Changed

  • Data serialization and mapping
  • Code refactor and optimizations

0.4.0 - 13-09-2021

Fixed

  • Wrong mapping for rangeFrom property in ServiceFee

Changed

  • Update rangeFrom type from UInt64? to FiatAmount? in ServiceFee

0.3.3 - 07-09-2021

Changed

  • Rename tradedFiat to weightedBidBalance in TradingInfo.swift as per docs specifications

0.3.2 - 20-07-2021

Added

  • Bitcoin network privateMainnet and privateTestnet

0.3.1 - 19-07-2021

Fixed

  • Avoid using app bundle identifier during keychain init

0.3.0 - 14-07-2021

Changed

  • Added missing filters params in ActivitiesParams to correctly get wallet activities
  • Refactor on SDK errors: ConioError is now the only error type throwable (check operation section)

0.2.0 - 06-07-2021

Changed

  • SDK configuration object ConioConfiguration has no default value and must be explicitly initialized

Fixed

  • Fix wrong privacy policies url mapping in GetLegalAcceptancesOperation
  • Avoid build error on Xcode 12.4 in OpenAPIConioBuilder

0.1.6 - 25-06-2021

Changed

  • Explicit fees represented as intervals
  • WiretransferPayeeInfo in CreatedBid has now two dedicated properties representing standard and custom wire transfer payee info
  • CreatedBid now contains net cost amount fiatAmount and gross amount grossFiatAmount
  • All fiat amounts are now represented as Decimal

0.1.5 - 15-06-2021

Changed

  • Models update
  • Bid, Ask e Transaction properties linked to amount/balance now are declared with type UInt64

Added

  • ConioError entity to map operation errors

0.1.4 - 10-06-2021

Changed

  • Models update
  • Bid, Ask, WalletBalances e SimpleActivity properties now have public control access
  • Bid, Ask, WalletBalances e SimpleActivity properties linked to amount/balance now are declared with type UInt64

Removed

  • Removed SwiftyRSA from dependencies included in ConioSDK

0.1.3 - 03-06-2021

Fixed

  • Correzione errore signup operation

0.1.0 - 12-04-2021

Added

  • Rilascio versione 0.1.0

Android

0.8.11 - 7-06-2022

Added

  • ConioException.OnNetwork to wrap network communication errors

Fixed

  • Always throw ConioException.Unauthorized on session expired

0.8.3 - 24-03-2022

Fixed

  • Initialization error caused by unusable KeyStore keys

0.8.0 - 9-03-2022

Changed

  • Minimum Android version supported to Android 6.0 (Android Sdk Version: 23)
  • Improved performance
  • SellParams deprecated

Added

  • Factory method CreateOrRefreshAskParams.withAll to request an Ask with the maximum sellable amount
  • Model CryptoChangeEmailParams to replace ChangeEmailParams
  • Model CryptoSellParams to replace SellParams

0.7.18 - 8-02-2022

Changed

  • Solved retro-compatibility with OkHttp 3.x
  • Removed appsync dependency

0.7.16 - 4-02-2022

Changed

  • Downgraded OkHttp to 3.14.9

0.7.15 - 3-02-2022

Changed

  • Improved concurrencly on service layer
  • Updated OkHttp to 4.9.0

0.7.13 - 24-01-2022

Fixed

  • Compatibility issue below Api level 26

0.7.9 - 26-11-2021

Changed

  • Legal text copies on the LegalAcceptances model

0.7.8 - 17-11-2021

Changed

  • Wallet service activityListPdf, limit in ActivityListPdfParams now nullable

Added

  • User service getLegalAcceptances , new preContractualInfoUrl param in LegalAcceptances response

0.7.4 - 02-11-2021

Added

  • User service changeEmail

0.7.2 - 20-10-2021

Added

  • API to get activities in PDF format

0.7.0 - 11-10-2021

Changed

  • Data serialization and mapping
  • Code refactor and optimizations

0.6.2 - 03-08-2021

Fixed

  • Security issue

0.6.1 - 29-07-2021

Changed

  • Refactor on SDK errors: ConioException as the operations result error type

0.6.0 - 28-07-2021

Changed

  • Refactor on SDK errors: ConioException is now the only error type throwable (check operation section)

0.5.4 - 26-07-2021

Fixed

  • Made cro, iban and chargedAt fields of Ask class optional
  • Made paidAt field of Ask class non-optional

0.5.3 - 20-07-2021

Added

  • Bitcoin network privateMainnet and privateTestnet

0.5.1 - 14-07-2021

Fixed

  • Fix factory methods of TimeFrame class

0.5.0 - 06-07-2021

Changed

  • SDK configuration object ConioConfiguration has no default value and must be explicitly initialized

0.4.8 - 25-06-2021

Changed

  • Explicit fees represented as intervals
  • WiretransferPayeeInfo in CreatedBid has now two dedicated properties representing standard and custom wire transfer payee info
  • CreatedBid now contains net cost amount fiatAmount and gross amount grossFiatAmount
  • All fiat amounts are now represented as BigDecimal

Removed

  • Removed type property from ServiceFee entity
  • Renamed id property of model entities:
    • CreatedAsk.id -> CreatedAsk.askId
    • CreatedBid.id -> CreatedBid.bidId
    • SimpleActivity.id -> SimpleActivity.activityId
    • ActivityDetails.id -> ActivityDetails.activityId

Added

  • ConioError:
    • INVALID_CRYPTO_PROOF,
    • CRYPTO_PROOF_EXPIRED

0.4.7 - 01-06-2021

Added

  • Aggiunta di weightedBidBalance alle TradingInfo: controvalore investito

modified

  • Modifica alle TradingFees: supporto fasce di commissioni

0.4.2 - 13-04-2021

Added

  • Rilascio versione 0.4.2

0.4.1 - 12-04-2021

Added

  • Rilascio versione 0.4.1