Note This release replaces an index on flagged comments, improving performance considerably. You'll need to run:
db.comments.dropIndex("created_at_1_action_counts.flag_1_status_1")
In order to clear out the old index to make room for the sparse index (which has conflicting options). You only have to apply this command if you have upgraded to v3.8.1 in the past.
Performance improvements
- Lazy asset creation is a bit smarter, reducing writes to the database
Fixes
- Fix issues with loading more comments
- Fix issues with moderator bugs