Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

v0.11.0

Compare
Choose a tag to compare
@gchudnov gchudnov released this 03 Mar 13:23
· 14 commits to master since this release

What's Changed

  • Removes external dependency - webmodels by re-implementing the required code, instead of reusing it:

    • org.mdedetrich.webmodels.FlowId -> org.zalando.kanadi.models.FlowId
    • org.mdedetrich.webmodels.OAuth2Token -> org.zalando.kanadi.models.AuthToken
    • org.mdedetrich.webmodels.OAuth2TokenProvider -> org.zalando.kanadi.models.AuthTokenProvider
  • Changes Problem to the format that is used by Nakadi server, instead of a non-compatible one, that we had with webmodels.

  • update dependencies

Full Changelog: v0.10.3...v0.11.0