Skip to content

Commit

Permalink
chore: updated versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 committed Oct 30, 2023
1 parent 9e2fe13 commit 53fb999
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 5 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,37 @@

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [released]
## [1.2.0] - 30-10-2023

## Added
- Added comments at every classes explaining their purpose
- Added comments at every methods explaining what its done, each parameter, what it returns and if it throws exceptions
- Added SupressionWarnings("Unused") annotation in every Class and/or method that is unused, to decide if it is to delete or let it be for future use
- Added New class for the new model of Digital Product Passport
- Added to retrieve any type of passport aspect from a submodel endpoint (searching by semanticId)
- Added new structure to parse the passport payload and display it dynamically
- Added new components to display the passport
- Added visualization of the "Digital Product Pass" aspect in the frontend

## Updated
- The Submodels are search by their SemanticId instead of idShort parameter
- Updated DTR search as type instead of ID
- Updated the Apis that communicate with the backend


# Deleted
- Removed the passport's version requirement
- Removed version from the Search Api call
- Deleted configuration variables related with central search from application.yaml
- Deleted old version of DigitalTwin, Submodel and Endpoint, no longer used and renamed the most recent versions.
- Deleted all code related to the central search.


# Issues Fixed
- Fixed a bug related to the discovery service when more than one search endpoint would be available


## [released]
## [1.1.0] - 19-10-2023

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ In particular, the appliction is used to access the battery passport data provid

### Software Version
#### Helm Chart Version
<pre id="helm-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/digital-product-pass-1.1.0">1.1.0</a></pre>
<pre id="helm-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/digital-product-pass-1.2.0">1.2.0</a></pre>
#### Application Version
<pre id="app-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/v1.1.0">v1.1.0</a></pre>
<pre id="app-version"><a href="https://github.com/eclipse-tractusx/digital-product-pass/releases/tag/v1.2.0">v1.2.0</a></pre>


## Application Preview
Expand Down Expand Up @@ -138,4 +138,4 @@ As for any pre-built image usage, it is the image user's responsibility to ensur

[release-shield]: https://img.shields.io/github/v/release/eclipse-tractusx/digital-product-pass.svg?style=for-the-badge

[release-url]: https://github.com/eclipse-tractusx/digital-product-pass/releases
[release-url]: https://github.com/eclipse-tractusx/digital-product-pass/releases
14 changes: 14 additions & 0 deletions docs/RELEASE_USER.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
User friendly relase notes without especific technical details.


**October 30 2023 (Version 1.2.0)**
*30.10.2023*

### Added
#### Availability of the DPP aspect model
There is now a possibility to retrieve any type of passport aspect from a submodel endpoint searched by the semanticId of the aspect.

### Visualization of the "Digital Product Passport" aspect in the frontend
It is now possible to visualize the digital product passports aspect model in the DPP frontend component.

### Updated
#### Updated Decentral lookup for the Digital Twin Registry
The decentral lookup is changed from searching by registry type e.g., data.core.digitalTwinRegistry instead of the registry id/name.

**October 19 2023 (Version 1.1.0)**
*19.10.2023*

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "productpass-consumer-ui",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"serve": "vite --host localhost",
Expand Down

0 comments on commit 53fb999

Please sign in to comment.