This is an automated email from the ASF dual-hosted git repository.
skperez pushed a commit to branch cdms-subset-bugfix
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/cdms-subset-bugfix by this
push:
new 86e5f17 Updated changelog
86e5f17 is described below
commit 86e5f170db85ce0e80f0697f690701b25363ec47
Author: skorper <[email protected]>
AuthorDate: Thu Dec 1 12:47:34 2022 -0800
Updated changelog
---
CHANGELOG.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29872b4..abb33ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ 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]
+### Added
+### Changed
+### Deprecated
+### Removed
+### Fixed
+- Made `platforms` param optional in `/cdmssubset`, and removed int requirement
+- Updated OpenAPI specification for `/cdmssubset` to accurately reflect
`platforms` and `parameter` field options.
+### Security
+
## [1.0.0] - 2022-11-22
### Added
- SDAP-388: Enable SDAP to proxy/redirect to alternate SDAP
@@ -60,8 +70,6 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- Fixed matchup insitu query loading on import; loads when needed instead
- SDAP-406: Fixed `/timeSeriesSpark`comparison stats bug
- Fixed excessive memory usage by `/cdmssubset`
-- Made `platforms` param optional in `/cdmssubset`, and removed int requirement
-- Updated OpenAPI specification for `/cdmssubset` to accurately reflect
`platforms` and `parameter` field options.
### Security