- Revert offset parameter type from
String?
toint?
in all APIs
- Fix URL encoding for path parameters
- Fix query parameters handling for optional values
- Change offset parameter type from
String?
toint?
in all APIs - Mark
deactive
anddeactiveVerification
as deprecated in favor ofdeactivate
anddeactivateVerification
- add
kernel_asset_id
field toSafeSnapshot
- update verification response
- Fix code generation for
Asset
class.
Asset
adddisplaySymbol
anddisplayName
field.
- fix queryAssets and topAsset
- downgrade
collections
to 1.18.0
User
addMembership
field.
- More example
Token
addcollection_hash
field.
- add inscription item and collection api
- add removeSticker api
BREAKING CHANGE
- Remove fallback to
zeromesh
host when api errored. - Introduce
Key
class to replaceString spendKey
andString sessionPrivateKey
Other
- allow preference for asset fee.
- allow traceId specification
- improve transaction to multi uuid receiver
- add transaction to MixAddress
- make
getOutputs()
members parameter nullable - add tip pin update apis
- support withdrawal
- fix not compat with dart 3.0
- fix tx encoder
- add utxo api
- safe_snapshot add deposit and withdrawal field
- add token api
- Add
isDeactivated
to `User class;
- Requires Dart 3.0 or later.
- Remove
AssetApi.getAssetPrecisionById
; - Add
precision
toAsset
class; - Update minimum version is 2.15.0;
oauth_api
addauthorize
,authorizations
anddeAuthorize
.
asset_api
addgetChain
andgetChains
.
acount_api
addgetExternalSchemes
.acount_api
addgetExternalAddressFee
.asset_api
addgetAssetPrecisionById
.PaymentRequest
adddestination
andrawPaymentUrl
field.WithdrawalRequest
updateaddressId
to optional, addassetId
,destination
,tag
field.
- Set
'application/json; charset=utf-8''
todio.contentType
.
- Upgrade
dio
to5.0.0
version.
- Upgrade
dio
todiox
.
- Add
AttachmentMessage.shareable
.
LiveMessage
andAttachmentMessage
fromJson now can accept string for int field.
- update deps.
- fix Uint64 accessor not supported by dart2js by DeanLee2013
- add AccountApi.preferences method
- update dependency version
- account_api#code add multisig_request, authorization, payment object.
- add outputApi.
- add collectibleApi.requests
- code api support non_fungible_request
- add pin logs api
- fix delete address api
- fix sign token
- add feeAssetId to
Address
andAsset
response.
- add
codeId
andcodeUrl
field toUser
type.
- fix invalid account api pin request path.
- add
deactiveVerification
anddeactive
account api.
- add
state
field toSnapshot
class.
- Add
ConversationApi.disappear
.
Add VerificationResponse.deactivatedAt
.
Add login with phone number api.
Add StickerAlbum.isVerified
Fix MessageApi.messageStatusOffset
Add BlazeMessageData
Add MessageStatus
Fix StickerRequest
Add user favorite app api.
Update dependencies
Add AccountApi.getStickerAlbum
Add AccountApi.addSticker
.
Fix parse json.
Add StickerAlbum.banner
.
Add AccountApi.code
and ConversationApi.join
API.
ConversationApi.exit
return type change to void.
remove EnumToString
, change to use top level function: enumConvertToString
, fromStringToEnum
Fix location message
Fix some api cause NPE.
getProvisioningId
returnProvisioningId
instead ofProvisioning
.- class
Provisioning
field:platform
provisioningCode
sessionId
userId
to nullable. - class
CircleConversation
field:pinTime
to nullable.
Add search user API
More sticker API
More message type
Delete the default setting Accept-Language en_us, and update dependencies.
Support oauth token
Support oauth token
Fix oauth API
Export more vo class
Add API error codes
Initial version