Skip to content

Releases: hesiod-project/oxen-rancher

v1.0.38

20 Feb 08:02
345e2e0
Compare
Choose a tag to compare

Changelog:

  • be more aggressive about locked up storage server
  • improve log message

v1.0.37

06 Feb 22:46
0ff883b
Compare
Choose a tag to compare

Changelog

  • fixes how we write the lokinet config file when log_path is set in the launcher.ini file
  • also removes a deprecation warning lokinet gives

v1.0.36

06 Feb 21:32
8fad430
Compare
Choose a tag to compare

Changelog:

  • Renamed many loki to oxen in logging messages
  • improved blockchain sync detection
  • format time reporting with locale separation
  • fix bug for pids.json not being created
  • fix start up reporting when start up is slow

v1.0.35

08 Sep 21:30
3010f4e
Compare
Choose a tag to compare

changelog:

  • support oxen-storage 2.4

v1.0.34

13 Aug 16:43
f4ca1ce
Compare
Choose a tag to compare

Changelog

  • new version detection engine to reduce maintenance

v1.0.33

08 Jul 02:47
e3cafd4
Compare
Choose a tag to compare

Changelog:

  • attempt to fix client mode problems
  • lower logging in background daemon for newer node to avoid filling disks
  • also completely disables the output flush helper. It may not be needed any longer. so let me know if oxen output is slow to output.

v1.0.32

08 Jul 02:36
2556e32
Compare
Choose a tag to compare

Update to the 10.x Hard Fork support

  • fix export to not require key
  • fix prepare registration

v1.0.29

06 Jul 07:09
b39d901
Compare
Choose a tag to compare

Changelog:

  • lokinet data_dir fix
  • new systemd helper commands:
    • install USER - installs service file for you
    • enable - enables service file for you
    • check - get systemd status
    • upgrade - make sure service file is up to date
    • disable - disable service file for you
    • uninstall - uninstalls service file for you
  • Use new lokinet static linux binary release URL
  • additional loki-launcher => OR and text clean up
  • make USER optional on upgrade command
  • include blockchain status (syncing, loading services) in status
  • consider a syncing blockchain a startup success for now
  • fix bug with not passing last command line parameter to oxend

v1.0.28

24 Apr 23:22
c723489
Compare
Choose a tag to compare

Changelog

  • Supports the Oxen 9.x suite of software for this upcoming hardfork

v1.0.27

11 Apr 01:13
24f1316
Compare
Choose a tag to compare

changelog:

  • update loknet.org to hesiod.network in preparation of switching out testing servers as needed
  • also fixes a minor typo in systemd-support in the stop command
  • various dockerfile/CI updates