Skip to content

Releases: sentinel-official/dvpn-node

v0.1.5

26 Jun 04:35
f3498dc
Compare
Choose a tag to compare

What's Changed

  • 2130af3 Prioritize stale peer connections

Full Changelog: v0.1.4...v0.1.5

v0.1.4

25 Jun 16:40
0b9132a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

25 Jun 15:56
1116489
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Jun 13:41
c7567ee
Compare
Choose a tag to compare

What's Changed

  • 23a53e4 Updated Makefile
  • 5aab7a9 Updated dependency packages
  • 6645f97 Minor modifications
  • d145e57 Updated to alpine 3.14
  • fba8130 Refactored code added error logs
  • bacb21e Reduced verbosity of logs
  • 8c88042 Fixed inactive session issue and refactored code

Full Changelog: v0.1.1...v0.1.2

v0.1.2-rc0

22 Jun 22:56
Compare
Choose a tag to compare
v0.1.2-rc0 Pre-release
Pre-release
Refactored code added error logs

v0.1.1

11 Jun 20:18
90dafc4
Compare
Choose a tag to compare

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

09 Jun 19:00
Compare
Choose a tag to compare
v0.1.1-rc0 Pre-release
Pre-release
Removed toml package dependency

v0.1.0

19 May 18:20
d46066c
Compare
Choose a tag to compare
Merge pull request #9

Release v0.1.0

v0.1.0-rc3

08 May 10:14
Compare
Choose a tag to compare
v0.1.0-rc3 Pre-release
Pre-release
Added keyring backend to config file and fixed minor issues

v0.1.0-rc2

13 Jan 06:16
Compare
Choose a tag to compare
v0.1.0-rc2 Pre-release
Pre-release
Fix query and incorrect host IP issues