Skip to content

Veneentekijän(tie|kuja|kaari)

Compare
Choose a tag to compare
@aatkin aatkin released this 04 Oct 11:38
· 2286 commits to master since this release
606ff94

NB: This release contains migrations!

Breaking changes

  • Application attachment file size can now be limited with configuration option :attachment-max-size. Configuration default size per attachment is 10MB. (#2715)
  • REMS standalone CLI no longer starts the server if unrecognized command is passed, and will print help instead. (#2518 #2738)

Additions

  • "More info" support for DOI style resources (when :enable-doi flag is set) (#2701)
  • There is a new v2 push API to sync entitlements outside of REMS. So far the only supported type is :ega. See configuration.md for more details. (#2466)
  • Handlers can be invited to a workflow by email using the API (#2650)
  • Entitlement expiration field in application actions will now accept only future dates (#2674)
  • Applications can now be removed automatically after an expiration threshold is exceeded, using configuration option :application-expiration. This feature is disabled by default. (#2665)

Changes

  • Reviewers are no longer able to see private field questions in generated application pdf. Forms are also no longer rendered in application page if they contain only private fields (#2161)