Releases: sentinel-official/dvpn-node
Releases · sentinel-official/dvpn-node
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.2-rc0
Refactored code added error logs
v0.1.1
What's Changed
- c0cdcf5 Fixed inaccurate condition for stale peers and added more info log
- 77168c7 Added height for transaction result info log
- 955c042 Added JSON tags for config
- 6ddc2e1 Added RWMutex for sessions and added more info log
- c382b3e Renamed import log to tmlog
- 96664ac Added ZeroLogger and some logs
- 85ec150 Create LICENCE
- 7e681a9 Added some badges
- 0cba62a Removed toml package dependency
- e652165 Updated Makefile with version
- 9bca01a Refactored some code
- 542cc59 Updated add-session handler with more verification
- 454fc00 Removing inactive peer from list
- 1020b3a Added more useful methods for identifying a session
- 76c4bd2 Removed context
- 3d58850 Added comments for the config keys
- cf3195e Using viper for reading the config file and added more validation
- 1b09661 Updated dependencies and using SpeedTest Go package
- baa0553 Added more validation for add-session request body
- b93da40 Using gRPC code instead of substring search
- fe006e9 Using pointers in status response
- c7d5302 Modified output format for keys
- 51eece2 Fix validation of provider address
- a8e60a5 Added set configuration command
- 227bddf Added proper validation for configuration and refactored code
- 8083a8e Fix recover key stdin reader issue
Full Changelog: v0.1.0...v0.1.1
v0.1.1-rc0
Removed toml package dependency
v0.1.0
Merge pull request #9 Release v0.1.0
v0.1.0-rc3
Added keyring backend to config file and fixed minor issues
v0.1.0-rc2
Fix query and incorrect host IP issues