Skip to content

resto v2.1

Compare
Choose a tag to compare
@jjrom jjrom released this 25 Dec 19:36
· 1289 commits to master since this release

resto v2.1 adds new functionalities, bug fixes and security enhancement over resto v2.0.
Major enhancement includes:

  • Simplification of REST routes - separation between user and administration routes
  • Rewrite of rights management
  • Support for multi-groups (i.e. a user can be in one or several groups)
  • Separate licenses from collection
  • Add licences endpoints - GET/POST/DELETE
  • Support for license per collection and per feature
  • Constrain download to grant properties per license
  • Add validation mechanism - a user shoud be validated to be able to download/view product
  • Add support for WMS proxying - i.e. WMS endpoint should be authorize like download endpoint
  • Analysis property splitted into What, When, Where, Errors blocks for better readability and handling client side
  • etc.

IMPORTANT : to upgrade from an existing v2.0.x instance, launch the migration script i.e.
psql -d resto -U postgres < _install/migration/from204To210.sql