This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
Releases: zalando-nakadi/kanadi
Releases · zalando-nakadi/kanadi
v0.11.1
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
v0.11.0
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
What's Changed
- Added annotations property to EventType schema by @suryanarb in #202
New Contributors
- @suryanarb made their first contribution in #202
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- add show_time_lag to subscription stats function by @roisin-jin in #200
New Contributors
- @roisin-jin made their first contribution in #200
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.2
What's Changed
- Extend metadata model for published_by by @ChanhNguyen17 in #193
Full Changelog: v0.9.1...v0.9.2
v0.9.1
- 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.