This is an automated email from the ASF dual-hosted git repository.
rkk pushed a commit to branch SDAP-522
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
The following commit(s) were added to refs/heads/SDAP-522 by this push:
new c39c9bc Changelog
c39c9bc is described below
commit c39c9bce9b9346887f35d1b3eae6c88793a5ec92
Author: rileykk <[email protected]>
AuthorDate: Fri Jul 5 13:25:27 2024 -0700
Changelog
---
CHANGELOG.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba3cc4b..ca865a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,10 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
### Fixed
- SDAP-515:
- Improved error handling with connections to remote SDAP deployments
+- SDAP-522: Fixed several broken endpoints discovered by SDAP-521 work
+ - Fixed `/version` by updating to correct NEXUS package name
+ - Fixed `/heartbeat` by moving heartbeat evaluations to all backends
+ - Fixed CDMS STAC catalog pagination
- Updated quickstart docs with corrected command for running Solr via Docker
### Security