Skip to content

Commit

Permalink
[Schema Registry] Update changelog (#18041)
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen authored Oct 5, 2021
1 parent 58330f0 commit 885f106
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
8 changes: 3 additions & 5 deletions sdk/schemaregistry/schema-registry-avro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Release History

## 1.0.0-beta.3 (Unreleased)

### Features Added
## 1.0.0-beta.3 (2021-10-05)

### Breaking Changes

- `schemaGroup` is no longer a constructor parameter and has been moved to the constructor options because it is only required for serialization.

### Bugs Fixed

### Other Changes

- Depends on @azure/schema-registry@1.0.0-beta.3.

## 1.0.0-beta.2 (2021-08-17)

### Features Added
Expand Down
1 change: 0 additions & 1 deletion sdk/schemaregistry/schema-registry-avro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,4 @@ learn more about how to build and test the code.
[azure_sub]: https://azure.microsoft.com/free/
[azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
[cognitive_auth]: https://docs.microsoft.com/azure/cognitive-services/authentication
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
7 changes: 1 addition & 6 deletions sdk/schemaregistry/schema-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# Release History

## 1.0.0-beta.3 (Unreleased)

### Features Added
## 1.0.0-beta.3 (2021-10-05)

### Breaking Changes

- renames `SchemaDescription`'s `group` to `groupName`
- renames `SchemaId` to `SchemaProperties`
- renames `getSchemaById` to `getSchema`
- renames `GetSchemaByIdOptions` to `GetSchemaOptions`
- `getSchema` and `getSchemaProperties` no longer return `undefined` if the schema was not registered
- renames `content` to `schemaDefinition`, `serializationType` to `format`, and `KnownSerializationType` to `KnownSchemaFormat`

### Bugs Fixed

### Other Changes

- remove caching from the client. The customer can rely on the one in the serializer package such as `@azure/schema-registry-avro` or write their own that makes most sense in their application.
Expand Down
1 change: 0 additions & 1 deletion sdk/schemaregistry/schema-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,4 @@ learn more about how to build and test the code.
[azure_sub]: https://azure.microsoft.com/free/
[azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
[cognitive_auth]: https://docs.microsoft.com/azure/cognitive-services/authentication
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential

0 comments on commit 885f106

Please sign in to comment.