Releases: NCEAS/metadig-webapp
Releases · NCEAS/metadig-webapp
v.3.0.1
What's Changed
- Ensure postgres connections are closed correctly in #24
- switch to using a try-with-resources pattern to ensure db connections are closed
Full Changelog: v.3.0.0...v.3.0.1
v.3.0.0
What's Changed
- Use Jep instead of Jython for python scripting by @jeanetteclark in #20
- Fix a minor bug in the suites API
New Contributors
- @jeanetteclark made their first contribution in #18
Full Changelog: v.2.5.0...v.3.0.0
MetaDIG Webapp 2.5.0
In this release:
- upgrade to Java 17
MetaDIG Webapp 2.4.1
The 2.4.1 release of MetaDIG Webapp used metadig-engine version 2.4.1.
MetaDIG Webapp provides the Docker image for the metadig-controller service.
MetaDIG Webapp 2.4.0
The 2.4.0 release of MetaDIG Webapp used metadig-engine version 2.4.0.
MetaDIG Webapp provides the Docker image for the metadig-controller service
MetaDIG Webapp 2.3.0
Functionality updates
- The REST endpoint used to retrieve assessment scores for a portal was updated slightly from "/scores?collectionId=?" to "/scores?id=?"
Bug fixes
- A controller instance is now started when a 'scores' request is made
- Database connections are now closed when no longer needed, preventing a Postgresql 'connection timeout' error (#12)
MetaDIG Webapp 2.2.0
This is a minor release that was built with the metadig-engine-2.2.0.jar.
This release included mostly internal improvements:
- database handling improvements
- exception handling improvements
- sync'd version number with metadig-engine to denote metadig-engine version included
MetaDIG Webapp 2.0.1
This version of metadig-webapp was build with metadig-engine.jar version 2.0.1, and was installed on the Kubernetes cluster on 2019-01-27
MetaDIG Webapp 2.0.0
This version of the MetaDIG Webapp supports running on a Kubernetes cluster.