Features
- persistence: add database import functionality (6f0cfb1)
- persistence: implement database export functionality (c804674)
- persistence: implement export method for database interfaces (7a705a6)
- stats: add pyroscope profiling support (5d261e1)
- web: add redirect for non-root paths and handle invalid methods (3604006)
- web: add timeout configuration for web interface and apis (2255959)
- web: introduce a compression middleware (a406108)
- web: set Content-Type header to text/html for HTML responses (f6ee78a)
- web: update router to specify HTTP methods and add robots.txt handler (206757e)
Bug Fixes
- oci: update dockerfile to use clang for building (a368255)
Performance Improvements
- dht: use swiss tables for nodes routing (88b33ea)