⚠ BREAKING CHANGES
- review the logic related to the operational flags
- introduce the ability to use a configuration file
- allow user supplied ports for bootstrap nodes
Features
- allow user supplied ports for bootstrap nodes (774ed20)
- introduce the ability to use a configuration file (6eb27c2)
- opflags: add a flag for the deadline of leeches (9709b18)
- persistence: add rabbitmq amqp basic support (24925ba)
- persistence: add support for the bitmagnet import api (0a4579d)
- persistence: perform pattern matching without case sensitivity (b27c8b1)
- web: add count parameter to rss feed (8e7d2cf)
Bug Fixes
- gci: file is not
gci-ed with --skip-generated -s standard -s default (b746785) - metadata: avoid panic - return nil (e3676f8)
- metadata: make V1Length avoid panic and return 0 (586e548)
- metainfo: return an error when the decoded length is wrong (3f5f14d)
- opflags: exit gracefully if invoked with the help flag (ef502d6)
- opflags: restore the logic that sets both daemon and web to “on” if neither parameter is specified (e130092)
- persistence: handle parameters passed to postgres with zero values (dbd4032)
- web: the rss feed should list the most common torrents (4ebae27)
Performance Improvements
- persistence: remove postgres parameters inherited from the sqlite implementation (e8ab03b)
Code Refactoring
- review the logic related to the operational flags (0f02c84)