Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 1.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Support for Basic Authentication for internal/testing purposes as an alternative to operational OIDC service (Keycloak) (PR 86).
  • Support for debugging a job with logs request through external ElasticSearch service (PR 87).
  • More unit and integration tests.

Changed

  • Migration to Spring Boot 2.6.1 and Sprint Security 5.6.1.
  • Tests to use JUnit 5.

Deprecated

  • Legacy Keycloak security adapters, replaced by new Spring Booth OAuth2 implementation.

1.1.0 - 2022-08-01

Added

  • Batch jobs for the ODC backend.
  • Refactoring of collections to support multiple engines.
  • radar mask and filter_bbox processes.
  • List jobs for authenticated users.

Fixed

  • Zillions bug fixes.

Changed

  • Migration to Spring Boot 2.5.1 and Spring Security 5.5.1.

1.0.0 - 2021-02-17

  • First openEO API v1.0.0 implementation based on OpenAPI v2.0, and with external Keycloak authentication service.