Skip to content

Releases: pilosus/dienstplan

[1.1.112] - 2024-09-25

25 Sep 19:19
a9f4795
Compare
Choose a tag to compare

Added

  • Support for typographic quotes in schedules (#119) by zvymazal

User groups support

25 May 14:56
4d4e827
Compare
Choose a tag to compare

[1.1.109] - 2024-05-25

Added

  • Support user groups (#115) so that they can be used in rotations just like normal users
  • Support arm64 platform in Docker images (#111)

Scheduling worker support for dienstplan

22 Oct 21:05
a108747
Compare
Choose a tag to compare

[1.1.98] - 2023-10-22

Added

  • Entrypoint to process schedules as a daemon (background running worker) (#105)

Changed

  • Java in Docker image updated to Eclipse Temurin 21 JRE (#107)

Explain schedule's crontab in plain English

03 Sep 16:38
1221987
Compare
Choose a tag to compare

[1.1.94] - 2023-09-03

Added

  • Subcommand schedule explain <crontab> to explain a given crontab in plain English (#102)

Explicit schedule execution

03 Aug 15:55
7b9a13e
Compare
Choose a tag to compare

[1.1.90] - 2023-08-03

Added

  • Explicit schedule execution: scheduling worker sends an extra message saying explicitly what command is going to be executed (#97)

Changed

  • Stop reloading default logging config every 30 seconds (#98)

Fix schedule runner

31 Jul 18:35
203f8e8
Compare
Choose a tag to compare

[1.1.89] - 2023-07-31

Fixed

  • Jetty server excluded from the schedule runner
  • Reflection warnings fixed

Changed

  • Mount states moved to separate namespaces
  • Dependencies bumped

Events scheduling with crontab

31 Jul 13:49
c043d2e
Compare
Choose a tag to compare

[1.1.86] - 2023-07-31

Added

Changed

  • Log level highlighting for plain text logging

Fix log duplication

29 Jul 15:41
6ecb7ab
Compare
Choose a tag to compare

[1.0.83] - 2023-07-29

Fixed

  • Log entries duplicating fixed

Root logger's default level is INFO

23 Jul 18:39
48bbcd7
Compare
Choose a tag to compare

[1.0.82] - 2023-07-23

Changed

  • SERVER__ROOTLEVEL is INFO by default

Improve logging: root and app logger configs separated, access logs are INFO level

23 Jul 17:51
cbe1db5
Compare
Choose a tag to compare

[1.0.81] - 2023-07-23

Added

  • Logging config for JSON structured logging added under resources/logback.json.xml (#90)

Changed

  • SERVER__LOGLEVEL and SERVER__ROOTLEVEL separated to control app log level (app namespace only) and root log level (all loggers, including DB, Jetty server, etc.) respectively (#91)
  • Access logs to API endpoints are of INFO level
  • Release versions use git rev-list count for the patch part (see make revcount)