Skip to content

Releases: KPMP/stateManagerService

Release v4.1

17 Oct 19:03
76d4351
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0...v4.1

Release v4.0

11 Jun 14:19
05d6945
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0...v4.0

Release v3.0

12 Apr 16:47
a0f0d6a
Compare
Choose a tag to compare
  • Cache clearing endpoint
  • Update DMD when package is in error

Release v2.0

31 Mar 15:37
592deb2
Compare
Choose a tag to compare

Updates to Dockerfile to use new OS to fix security vulnerabilities
Updated version of gradle
Updated version of spring-boot to address security vulnerabilities

Release v1.2

12 Jun 17:17
be3c19f
Compare
Choose a tag to compare

This release supports better state display handling.

Release v1.1.1

23 Apr 21:01
a66f58f
Compare
Choose a tag to compare

This is a point release to fix false alarms

Release v1.1

02 Jan 18:41
c4f28ff
Compare
Choose a tag to compare

This release corresponds to the December 2019 release of the state manager service.

This release includes the following changes:

  • introduction of failed package checker and associated cron entry
  • introduced connection to notification service
  • changes to send all state change events to notification service

Release v1.0

19 Sep 18:30
84d730a
Compare
Choose a tag to compare

This is the initial release of the State Manager Service.

The service can take a 'state' and save it to a mongo store.
The service can serve back the state of a given package.
The service can "watch" for changes to state and return a result when there is a new state for a package (used for long-polling)