Skip to content

Commit

Permalink
feat(impl):[#510] dont filter submodel descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed May 10, 2024
1 parent 3c07df8 commit a6e6a76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ _**For better traceability add the corresponding GitHub issue number in each cha

## [Unreleased]

### Changed

- Shells in Job response will contain all submodel descriptors returned by provider, instead filtered by aspect-type parameter. #510

## [5.1.1] - 2024-05-08

### Fixed
Expand All @@ -18,10 +22,6 @@ _**For better traceability add the corresponding GitHub issue number in each cha

- Cucumber test step definitions for Policy Store API (Happy Path) including some test helper utilities. #518

### Changed

- Shells in Job response will contain all submodel descriptors returned by provider, instead filtered by aspect-type parameter. #510

## [5.1.0] - 2024-05-06

### Changed
Expand All @@ -37,8 +37,6 @@ _**For better traceability add the corresponding GitHub issue number in each cha
- Update bouncycastle to 1.78 to fix CVE's.
- Fixed validation of json-schemas - IRS is creating tombstone instead collecting Submodel payload, when it not passes validation of schema #522



## [5.0.0] - 2024-04-16

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
/**
* Builds submodels array for AAShell from previous steps.
* All submodels are being retrieved from EDC's components.
* Additionally, submodel descriptors from shell are being filtered to requested aspect types.
*/
@Slf4j
public class SubmodelDelegate extends AbstractDelegate {
Expand Down

0 comments on commit a6e6a76

Please sign in to comment.