Skip to content

Releases: dnl50/tsa

2.4.1

22 Feb 17:21
50da522
Compare
Choose a tag to compare

The same as 2.4.0 but with a functional publishing action 🤠

2.4.0

22 Feb 17:14
b833a2e
Compare
Choose a tag to compare

Just some minor improvements ( ͡° ͜ʖ ͡°)

2.3.0

27 Nov 15:48
26aecdf
Compare
Choose a tag to compare

Upgrade to Spring Boot 3 🚀

2.2.2

11 Sep 13:59
425cc0b
Compare
Choose a tag to compare

CI adjustments for new tag schema

Git tags of new releases are prefixed with v since release 2.2.1. However, the v prefix is not to be included in the JAR version or the docker image tag.

2.2.1

11 Sep 13:27
491f932
Compare
Choose a tag to compare

Some minor dependency updates 🤠

Starting this release the correspondig tag is prefixed with v. The tag for this release therefore is v2.2.1

2.2.0

16 Jun 13:15
a6ffbc6
Compare
Choose a tag to compare

Add download link for signing certificate.

2.1.0

16 Jun 11:17
ecc5f1e
Compare
Choose a tag to compare
  • show application version in footer
  • fix issue with wrong short commit hash in /actuator/info endpoint

2.0.0

11 Jun 12:58
5cd21ef
Compare
Choose a tag to compare

Changes

  • Activated Prometheus Endpoint under /actuator/prometheus which exposes application metrics
  • Updated Spring Boot to version 2.7.0

Breaking Changes

The H2 Database was upgraded to version 2.1.212. This Version is not backwards compatbile with version 1.4.200. The easiest way to migrate is to delete the H2 database file and restart with a fresh schema. If you want to keep your existing data, please refer to the H2 Migration Guide.

1.2.1

29 Apr 18:10
bbec308
Compare
Choose a tag to compare

Update Spring Boot to Version 2.6.7 🚀

1.2.0

04 Apr 20:19
827696e
Compare
Choose a tag to compare

The commit hash is now included in the /actuator/info endpoint 🏗️