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

Releases: zalando-nakadi/kanadi

v0.11.1

15 Sep 12:01
Compare
Choose a tag to compare

What's Changed

  • Log occurred exception even if it doesn't have cause by @JuliaIskra in #218

Full Changelog: v0.11.0...v0.11.1

v0.20.0

15 Sep 11:15
Compare
Choose a tag to compare

What's Changed

NOTE:

  • Branch 0.20.x and beyond will be pekko-based.
  • For akka, versions 0.11.x should be used

Full Changelog: v0.11.0...v0.20.0

v0.11.0

03 Mar 13:23
Compare
Choose a tag to compare

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

v0.10.2

02 Dec 16:01
Compare
Choose a tag to compare

What's Changed

  • Added annotations property to EventType schema by @suryanarb in #202

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

09 Sep 12:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

24 Nov 13:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.10.0

v0.9.2

22 Nov 18:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

02 Sep 14:24
Compare
Choose a tag to compare
  • FIXED: Nakadi does not expect a token for PATCH /subscription/{id}/cursors
  • Make akka dependencies provided
  • set EarlySemVer as a versionScheme
  • updated scalafmt to 3.0.0
  • added sbt-release to manage project releases
  • migrated travisCI to github actions

@mdedetrich @domizei385 thank you for making the release possible.