Releases: kiwiproject/dropwizard-application-errors
Releases · kiwiproject/dropwizard-application-errors
v0.8.0
Summary
- 2021-02-28 - 4 commit(s) by Chris Rohr, dependabot[bot], Scott Leberknight
Improvements
- Add Nullable annotation where Throwables can be null (#68)
Dependency Updates
- Bump dropwizard.version from 2.0.19 to 2.0.20 (#70)
- Bump kiwi-parent from 0.8.0 to 0.9.0 (#70)
- Bump caffeine from 2.8.8 to 2.9.0 (#70)
- Bump joda-time from 2.10.7 to 2.10.10 (#70)
- Bump kiwi from 0.19.0 to 0.20.0 (#70)
- Bump metrics-healthchecks-severity from 0.16.0 to 0.17.0 (#70)
- Bump metrics-jersey2 from 4.1.17 to 4.1.18 (#70)
- Bump metrics-jetty9 from 4.1.17 to 4.1.18 (#70)
- Bump liquibase from 3.8.9 to 3.10.2 (#70)
- Bump embedded-postgres from 1.2.6 to 1.2.10 (#70)
- Bump kiwi-test from 0.14.0 to 0.15.0 (#70)
v0.7.0
Summary
- 2021-02-10T21:34:11.931044 - 7 commit(s) by Chris Rohr, dependabot[bot], Scott Leberknight
Assorted
- Delete obsolete TravisCI config file (#62)
Dependency Updates
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.1
v0.1.0
This is the initial release of the Dropwizard Application Errors library
Improvements
- Add ApplicationErrorDao interface (#4)
- Add ApplicationError model object (#5)
- Add PersistentHostInformation model (#6)
- Add Resolved enum and retrofit ApplicationError factory methods (#9)
- Add JDBI 3 mapper for ApplicationError (#13)
- Add JDBI 3 implementation of ApplicationErrorDao (#14)
- Add ApplicationErrorExtension (JUnit Jupiter testing extension) (#16)
- Add ApplicationErrorJdbc utility class (#19)
- Add ApplicationErrorResource (#20)
- Add GotErrorsResource (#21)
- Add RecentErrorsHealthCheck (#22)
- Add ApplicationErrorMatchers (Mockito matchers for testing) (#26)
- Add ApplicationErrorVerifications (Mockito verifications for testing) (#27)
- Add ApplicationErrors (#30)
- Add ApplicationErrorThrower (#31)
- Move ServiceDetails to model package (#35)
- Add ErrorContext interface (#36)
- Add Jdbi3ErrorContext (#37)
- Add ErrorContextBuilder (#38)
Assorted
- Add initial Maven project structure (#1)
- Add Travis CI configuration (#2)
- Add project badges to README (#3)
- Add dependabot.yml config for Dependabot (#7)
- Don't bootstrap logging when using ResourceExtension (#33)
- Enhance logging in ApplicationErrorVerificationsTest (#34)
Dependency updates
- Bump kiwi and kiwi-test versions (#11)