Skip to content

v1.6.0-db-cleanup

Latest
Compare
Choose a tag to compare
@itsneski itsneski released this 02 Oct 21:16
· 1 commit to main since this release

jet 1.6.0

This release automates the removal of old db records (#99). Jet will automatically purge old records, keeping the database size manageable.

In addition, this release introduces logging improvements (#102). All logging will now be done using a central facility, with a standardized log format. By default, jet will limit the amount of logging to info, error, and warning messages, with an option to set the logging level to debug.

Other changes:

  • jet probes --peers - new option to return stats on the current peers
  • jet list-channels - now shows channels in pending open state

How to upgrade:

git pull
npm install
jet restart all