8 curated breaking changes across major versions of ru.tinkoff.kora%3Agrpc. Use this as a migration checklist before bumping dependencies.
Modules `resilient-circuitbreaker`, `resilient-fallback`, `resilient-retry`, `resilient-timeout` are replaced with one `resilent-kora`
`@Cacheable` and other cache related annotations are reworked to use typed cache implementation (#153) **Full Changelog**: https://github.com/Tinkoff/kora/compare/0.13.7...0.14.0
Lifecycle implementations are now longer roots of application graph, so you should annotated them with `@Root` if you were relaying on that
ConfigModule from `config-common` module were replaced with `HoconConfigModule` from `config-hocon` module **Full Changelog**: https://github.com/Tinkoff/kora/compare/0.12.0...0.13.0
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/maven/ru.tinkoff.kora%3AgrpcKafka listener container now works without group id partition management (#148)
Kafka producer now can be created with `@KafkaPublisher` (#147)
Multiple values in @JsonDiscriminatorValue support (#180)
multiple mapping support for openapi oneOf (#181) **Full Changelog**: https://github.com/Tinkoff/kora/compare/0.11.10...0.12.0