Releases: spinnaker/kork
Releases · spinnaker/kork
kork 1.98.0
v1.98.0 chore(springBoot): Upgrade to Spring Boot 1.5.4, including new cert b…
kork 1.97.0
- feat(web): Add user origin to AuthenticatedRequest (#90)
Kork 1.97.0-rc.2-springBoot154
- Fix some issues found during SSL testing
Kork 1.97.0-rc.1-springBoot154
Upgrade Kork to Spring Boot 1.5.4 from boot-upgrade
branch. DO NOT USE WITH OTHER SERVICES (yet)
Kork 1.96.1
fix(web): Support @ResponseStatus on parent classes/interfaces (#87) Previously the GenericExceptionHandler only looked for the @ResponseStatus annotation on the exception class itself. With this change set, the handler will look on the exception class _as well as_ any implemented interfaces or super classes. An HTTP 500 will be returned iff no @ResponseStatus annotation is found.
Kork 1.96.0
feat(web): Add a generic RetrofitError exception handler (#86) This exception handler will propagate the underlying retrofit error status rather than an HTTP 500 as is the current behavior.
Kork 1.95.0
feat(web): Move exceptions from `kork-web` to `kork-exceptions` (#85) This makes it easier to build upon the generic exceptions from non `-web` artifacts (ie. `orca-core`, `front50-core`, etc.). Introduces a new `ValidationException` that encapsulates the structure we currently use to transmit sets of errors. ``` { "timestamp": 1499820272440, "status": 404, "error": "Not Found", "exception": "...", "message": "...", "errors": [ "error1", "error2", "error3" ] } ```
Kork 1.94.0
feat(web): Generic exception handling
kork 1.93.0
- Bump swagger library versions (spinnaker/spinnaker.github.io#196)
kork 1.92.0
v1.92.0 chore(dependencies): update to latest spinnaker-dependencies