Skip to content

Latest commit

 

History

History
167 lines (135 loc) · 7.11 KB

File metadata and controls

167 lines (135 loc) · 7.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and OmiseGO adheres to Semantic Versioning.

[Unrelease]

Added

  • Added new filtering system.

Removed

  • searchTerm and searchTerms in Paginable object.

Added

  • Added signup endpoint to omisego-client
  • Added login endpoint to omisego-client
  • Added createTransactionRequest, getTransactionRequest, consumeTransactionRequest, approveTransactionConsumption, rejectTransactionConsumption to omisego-admin

Changed

  • Renamed Logout to Empty
  • Moved the following classes to package co.omisego.omisego.model.params
    • TransactionConsumptionActionParams
    • TransactionListParams
    • TransactionRequestParams
  • Moved the following classes to package co.omisego.omisego.model
    • ExchangePair
    • Transaction
    • TransactionConsumption
    • TransactionRequest
  • Added the following classes to package co.omisego.omisego.model.params.admin
    • TransactionConsumptionParams
    • TransactionCreateParams
    • TransactionRequestCreateParams
  • Added the following classes to package co.omisego.omisego.model.params.client
    • TransactionConsumptionParams
    • TransactionCreateParams
    • TransactionRequestCreateParams

1.1.0 - 2018-09-03

Added

  • Added email to User
  • Added more properties for TransactionSource
  • Added Coroutines

Fixed

  • Fixed crash when TransactionConsumptionStatus is null

Changed

  • Separated omisego-sdk module into omisego-core and omisego-client.
  • Updated kotlin version to 1.2.61
  • Improved performance for QR Scanner

1.0.1 - 2018-07-26

Added

  • addConnectionListener and removeConnectionListener methods in OMGSocketClient class.
  • addChannelListener and removeChannelListener methods in OMGSocketClient class.

Changed

  • Change TransactionExchange rate to nullable type
  • Deprecated setConnectionListener and setChannelListener as a compilation error.
  • Deprecated SocketCustomEventListener.TransactionRequestListener and SocketCustomEventListener.TransactionConsumptionListener as a compilation error.

Fixed

1.0.0 - 2018-07-6

Added

  • Added documentation for missing fields in TransactionRequest

Changed

  • Changed kotlin version to 1.2.51

0.9.6 - 2018-07-5

Added

  • Added more fields to TransactionExchange.
  • Added ExchangePair model.
  • Added error object to Transaction model.

Changed

  • Changed parentId type to nullable String.

Fixed

0.9.52 - 2018-06-26

Changed

  • Improved OMGCameraPreview performance
  • Changed return type of TransactionRequest.toTransactionConsumptionParams to non-nullable.

0.9.51 - 2018-06-22

Changed

  • Renamed sortDirection to sortDir.

0.9.5 - 2018-06-22

Changed

0.9.42 - 2018-06-15

Added

  • Added metadata and encryptedMetadata params to Token class.

Fixed

Changed

  • Renamed endpoint listTransactions to getTransactions.
  • Renamed endpoint listWallets to getWallets.

0.9.4 - 2018-06-14

Added

Changed

  • Renamed EncryptionHelper to OMGEncryption. Now, it can be only used to create an authorization header for connecting to the eWallet API.
  • Changed the initialization steps of the EWalletClient from passing the base64 encrypted of "apiKey:authorizationToken" to pass both apiKey and authenticationToken to prevent misconfiguration.
  • Removed updatedAt field from the Transaction
  • Rename MintedToken to Token.
  • Changed retrieveTransactionRequest API parameter to pass formattedId instead of id

0.9.3 - 2018-05-11

Added

0.9.2 - 2018-03-28

Added

Fixed

0.9.1 - 2018-03-19

Added