Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@Pfeil Pfeil released this 13 Nov 18:04
· 6 commits to master since this release

Highlight 🌻

We drastically improved and simplified the API at the same time. Validation functionality is now integrated as parameters of the logical associated endpoints (create for unregistered records (dryrun=true) and resolve for registered PIDs (validation=true)). At the same time, the error codes now communicate detailed error messages about failures. This especially enriches validation. All APIs now have consistent API error codes and messages. In order to do so, we fully rewrote the validation system and did extensive testing of the API. Use our swagger documentation to see what has changed. 🚀

What's Changed

  • build(deps): bump io.freefair.lombok from 8.1.0 to 8.2.2 by @dependabot in #160
  • build(deps): bump io.spring.dependency-management from 1.1.2 to 1.1.3 by @dependabot in #159
  • build(deps): bump io.freefair.lombok from 8.2.2 to 8.3 by @dependabot in #162
  • build(deps): bump org.owasp.dependencycheck from 8.3.1 to 8.4.0 by @dependabot in #161
  • build(deps): bump org.springframework.boot from 2.7.13 to 2.7.15 by @Pfeil in #164
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #165
  • Fix 114 Unclear/non-standard response for post api/v1/pit/pid by @Pfeil in #125
  • 115 Upgrade Spring Boot by @Pfeil in #168
  • Development branch for v2.0.0 by @Pfeil in #174

Full Changelog: v1.1.1...v2.0.0