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

v1.1.0-pre.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@unnawut unnawut released this 28 Jan 04:30
· 187 commits to master since this release

This is a pre-release version of the OmiseGO eWallet.

We will continue on testing, documentation and fixing bugs before reaching the v1.1.0 stable release.

Changes between pre.0 and pre.1 primarily include:

Admin Panel

  • [New] Activity log and Export CSV improvement for admin panel #617
  • [Improvement] isAbsoluteURL Scheme Whitelist #600
  • [Improvement] Content grammatical fixes #671
  • [Fix] Fix scroll bar jumping #685

Admin API

  • [Improvement] Allow the retrieval of balances for multiple wallets from local ledger #629
  • [Improvement] Better handling for export failures #663
  • [Improvement] Multi-wallet retrieval optimization #679
  • [Fix] Add missing redirect_url param for me.update_email doc endpoint #638
  • [Fix] Fix {:error, noent} error in EWalletConfig.Storage.LocalTest #641
  • [Fix] Handle Goth supervisor properly (start/stop when needed) #642
  • [Fix] JSON configuration validation #644
  • [Fix] Error 500 when updating an email with an invalid email format #648
  • [Fix] Race condition while testing for simultaneous transfers on an insufficient fund #654
  • [Fix] Exclude soft-deleted API keys from /api_key.all #658
  • [Fix] Test factory inserting roles with conflicting priorities #669
  • [Fix] Fix advanced filtering returning fewer records than expected #681
  • [Fix] Fix configuration and storage adapter initialization #672

Shared

  • [Improvement] README cleanup and improvements #674
  • [Improvement] Increase test coverage for ActivityLogger, Settings, Export #618, #623, #628
  • [Improvement] Increase asynchronous tests #630
  • [Improvement] Increase test coverage for helpers, fetchers, views, serializers, etc. #643
  • [Improvement] Add Dialyzer in build steps #650
  • [Improvement] Refactor URL Dispatcher and server tasks #656
  • [Improvement] Improve Slack notifications #659
  • [Improvement] Update stale documentation #662
  • [Fix] Fix broken release commands #731, #734
  • [Fix] Fix Slack notification #736

See the full list via PRs merged between 2018-12-28 and 2019-01-18.