Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(blog): release notes for 2.1 release #260

Merged
merged 18 commits into from
Jun 29, 2021

Conversation

derberg
Copy link
Member

@derberg derberg commented May 14, 2021

@netlify
Copy link

netlify bot commented May 14, 2021

✔️ Deploy Preview for asyncapi-website ready!

🔨 Explore the source changes: bbbed5e

🔍 Inspect the deploy log: https://app.netlify.com/sites/asyncapi-website/deploys/60db23ed230a150007210f00

😎 Browse the preview: https://deploy-preview-260--asyncapi-website.netlify.app

@derberg derberg marked this pull request as ready for review June 25, 2021 12:22
@derberg derberg requested a review from fmvilas June 25, 2021 12:22
@derberg
Copy link
Member Author

derberg commented Jun 25, 2021

@fmvilas there are 2 TODOs for me but these are cosmetics, you can review rest to speed up before release, no need to wait for final content I think


The following tools are already updated to support 2.1.0 version of the specification:
- JSON Schema that supports validation of AsyncAPI documents is updated in [this](https://github.com/asyncapi/asyncapi-node) repository. Also `@asyncapi/specs` package has been updated on NPM to version 2.8.0 and it contains the 2.1.0 JSON Schema.
- [JavaScript Parser](https://github.com/asyncapi/parser-js/) uses latest `@asyncapi/specs` package and can be used to parse and validate `2.1.0` documents. Upgrade to 1.6.0 version.
Copy link
Member

Choose a reason for hiding this comment

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

Remember to change 1.6.0 version to the latest.

Copy link
Member Author

Choose a reason for hiding this comment

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

yup, will keep that one unresolved

pages/blog/release-notes-2.1.0.md Show resolved Hide resolved
- [Generator filters](https://github.com/asyncapi/generator-filters) functions **getPayloadExamples** and **getHeadersExamples** support new message example properties. Upgrade to 2.0.0 version.
- [React component](https://github.com/asyncapi/asyncapi-react/) supports rendering of new message example properties. Upgrade to v1.0.0-next.10 version.
- [Markdown template](https://github.com/asyncapi/markdown-template) supports rendering of new message example properties. Upgrade to 0.14.0 version.
- [HTML template](https://github.com/asyncapi/html-template) uses the latest **@asyncapi/react-component** package. Upgrade to 0.23.0 version.
Copy link
Member

Choose a reason for hiding this comment

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

HTML template always has bumped version as patch, when we push new version of react-component, so version will be 0.22.4

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, my thinking is that for this release we should merge PRs with [skip ci] really and to manual when it is necessary, so release on HTML woudl be manual, feat to do proper minor release really

Copy link
Member

Choose a reason for hiding this comment

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

Ok, I will remember :)

pages/blog/release-notes-2.1.0.md Outdated Show resolved Hide resolved
pages/blog/release-notes-2.1.0.md Outdated Show resolved Hide resolved
pages/blog/release-notes-2.1.0.md Outdated Show resolved Hide resolved
Co-authored-by: Fran Méndez <fmvilas@gmail.com>
@derberg derberg requested a review from fmvilas June 28, 2021 12:09
fmvilas
fmvilas previously approved these changes Jun 28, 2021
Copy link
Member

@fmvilas fmvilas left a comment

Choose a reason for hiding this comment

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

👏 🚀

pages/blog/release-notes-2.1.0.md Outdated Show resolved Hide resolved
Co-authored-by: Jonas Lagoni <jonas-lt@live.dk>
@derberg derberg requested a review from jonaslagoni June 29, 2021 12:22
jonaslagoni
jonaslagoni previously approved these changes Jun 29, 2021
Copy link
Member

@jonaslagoni jonaslagoni left a comment

Choose a reason for hiding this comment

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

🎉

Copy link
Contributor

@lbroudoux lbroudoux left a comment

Choose a reason for hiding this comment

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

Fix a typo on Microcks.

@@ -76,6 +76,8 @@ TODO: add js converter, generator filters, playground, react component, html and

Big thanks to [Maciej Urbanczyk](https://github.com/magicmatatjahu) and [Jonas Lagoni](https://github.com/jonaslagoni/) for updating most relevant tooling.

This is not all! Not only official AsyncAPI tools are updated. Thanks to [Laurent Broudoux](https://github.com/lbroudoux) also [Microcs](https://microcks.io/) now supports version 2.1.0 and its new example's properties. Upgrade to 1.3.0 version.
Copy link
Contributor

Choose a reason for hiding this comment

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

@derberg little typo here: Microcks ;-)

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed :)

Co-authored-by: Maciej Urbańczyk <urbanczyk.maciej.95@gmail.com>
@derberg derberg merged commit 32360a1 into asyncapi:master Jun 29, 2021
@derberg derberg deleted the 2-1-release branch June 29, 2021 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants