Releases: opendevstack/ods-component-catalog
Releases · opendevstack/ods-component-catalog
Latest build
Feature/replace id token with access token as bearer auth (#29) * [remove-id-token] - Get rid of idToken and replace it by accessToken. * [remove-id-token] - Update ProjectsInfoService as accessToken will be bearerToken from now on. * [remove-id-token] - Update tests. * [remove-id-token] - Rename id-token. * [remove-id-token] - Clean method with an unused param.
v2.0.0
v1.2.0
What's changed?
Third release for the ods-component-catalogs backend based on Spring Boot v3.4 with the following features:
- Backend for: ods-component-catalogs-front v1.2.0
- New endpoints to manage user actions for the different catalog items.
v1.1.1
What's changed?
Release for the ods-component-catalogs backend based on Spring Boot v3.4 with the following features:
- Backend for: ods-component-catalogs-front v1.1.0
- Fixed jenkinsfile to ensure gradlew is executable
v1.1.0
What's changed?
Second release for the ods-component-catalogs backend based on Spring Boot v3.4 with the following features:
- Backend for: ods-component-catalogs-front v1.1.0
- New endpoints to manage multiple catalogs with their own links, filters and items
v1.0.0
What's changed?
Initial release for the ods component catalogs backend based on Spring Boot v3.4 with the following features:
- Backend for: ods-component-catalogs-front v1.0.0
- OpenAPI v3.0 compliant REST API.
- Exposes a REST API for secured access to Catalog-related Bitbucket resources.
- Improved Bitbucket resource retrieval performance via EHCache.