Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Releases: omgnetwork/ewallet

v1.1.3

14 Jan 10:21
e822ba2
Compare
Choose a tag to compare

This is the v1.1.3 release of the OmiseGO eWallet. This is a bugfix release. v1.1.2 users and below are advised to upgrade. Changes from v1.1.2 to v1.1.3 include:

[Fix] Bump version in code & as returned by /status.get endpoint #1177

v1.1.2

06 Jan 11:24
9b1ce22
Compare
Choose a tag to compare

This is the v1.1.2 release of the OmiseGO eWallet. This is a bugfix release. v1.1.1 users and below are advised to upgrade. Changes from v1.1.1 to v1.1.2 include:

[Fix] Bump timex to 3.6.1 to fix tzdata error #1176

v1.3.1

20 Aug 03:17
Compare
Choose a tag to compare

This is the v1.3.1 release of the OmiseGO eWallet. This is a bugfix release. v1.3.0 users and below are advised to upgrade. Changes from v1.3.0 to v1.3.1 include:

  • [Fix] Crash due to an issue in tzdata library #1138

v1.3.0

30 Jul 05:08
Compare
Choose a tag to compare

This is the v1.3.0 release of the OmiseGO eWallet, and is considered a stable release. Changes from v1.2.0 to v1.3.0 primarily include:

Admin API

  • [Add] Implement 2FA Authentication #920 #1070
  • [Add] Add /api_key.get endpoint #994

Admin Panel

  • [Add] 2-factor authentication #1065 #1068
  • [Add] Advanced filtering #1064
  • [Add] Cancel transaction request consumption #1077
  • [Add] User and admin detail update #1035
  • [Add] User detail page #1049
  • [Add] Keys detail page #1016
  • [Add] List transactions in wallet detail page #1058
  • [Add] Token expiration config for admin #1057

Shared

  • [Add] Implement cancel a transaction request #1046
  • [Improvement] Add auth token expiration #1001
  • [Improvement] Allow consumption with different token for client if exchange pair ok #1005
  • [Fix] Fix inability to filter on some allowed fields #1066

v1.3.0-pre.1

09 Jul 10:49
49fe3eb
Compare
Choose a tag to compare
v1.3.0-pre.1 Pre-release
Pre-release

This is a pre-release version of the OmiseGO eWallet. In the upcoming weeks, we will be focusing on testing, documentation and fixing bugs before reaching the v1.3.0 stable release.

Changes in the upcoming stable release will primarily include:

Admin Panel

  • [Fix] Forget password is forever in loading state because of wrong error handling #1105
  • [Fix] Alert when failed to invite admin with proper error #1105

v1.2.3

09 Jul 08:11
9b73708
Compare
Choose a tag to compare

This is the v1.2.3 release of the OmiseGO eWallet. This is a bugfix release. v1.2.2 users and below are advised to upgrade. Changes from v1.2.2 to v1.2.3 include:

Admin Panel

  • [Fix] Forget password is forever in loading state because of wrong error handling #1105
  • [Fix] Alert when failed to invite admin with proper error #1105

v1.3.0-pre.0

05 Jul 16:11
Compare
Choose a tag to compare
v1.3.0-pre.0 Pre-release
Pre-release

This is a pre-release version of the OmiseGO eWallet. In the upcoming weeks, we will be focusing on testing, documentation and fixing bugs before reaching the v1.3.0 stable release.

Changes in the upcoming stable release will primarily include:

Admin API

  • [Add] Implement 2FA Authentication #920 #1070
  • [Add] Add /api_key.get endpoint #994

Admin Panel

  • [Add] 2-factor authentication #1065 #1068
  • [Add] Advanced filtering #1064
  • [Add] Cancel transaction request consumption #1077
  • [Add] User and admin detail update #1035
  • [Add] User detail page #1049
  • [Add] Keys detail page #1016
  • [Add] List transactions in wallet detail page #1058
  • [Add] Token expiration config for admin #1057

Shared

  • [Add] Implement cancel a transaction request #1046
  • [Improvement] Add auth token expiration #1001
  • [Improvement] Allow consumption with different token for client if exchange pair ok #1005
  • [Fix] Fix inability to filter on some allowed fields #1066

v1.2.2

02 Jul 04:01
Compare
Choose a tag to compare

