Skip to content

v4.3.0

Compare
Choose a tag to compare
@sleberknight sleberknight released this 10 Aug 19:18
· 40 commits to main since this release
753747b

Summary

Improvements 🚀

  • Add Nullable annotation to methods in KiwiJdbc that can return null (#1178)
  • Add "not null" annotations to KiwiResources#verifyExistence methods (#1167)
  • Add methods to KiwiResources to return non-null objects for method chaining (#1166)
  • Modify KiwiStandardResponses#standardErrorResponse to verify the response status is a client or server error (#1165)
  • Add new method to KiwiStandardResponses for creating a "standard" 500 error (#1164)

Documentation 📝

  • Fix javadoc errors in KiwiJdbc (#1180)