Bug fixes
- The PostgreSQL cache backend now orders deletes according to keys,
which are a well-defined order that never changes. (Fixes #1308.)
Internal changes
- Now all configuration options appear as commented lines on the configuration
template (#895) - Added task on PR template about updating the configuration template
if a new configuration setting is added. - Use json instead of ujson in storage in tests (#1255)
- Improve Docker container to follow Dockerflow recommendations (fixes #998)