Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 1.89 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Releases prior to v0.6.0 are only documented on the GitHub Release Page

[Unreleased]

[0.8.0] - 2021-09-08

Added

  • Added new testcases #43
  • Add returned data models to swagger annotations #46

Changed

  • Updated dependencies (las2peer 1.1.2 and thereby requiring Java 14) #41 , #43, #49
  • Changed buildsystem to gradle #43
  • Automatically generate jooq code from migration files at build time #43
  • Move to multi-staged docker build for slimmer target image #43
  • Replaced vtor with Java Bean Validation #44
  • Remove static code from data classes and generate getter/setters and builder with lombok. #46
  • Switch default backend database to postgres #48

Removed

  • additionalObject filtering capabilities in GET /activities endpoint #44

[0.6.0] - 2019-02-19

See GH Releases