Skip to content

Latest commit

 

History

History
116 lines (72 loc) · 4.28 KB

CHANGES.rst

File metadata and controls

116 lines (72 loc) · 4.28 KB

Changes

Version 0.7.0 (2023-09-01)

  • Requests for Packages API
    • Generalized from Feed request to Assistance requests;
    • Added support to a new type of request: Training session.

Version 0.6.0 (2023-06-08)

  • Packages API
    • Fixed Context Manager references in the service layer;
    • Added tasks to register PID (External) in the Knowledge Packages;
    • Fixed broken links on the Packages Dashboard page.
  • Requests for Packages API
  • Security
    • Added IfPackage generator

Version 0.5.0 (2023-03-01)

  • Updated to be compatible with InvenioRDM 11;
  • Packages API
    • Updated Funders/Awards schema (#119);
    • Added improvements on the Package management (create, update, delete, associate resources, share).
  • Invenio RDM Records customization layer
    • Upgrading Records API to be compatible with new the OAI-PMH server version (InvenioRDM 11 compatible);
    • Fixed missing values in the Record serialization (#132).
  • Search API
    • Mapping documents reviewed (#124).
  • Security
    • Reviewed file permissions to work with Invenio S3.
  • Elasticsearch mapping and structure replaced by OpenSearch.

Version 0.4.0 (2023-01-05)

  • Revised Package structure;
  • Added initial implementation of the Packages API
    • Metadata management;
    • Files management;
    • Relationship between packages and resources revised;
    • Package context to manage resources in a package and its versions.
  • Revised customization module for Invenio RDM Records;
  • Introduced Management Dashboard for Knowledge Packages;
  • Introduced a search endpoint to enable users to find Packages and Resources simultaneously.

Version 0.3.1 (2022-07-19)

Version 0.3.0 (2022-07-17)

Version 0.2.0 (2022-04-24)

  • Initial public release
  • Custom fields for the Record (Draft and Record) data model. In this version, the following new fields are supported on Record objects:
    • Target Audiences
    • GEO Work Programme Activities
    • Engagement Priorities
  • Faceted search support for the new Record fields;
  • Custom Resource Serializer (based on Invenio RDM Records) to handle the custom fields.