We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ac1e1 commit 507272fCopy full SHA for 507272f
CHANGELOG.md
@@ -4,6 +4,22 @@
4
5
v2.6.2 is a feature release with the following features, fixes and enhancements:
6
7
+Note: This release modifies the dependencies of the Schema Registry client.
8
+If you are using the Schema Registry client, please ensure that you install the
9
+extra dependencies using the following syntax:
10
+
11
+```
12
+pip install confluent-kafka[schemaregistry]
13
14
15
+or
16
17
18
+pip install confluent-kafka[avro,schemaregistry]
19
20
21
+Please see the [README.md](README.md) for more information.
22
23
- Support for Data Contracts with Schema Registry, including
24
- Data Quality rules
25
- Data Transformation rules
0 commit comments