v0.10.0
In this release, I refactored almost everything. Significant changes include heavy refactoring, adding tests, and fixing bugs reported by users and contributors, which I am grateful for 🙏. I also added docstrings and comments wherever I could.
You might also notice that old tags are stale because I mistakenly committed a binary file and then wanted to remove it from the history, which resulted in overwriting the history and losing some bits and pieces 🤦. Hopefully, the commit logs are intact. The lesson learned here is NEVER to USE bfg-repo-cleaner ever again.
Also, I've mentioned in the docs that I won't guarantee backward compatibility in APIs, so please update your scripts to reflect the latest changes or things will start to fail. You can also stick with the old v0.8.0 and Docker image if you don't want the latest changes, as mentioned in #56.
What's Changed
-
Add headers to produced and consumed messages by @mostafa in #46
-
Use a proper Schema Registry client to fix issues in #22 by @mostafa in #52
-
Add missing Avro serializer and deserializer URIs to SchemaType mapping by @hildebrandttk in #62
-
Add TLS configuration to Schema Registry client by @mostafa in #69 and 88a9ba7
-
Fix: get controller connection in Kafka cluster for creating a topic by @mostafa in #82
-
Lots of fixes and changes by @mostafa in 53d0e68 2310ba1 a2ed7d9 488821c 8e1a6cf 7b8fa5e a5c402f 23d41ab c5304b2 3d06ffb 3d06ffb 4e866e5 e2b4606 af27ed0 eaa0181 b28e3ff be9412e fe35b61
Full Changelog: 832c83b...main