Version 0.4 - Peers update, caching, caching, performance improvements, etc.
In this release, performance has been greatly improved by adding caching and improving some features. The ability to update the peer parameters was also added, you can update any parameters (including the public key) except transfer (rx / tx) and latest handshake.
What's Changed
- Pre-release enhancement by @FokiDoki in #39
- Saving the config is not on every client (Rate limit). Improved performance on large configs by @FokiDoki in #40
- API endpoint to get logs by @FokiDoki in #41
- Multithreding support! by @FokiDoki in #42
- Refactoring by @FokiDoki in #43
- Tests coverage+ by @FokiDoki in #44
- Refactoring. Unnecessary nulls removed with DTO object by @FokiDoki in #45
- Caching added, performance improved by @FokiDoki in #46
- Fixed pages displaying by @FokiDoki in #48
- IPv6 Support by @FokiDoki in #49
- Endpoint for peer update by @FokiDoki in #50
- Added validation for input data by @FokiDoki in #51
- Fixed a race condition when deleting a peer while sync is active by @FokiDoki in #52
- Endpoints migration by @FokiDoki in #53
- Description and examples for endpoints added to swagger by @FokiDoki in #54
- Pre release enchancement by @FokiDoki in #55
Full Changelog: 0.3-ALPHA...0.4-BETA