Changelog
iOS
2.1.5 - 10-01-2025
Fixed
- No stored session after login with user that need to accept the new T&C
2.1.4 - 09-12-2024
Fixed
- Swift Lint build issue
2.1.3 - 29-11-2024
Changed
- Replaced
SignupParams.LegalAcceptance
andLegalAcceptancesParams.LegalAcceptance
models with unifiedLegalAcceptance
model - Replaced
SignupParams.LegalAcceptanceType
andLegalAcceptancesParams.LegalAcceptanceType
models with unifiedLegalAcceptanceType
model
Fixed
- Added missing
LegalAcceptancesResult.Acceptance.type
2.1.2 - 22-10-2024
Changed
- Update ConioSDK
2.1.1 - 04-10-2024
Changed
- Update Fetch Historical Prices
2.1.0 - 18-09-2024
Changed
- Transfer Service
2.0.1 - 07-08-2024
Changed
- Update ConioSDK
2.0.0 - 13-06-2024
Added
- Trading Info Service
- Btc Transaction Management Service
- Trading Buy Service
- Trading Sell Service
- Trading Price Service
- Swap Service
Changed
- User Service
- Wallet Service
0.7.0 - 07-06-2022
Added
- Model
CryptoSellParams
to replaceSellParams
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
inPDFActivitiesParams
now optional
Added
- User service
getLegalAcceptances
, newpreContractualInfoUrl
param inLegalAcceptances
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 inServiceFee
Changed
- Update
rangeFrom
type fromUInt64?
toFiatAmount?
inServiceFee
0.3.3 - 07-09-2021
Changed
- Rename
tradedFiat
toweightedBidBalance
inTradingInfo.swift
as per docs specifications
0.3.2 - 20-07-2021
Added
- Bitcoin network
privateMainnet
andprivateTestnet
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
inCreatedBid
has now two dedicated properties representing standard and custom wire transfer payee infoCreatedBid
now contains net cost amountfiatAmount
and gross amountgrossFiatAmount
- All fiat amounts are now represented as
Decimal
0.1.5 - 15-06-2021
Changed
Models
updateBid
,Ask
eTransaction
properties linked to amount/balance now are declared with typeUInt64
Added
ConioError
entity to map operation errors
0.1.4 - 10-06-2021
Changed
Models
updateBid
,Ask
,WalletBalances
eSimpleActivity
properties now have public control accessBid
,Ask
,WalletBalances
eSimpleActivity
properties linked to amount/balance now are declared with typeUInt64
Removed
- Removed
SwiftyRSA
from dependencies included inConioSDK
0.1.3 - 03-06-2021
Fixed
- Correzione errore signup operation
0.1.0 - 12-04-2021
Added
- Rilascio versione 0.1.0
Android
2.1.1 - 05-12-2024
Fixed
- deadlock on
UserService.signup
andUserService.login
Added
- Mining fees in transfer activity
2.1.0 - 17-10-2024
Added
- Swap Services
- Transfer Services
Changed
FetchHistoricalPricesParams
fields used to specify the timeframe to a pre-defined timestamp set
1.0.0 - 16-07-2024
Changed
First multicrypto SDK release
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 replaceChangeEmailParams
- Model
CryptoSellParams
to replaceSellParams
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
inActivityListPdfParams
now nullable
Added
- User service
getLegalAcceptances
, newpreContractualInfoUrl
param inLegalAcceptances
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
andchargedAt
fields ofAsk
class optional - Made
paidAt
field ofAsk
class non-optional
0.5.3 - 20-07-2021
Added
- Bitcoin network
privateMainnet
andprivateTestnet
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
inCreatedBid
has now two dedicated properties representing standard and custom wire transfer payee infoCreatedBid
now contains net cost amountfiatAmount
and gross amountgrossFiatAmount
- All fiat amounts are now represented as
BigDecimal
Removed
- Removed
type
property fromServiceFee
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
alleTradingInfo
: 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