Skip to content

Commit

Permalink
Update changelog to mention optional deps (#1885)
Browse files Browse the repository at this point in the history
* Update changelog to mention optional deps

* Minor fix

* Minor fix
  • Loading branch information
rayokota authored Dec 20, 2024
1 parent 27ac1e1 commit 507272f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

Note: This release modifies the dependencies of the Schema Registry client.
If you are using the Schema Registry client, please ensure that you install the
extra dependencies using the following syntax:

```
pip install confluent-kafka[schemaregistry]
```

or

```
pip install confluent-kafka[avro,schemaregistry]
```

Please see the [README.md](README.md) for more information.

- Support for Data Contracts with Schema Registry, including
- Data Quality rules
- Data Transformation rules
Expand Down

0 comments on commit 507272f

Please sign in to comment.