Skip to content

v1.12.0

Compare
Choose a tag to compare
@dan-qc dan-qc released this 17 Dec 11:30
· 59 commits to develop since this release

1.12.0 (2020-12-17)

Bug Fixes

  • Change export response to download URL (4e92f92)
  • filtering on metrics endpoint (28ab6af)
  • invalidate primary group cache (7e228c7)
  • leave organization endpoint (b668b25)
  • metric slugs check for primary group (6948c25)
  • mongoose query wrapper [EP-3452] (#98) (c806bf8)
  • redis cache TTL (b569623)
  • set doc._id if specified (7211782)
  • set ee export resolution (61cca11)
  • Sort aggregation filter options [EP-3267] (928f4e1)
  • support boolean conditionals (d95d1bf)
  • update package-lock.json (599288e)
  • validation for version field, support optimistic version control on all models (688c3ea)

Features

  • allow owner to leave when others are available [EP-3255] (#90) (3bc21ae)
  • APIs for downloading collections [EP-3002] (ac3890d)
  • Cache Auth0 Authorization service (e85a6dd)
  • enforce UUIDv4 for client generated IDs (a8d44ae)
  • handle optimistic concurrency control on update [EP-3175] (6f534b8)
  • Raster clipping service [EP-3541] (80462bc)
  • support client generated IDs (af8315c)
  • support OAuth2 on Swagger [EP-3615] (997a889)

Reverts