Skip to content

Latest commit

 

History

History
185 lines (130 loc) · 5.58 KB

CHANGELOG.md

File metadata and controls

185 lines (130 loc) · 5.58 KB

Changelog


All notable changes to this project will be documented in this file.

According to Keep a Changelog , the Unreleased section serves the following purposes:

  • People can see what changes they might expect in upcoming releases.
  • At release time, you can move the Unreleased section changes into a new release version section.

Types of changes


  • Added for new features.
  • Changed for changes in existing functionality.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.
  • Deprecated for soon-to-be removed features.

Unreleased


Unreleased - Added

  • #190 - ACC-256 Add start/end field in metrics retrieval API calls for user and group ids.
  • #192 - ACC-250 Additional Information for the Clients.
  • #197 - ACC-287 Add version in API.
  • #200 - ACC-245 Make field unit_of_access OPTIONAL.

Unreleased - Changed

  • #191 - ACC-252 Registered clients should not be visible to everyone.

Unreleased - Fixed

  • #193 - ACC-274 Update Group ID Path Name to Resolve Conflict with User ID Path.
  • #194 - ACC-275 Fix Search of Metrics by Start or End Date.
  • #195 - ACC-286 Project entry "lost" when updated.

1.5.1 - 2024-07-24


1.5.1 - Added

  • #187 - ACC-248 Extract 'sub' or 'client-id' from Token Introspection.

1.5.0 - 2024-07-15


1.5.0 - Added

  • #184 - ACC-243 Add support for service account AAI.

1.4.0 - 2024-07-08


1.4.0 - Added

  • #178 - ACC-237 Add API call to modify Project.
  • #179 - ACC-239 Create a new API call that returns all metrics under a specific group id.
  • #180 - ACC-242 New API call that returns all metrics under a specific user id.

1.3.0 - 2024-05-11


1.3.0 - Added

  • #173 - ACC-228 Adapt Metric schema to add support for Groups and Users.
  • #174 - ACC-235 Create New Endpoint for Project Creation.

1.2.1 - 2024-05-22


1.2.1 - Changed

  • #169 - EOSC Resource Not Supported.

1.2.0 - 2024-05-10


1.2.0 - Added

  • #164 - Upgrade quarkus version to 3.6.0.

1.1.0 - 2023-05-10


1.1.0 - Added

  • #153 - Add Resource field in Metric entity.
  • #152 - Add support for Resource.
  • #143 - Add CITATION.cff, CODE_OF_CODUCT.md, CONTRIBUTING.md files.
  • #142 - Enhance Metric Response.
  • #141 - Accounting Service health checks.
  • #138 - Docusaurus Guideline for managing Metric Definitions via UI.

1.1.0 - Changed

  • #139 - Use another endpoint for retrieving the EOSC Providers.

1.1.0 - Removed

  • #144 - Remove redundant endpoints.

1.0.0 - 2023-01-31


1.0.0 - Added

  • #2 - Support of Metric Definitions.
  • #10 - Support of Metrics.
  • #38 - Support of Projects.
  • #39 - Support of Providers.
  • #43 - Support of Installations.
  • #52 - Authentication in Accounting Service.
  • #57 - Authorization in Accounting Service.
  • #96 - Support Search on Metrics.
  • #123 - Client's general permissions.
  • #129 - Docusaurus Guideline of Setting up a Project.
  • #131 - Add value's unit type info in Metric.
  • #132 - Manage Unit Types through Accounting Service API.
  • #133 - Manage Metric Types through Accounting Service API.

1.0.0 - Changed

  • #118 - Change Infrastructure in Installation to optional.

1.0.0 - Deprecated

  • #132 & #133 - The "unit-types" and "metric-types" actions, which belong to the Metric Definition endpoint, have been deprecated.