Skip to content

v8.6.5

Compare
Choose a tag to compare
@nick-funk nick-funk released this 20 Dec 16:19
· 800 commits to main since this release
fb1a902

New features

  • For orgs using multi-site instances, site filters on moderation queues now include a text search #4313, #4468
  • Add utilities for adding tenants to existing deployments #4428

Adds the following indexes:

db.sites.createIndex({ tenantID: 1, "$**": "text", createdAt: -1 });