Skip to content

Commit 507272f

Browse files
authored
Update changelog to mention optional deps (#1885)
* Update changelog to mention optional deps * Minor fix * Minor fix
1 parent 27ac1e1 commit 507272f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
v2.6.2 is a feature release with the following features, fixes and enhancements:
66

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+
723
- Support for Data Contracts with Schema Registry, including
824
- Data Quality rules
925
- Data Transformation rules

0 commit comments

Comments
 (0)