Skip to content

NodeDB | Release v2.5 (Untested)

Latest
Compare
Choose a tag to compare
@Ameterius Ameterius released this 17 Aug 10:52
cc1f623

Added

  • Added customizable rate limiting configuration in config.yml.
  • Added comments to config.yml for better understanding of configuration parameters.
  • Added support for comments in the standard database file.
  • Added secure database style with encryption (sec_nodedb).
  • Added support for YAML and JSON database styles.
  • Added JWT authentication support with configuration options.
  • Added comprehensive error handling middleware.

Changed

  • Updated rate limiting to use customizable configuration from config.yml.
  • Improved database read/write functions for better performance and flexibility.
  • Enhanced authentication handling with password hashing and JWT support.