We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5aa331 commit 79ccc2bCopy full SHA for 79ccc2b
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased] -- YYYY-MM-DD
4
5
+## [0.2.0] -- 2024-12-09
6
+
7
+* Update dependencies
8
+* Show the raw response in case of JSON errors from th registry
9
10
11
## [0.1.2] -- 2022-07-13
12
13
* Pass per-topic config (used when created a topic) as a dedicated variable, not as part of the Client configs
kafka_schema_registry/version.py
@@ -1 +1 @@
1
-__VERSION__ = '0.1.2'
+__VERSION__ = '0.2.0'
0 commit comments