Skip to content

0.10

Compare
Choose a tag to compare
@brylie brylie released this 06 Dec 14:53

This release is relatively small, focusing on improving performance.

Improvements

  • Upgrade Meteor to 1.6 (bringing improvements such as Node.js 8)
  • Upgrade all packages to latest compatible versions
  • Add indexes to Activities collection to improve query performance
    • activityDate
    • residentIds
  • Change checkIfResidentWasActiveOnDate method to use collection cursor count directly