Skip to content

Commit 99bff68

Browse files
authored
Minor update to README to remove Early Access description (#411)
1 parent 5743d1c commit 99bff68

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

schemaregistry/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Confluent's JavaScript Client for Schema Registry<sup>TM</sup>
22
=====================================================
33

44
Confluent's JavaScript client for [Schema Registry](https://docs.confluent.io/cloud/current/sr/index.html) supports Avro, Protobuf and JSON Schema, and is designed to work with
5-
[Confluent's JavaScript Client for Apache Kafka](https://www.npmjs.com/package/@confluentinc/kafka-javascript). This is an **Early Availability** library.
5+
[Confluent's JavaScript Client for Apache Kafka](https://www.npmjs.com/package/@confluentinc/kafka-javascript).
66
The goal is to provide a highly performant, reliable and easy to use JavaScript client in line with other Schema Registry clients
77
such as our [Go](https://github.com/confluentinc/confluent-kafka-go), [.NET](https://github.com/confluentinc/confluent-kafka-dotnet),
88
and [Java](https://github.com/confluentinc/schema-registry) clients.
@@ -108,11 +108,10 @@ run().catch (async e => {
108108
```
109109

110110
## Features and Limitations
111-
- Full Avro and JSON Schema support
112-
- Protobuf support requires Schema Registry in (upcoming) release: CP 7.4.8, 7.5.7, 7.6.4, 7.7.2, 7.8.0
111+
- Avro, Protobuf, and JSON Schema support
113112
- Support for CSFLE (Client-Side Field Level Encryption)
113+
- Support for data quality rules
114114
- Support for schema migration rules for Avro and JSON Schema
115-
- Data quality rules are not yet supported
116115
- Support for OAuth
117116

118117
## Contributing

0 commit comments

Comments
 (0)