Skip to content

Releases: NCEAS/metadig-webapp

v.3.0.1

06 May 17:25
Compare
Choose a tag to compare

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

08 Mar 23:20
723709b
Compare
Choose a tag to compare

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

Full Changelog: v.2.5.0...v.3.0.0

MetaDIG Webapp 2.5.0

15 Aug 21:23
Compare
Choose a tag to compare
MetaDIG Webapp 2.5.0 Pre-release
Pre-release

In this release:

  • upgrade to Java 17

MetaDIG Webapp 2.4.1

06 Jul 18:18
Compare
Choose a tag to compare

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

31 May 01:55
Compare
Choose a tag to compare

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

08 Sep 21:14
Compare
Choose a tag to compare

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

06 Mar 18:59
Compare
Choose a tag to compare

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

30 Jan 19:09
Compare
Choose a tag to compare

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

30 Nov 23:05
Compare
Choose a tag to compare

This version of the MetaDIG Webapp supports running on a Kubernetes cluster.