v7.0.0
- API Change: method
Reader.readInfo
must now returnLinkedHashMap<String, String>
instead ofRouterData
. Code adjustments should be straightforward. - Email sender: added configurable limits to queue and message sizes to prevent out-of-memory errors.
- HTTPS server: fixed configuration bug.