This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
v1.1.0
This is the v1.1.0
release of the OmiseGO eWallet, and is considered a stable release.
Changes from v1.0.0
to v1.1.0
primarily include:
Admin Panel
- [New] Activity log and Export CSV improvement for admin panel #617
- [New] User-editable system-wide configurations #575
- [Improvement] Improved search for wallets, tokens, users #512
- [Improvement] Improved settings page #524
- [Improvement] Simplified design for creating a transaction request #510
Admin API
- [New] Advanced filters in requests (See Advanced Filtering)
- [New] Activity logging (See ActivityLog)
- [New] Settings in database + ability to update them from the API (See Configuration)
- [New] Uniformized enabling/disabling of tokens, wallets and users (See Admin, User, Token, Wallet, API Access and API Key)
- [New] Admin password update flow (See /admin.reset_password, /admin.update_password)
- [New] Admin email update flow (See /me.update_email and /admin.verify_email_update)
- [New] Add optional
full_name
andcalling_name
to users (See /user.update) - [Improvement] Metadata is now optional on all entities #538
- [Improvement] Optimize number precision in DB #546
- [Improvement] Optional version information in status endpoints #569. Thanks to @kartsims for the suggestion.
- [Improvement] Apply permission policies to websockets #573
- [Improvement] Multi-wallet retrieval optimization #679
- [Fix] Exclude soft-deleted API keys from /api_key.all #658
Client API
- [New] Standalone mode: register, login, password reset through Client API (See Settings, /user.signup, /user.login, /user.verify_email, /user.reset_password and /user.update_password)
Shared
- [New] Release with Distillery #312
- [New] Preliminary load testing script #499
- [New] Optional AppSignal support #586
- [Improvement] Allow retrieving the list of all users from any account #582
- [Improvement] Stricter redirect URL prefixes checks #597. Thanks to @jpopxfile for reporting the issue.
And many more smaller improvements and bug fixes.