Skip to content

v3.0.0-rc1

Compare
Choose a tag to compare
@saudkhan116 saudkhan116 released this 13 May 19:25
· 52 commits to main since this release
c8652ca

What's Changed

[v3.0.0-rc1] - 13-05-2024

Added

  • Added security assessment report in /docs for the threat modeling
  • Added SingleApiRequest class for the requested data for the single API.
  • Added SingleApiConfig class to had configurations related to the single API.
  • Added Policy Check configuration in helm charts
  • EDC Util methods for asserting the policy configuration against the actual constraints
  • Methods for parsing the policy contraints
  • Unit tests for testing the policy evaluation feature
  • Policy configuration guide added
  • Updated and integrated from EDC 'v0.6.0->0.7.0`
  • Optimization in the catalog query using bpn
  • Updated EDR structure
  • Added lombok dependency to speed the development
  • Added security assessment documentation
  • Added Digital Product Pass Verification Concept initial documentation

Updated

  • Updated postman collection and tested end-to-end data exchange journey with EDC v0.7.0
  • Updated policy in testdata file
  • Updated and renamed the following readme files in /docs
    • docs/admin guide/ -> docs/admin/
    • docs/arch42/ -> docs/architecture/
    • docs/userManual/ -> docs/user/
    • docs/infrastcuture as code/ -> docs/security/infrastructure-as-code/
    • docs/secrets management/SECRET_MANAGEMENT.md -> docs/security/secrets-management/SecretsManagement.md
    • docs/data retrieval guide/data-retrieval -> docs/data-retrieval/README.md
    • docs/business statement/ -> docs/interoperability/Interoperability.md
  • Updated all relevant references from the above files
  • Updated dpp helm values
  • Updated ApiController with the singleApi POST method.
  • Updated ContractController by creating call methods (create, search, agree and status) without the authentication step to call in the Single API.
  • Updated AuthenticationService by adding the isSingleApiAuthenticated method to authenticate the single API key.
  • Updated application.yaml with the single api configurations.
  • Updated deployment-backend.yaml with the oauth.apiKey.
  • Updated values-int/beta/dev.yaml files with the oauth.apiKey.
  • Updated spring boot to version v3.2.5 from v3.2.4
  • Updated EDR structure to match new EDC 0.7.0 one

Deleted

  • Deleted values-dev.yaml and values-beta.yaml from helm charts

Issues Fixed

  • Fixed issue with multiple contract and policies parsing
  • Optimized data sovereignty checks removing spotted bugs
  • Fixed issue when policy is selected in the frontend
  • Fixed issue when backend is not available in the fronted

Milestones

  • feat(dpp-verification): moving current draft from documentation from docs/verification #294
  • feat(data-sovereignty): policy configuration in backend enabled #306
  • feat(single-api): single api functionality #308
  • chore(trgs): Release v3.0.0/trgs: updated docs to align with TRGs #312
  • chore(postman): Release v3.0.0/update postman: updated postman collection to test the EDC v0.7.0 #313
  • feat(edc 0.7.0): integrated the latest edc in the backend + e2e bugs solved #314
  • chore(security-assessment): Release v3.0.0/security assessment #319
  • feat(dpp-verification): added dpp-verification initial concept documentation #318
  • chore(v3.0.0-rc1): Release/v3.0.0 update helm version #317

Full Changelog: digital-product-pass-2.3.6...v3.0.0-rc1