kafkaex / kafka_ex

Kafka client library for Elixir
MIT License
596 stars 162 forks source link

[Kayrock Part 0] Bump elixir to 1.8 #478

Closed Argonus closed 1 year ago

Argonus commented 1 year ago

Overview

The current elixir version is 1.14. Soon probably, 1.15 will be released. There are many breaking changes, deprecation warnings & compile issues between different versions. On our road to v1.0.0. We will have to fight with all of them. Let's bump the version to elixir v1.8.x which will allow us to solve deps & compile warnings, then we can bump higher if we want to.

Argonus commented 1 year ago

@joshuawscott I've an idea how to split migration, tests some parts of it already on local env Could you merge