Skip to content

[Schema Registry Avro] Post release#20796

Merged
deyaaeldeen merged 1 commit intoAzure:mainfrom
deyaaeldeen:schemaregistryavro/post-release
Mar 11, 2022
Merged

[Schema Registry Avro] Post release#20796
deyaaeldeen merged 1 commit intoAzure:mainfrom
deyaaeldeen:schemaregistryavro/post-release

Conversation

@deyaaeldeen
Copy link
Copy Markdown
Member

Standard post-release changes and preparing for stable release in April.


// serialize an object that matches the schema and put it in a message
const value = { firstName: "Jane", lastName: "Doe" };
const message = await serializer.serializeMessageData(value, schema);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must have missed this in the PR to switch to using Serializer, but we actually renamed this to just serialize in .NET. We also renamed MessageWithMetadata to BinaryContent. Is there a reason not to do this same change in JS?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I will talk to @bterlson about those renames.

Copy link
Copy Markdown
Member

@jeremymeng jeremymeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me regarding the version change and sample publication.

@deyaaeldeen deyaaeldeen merged commit 164b708 into Azure:main Mar 11, 2022
@deyaaeldeen deyaaeldeen deleted the schemaregistryavro/post-release branch March 11, 2022 23:41
WeiJun428 pushed a commit to WeiJun428/azure-sdk-for-js that referenced this pull request Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants