Skip to content

0.1.3

Latest
Compare
Choose a tag to compare
@florianrusch-zf florianrusch-zf released this 20 Oct 09:17
· 1 commit to main since this release
ea5fe40

What's Changed

API-Wrapper

🎉 New Container Image Version: ghcr.io/catenax-ng/catenax-at-home/consumer-api-wrapper:0.1.3

New features

  • feat: Use pagination when fetching catalog by @diegogomez-zf in #200
    The catalog will now be fetched by crawling through smaller pages of the catalog of the provider. (At the moment) The default behavior works like this, that per page 100 contract-definitions will be fetched (if contract-definition <-> assets are not implemented by an 1-to-1 relationship, their will be more contract-offers returned). If you want to customize the page size, you can configure it with the config wrapper.catalog.page.size.
  • feat: Update edc version to be aligned with product-edc 0.1.2 by @florianrusch-zf in #205

Bugfixes

  • fix: Prevent double slash in connector path called by api-wrapper by @lholthof in #189
  • fix: Use real timeout in error log output when EndpointDataReference was not received intime by @florianrusch-zf in #203

Chore

  • chore: Fix release pipeline by @florianrusch-zf in #212
  • chore: Update helm chart & remove aas-proxy helm chart & add container image build script by @florianrusch-zf in #181
  • chore: Bump java-jwt from 4.0.0 to 4.1.0 in /api-wrapper/services/api-wrapper by @dependabot in #193
  • chore: Bump swagger-jaxrs2-jakarta from 2.2.2 to 2.2.4 in /api-wrapper/services/api-wrapper by @dependabot in #197
  • chore: Bump mockito-inline from 4.8.0 to 4.8.1 in /api-wrapper/services/api-wrapper by @dependabot in #198
  • chore: Bump io.swagger.core.v3.swagger-gradle-plugin from 2.2.2 to 2.2.4 in /api-wrapper/services/api-wrapper by @dependabot in #199
  • chore: Add gradle build ci job by @florianrusch-zf in #204
  • chore: Bump docker/build-push-action from 2.5.0 to 3.2.0 by @dependabot in #206
  • chore: Bump actions/setup-java from 3.3.0 to 3.6.0 by @dependabot in #210
  • chore: Update helm chart versioning & container tag by @florianrusch-zf in #211
  • chore: Bump veracode/veracode-uploadandscan-action from 0.2.1 to 1.0 by @dependabot in #208
  • chore: Bump docker/login-action from 1.10.0 to 2.1.0 by @dependabot in #207
  • chore: Bump actions/checkout from 2 to 3 by @dependabot in #209

New Contributors

Full Changelog: 0.0.8...0.1.3