This is the v1.2.2 release of the OmiseGO eWallet. This is a bugfix release. v1.2.1 users and below are advised to upgrade. Changes from v1.2.1 to v1.2.2 include:

Admin API & Client API

  • [Fix] Fix match_all & match_any combo failing on nested fields #1082
  • [Fix] Proper error message when filtering a datetime field with an invalid value #1083

v1.2.1

18 Jun 08:43
827e21e
Compare
Choose a tag to compare

This is the v1.2.1 release of the OmiseGO eWallet. This is a bugfix release. v1.2.0 users and below are advised to upgrade. Changes from v1.2.0 to v1.2.1 include:

Admin API & Client API

  • [Fix] In server error when providing an association as the filter param #1052

v1.2.0

06 Jun 05:54
219923c
Compare
Choose a tag to compare

This is the v1.2.0 release of the OmiseGO eWallet, and is considered a stable release. Changes from v1.1.0 to v1.2.0 primarily include:

Admin API

  • [Add] New pagination with start_after and start_by (#719)
  • [Add] Add transaction consumption cancellation (#829)
  • [Add] Add token avatar (#816)
  • [Add] Add transaction request intervals (#825, #916)
  • [Add] Add name to keys (#842)
  • [Add] Add /permission.all endpoint (#857)
  • [Add] Add /wallet.all_balances endpoint (#822)
  • [Add] Add /admin.create endpoint (#859)
  • [Add] Add /account.assign_key endpoint (#862)
  • [Add] Add /account.get_members and /account.get_keys endpoints (#869, #898)
  • [Add] Add /api_key.get endpoint (#994)
  • [Improvement] Improve configuration validation (#812)
  • [Improvement] Detach client keys from accounts and owner_app (#870)
  • [Improvement] Validate master account settings prior to saving (#896)
  • [Improvement] Wallet balances permission check (#907)
  • [Improvement] Allow exchange pair's default addresses (#973)
  • [Improvement] Supports passing exchange pair's rate as string (#1000)
  • [Fix] Fix internal server error when provided a malformed filter (#978)
  • [Fix] Fix exception raised when the given start_by field is not allowed (#986)

Admin Panel

  • [Add] Add an interface for assigning key to an account (#883)
  • [Add] Add an interface for setting transaction request intervals (#915)
  • [Add] Add an interface for master account settings in configuration page (#929)
  • [Add] Add an interface for the new key and membership endpoints (#932)
  • [Add] New client password reset flow (#918, #930)
  • [Add] Add an interface for editing and updating exchange pairs (#936)
  • [Add] Add an interface for secondary wallet (#939)
  • [Add] Add an interface for creating account key (#942)
  • [Add] Allow admins to update their emails (#966)
  • [Improvement] Revamp account base for admin panel (#818)
  • [Improvement] Redesign key management page (#867)
  • [Improvement] Improve copy and fix inconsistencies (#901, #921, #940)
  • [Improvement] Improve application loading (#917)
  • [Improvement] Update categories in account settings (#935)
  • [Improvement] Frontend lint & package upgrades (#944, #971)
  • [Fix] Exchange rate formatting bug (#984)
  • [Fix] Small UI improvements and bug fixes (#955, #961, #970, #976, #997, #1003)

Shared

  • [Add] Add reset frequency to cached balance (#738)
  • [Add] Gather VM metrics (#830)
  • [Add] Add an upgrade documentation for v1.1.0 to v1.2.0 (#933)
  • [Improvement] Remove hierarchy system & add permissions system (#730)
  • [Improvement] Remove sub app dependencies from ewallet sub app (#747)
  • [Improvement] Upgrade to Elixir 1.8 and Ecto 3.0 (#771)
  • [Improvement] Enable end-to-end testing in all branches (#856)
  • [Improvement] Share connection pool between repos (#853)
  • [Improvement] Remove 5-association limit from MatchParser (#783, #858)
  • [Improvement] Skip config migration if no values were changed (#874)
  • [Improvement] Normalize environment variables prior to saving (#875)
  • [Improvement] Cleanup documentation copy (#924)
  • [Improvement] Add validation for field length (#943)
  • [Fix] Prevent creating new atoms from external sources (#820, #826)
  • [Fix] Fix internal server error when no filter params were given (#873)
  • [Fix] Fix CORS configuration (#871)
  • [Fix] Fix errornous tzdata (#900)