Changelog

v1.0.0

  • Mongoose v5

v1.0.1

  • Closed bad security hole in groups - now only admins can set groups. (Will probably change this in future so that only those defined in the usergroup model can change groups.)

v1.0.12

  • Select individual fields in populate joins

v1.0.16

  • Add a /query endpoint, that allows you to POST { query } for advanced queries

v1.2.3

  • Throttling

v1.2.4

  • Time log includes operation number

v2.0.1-0

  • Start v2!
  • Move to "connection_string" for MongoDB connection - allows connectivity to Atlas, for example
  • Use our own (much smarter) Schema class

v2.0.1-1

  • Tokens as the preferred login methodology

v2.4.x

  • Websockets
  • Bulk uploads
  • Advanced queries

v2.5.x

  • Documentation system

2.6.x

  • Replace home-grown cache with apicache
  • Major performance boost when getting large collections (50secs to < 1 sec)
  • /setup/data endpoint for scaffolding a complete system

2.7.x

  • Permanent Delete
  • Cascade Delete