Skip to content

Commit

Permalink
Fixup CHANGELOG.md a bit
Browse files Browse the repository at this point in the history
related to #78 #84, #85
  • Loading branch information
soxofaan committed Jan 18, 2023
1 parent 258c1a2 commit 165cab7
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,27 @@ All notable changes to this project will be documented in this file.
The 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).

## [Unreleased]

### Changed

- Skipping backend when it does not support secondary services [#85](https://github.com/Open-EO/openeo-aggregator/issues/85)

## [0.6.x]
## [Current: 0.6.x]

### Added

- Implement secondary services [#78](https://github.com/Open-EO/openeo-aggregator/issues/78)
- Add SentinelHub openEO backend to production config
- Added caching for `/service_types` metadata ([#84](https://github.com/Open-EO/openeo-aggregator/issues/84))
- Implement support for federation of secondary services
([#78](https://github.com/Open-EO/openeo-aggregator/issues/78)).
Including:
caching
([#84](https://github.com/Open-EO/openeo-aggregator/issues/84))
and skipping of that do not support secondary services
([#85](https://github.com/Open-EO/openeo-aggregator/issues/85))
- Start using pre-commit and black/darker for code style consistency


### Changed

- Refactored/improved metadata merging/validation of collections and processes
([#76](https://github.com/Open-EO/openeo-aggregator/issues/76), [#77](https://github.com/Open-EO/openeo-aggregator/issues/77))
([#76](https://github.com/Open-EO/openeo-aggregator/issues/76),
[#77](https://github.com/Open-EO/openeo-aggregator/issues/77))


### Fixed

Expand Down

0 comments on commit 165cab7

Please sign in to comment.