Skip to content

Releases: spinnaker/kork

kork 1.98.0

17 Aug 16:51
Compare
Choose a tag to compare
v1.98.0

chore(springBoot): Upgrade to Spring Boot 1.5.4, including new cert b…

kork 1.97.0

04 Aug 13:37
Compare
Choose a tag to compare
  • feat(web): Add user origin to AuthenticatedRequest (#90)

Kork 1.97.0-rc.2-springBoot154

27 Jul 16:25
Compare
Choose a tag to compare
Pre-release
  • Fix some issues found during SSL testing

Kork 1.97.0-rc.1-springBoot154

24 Jul 15:12
Compare
Choose a tag to compare
Pre-release

Upgrade Kork to Spring Boot 1.5.4 from boot-upgrade branch. DO NOT USE WITH OTHER SERVICES (yet)

Kork 1.96.1

15 Jul 06:43
Compare
Choose a tag to compare
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

13 Jul 00:24
Compare
Choose a tag to compare
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

12 Jul 02:13
Compare
Choose a tag to compare
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

11 Jul 17:37
Compare
Choose a tag to compare

feat(web): Generic exception handling

kork 1.93.0

07 Jun 20:13
Compare
Choose a tag to compare

kork 1.92.0

02 May 19:54
Compare
Choose a tag to compare
v1.92.0

chore(dependencies):  update to latest spinnaker-dependencies