We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162b722 commit 80cb5c1Copy full SHA for 80cb5c1
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Schema registry deserializer identify the schema type, JSON or AVRO
13
14
## [4.0.2] - 2025-01-08
15
16
### Fixed
changelog.lock
@@ -2,7 +2,15 @@
2
"repository": "https://github.com/sauljabin/kaskade",
3
"versions": [
4
{
5
- "version": "Unreleased"
+ "version": "Unreleased",
6
+ "changes": [
+ {
+ "type": "Fixed",
+ "entries": [
+ "Schema registry deserializer identify the schema type, JSON or AVRO"
+ ]
+ }
},
"version": "4.0.2",
0 commit comments