From 1691f080850ba50debb4a719fc7dcf4b0b0fe399 Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Wed, 2 Mar 2022 18:42:16 +0530 Subject: [PATCH] chore(blog): make changes as suggested by @jonaslagoni --- pages/blog/async-api-spec-3.0-release.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/blog/async-api-spec-3.0-release.md b/pages/blog/async-api-spec-3.0-release.md index c033737d58ab..f8b217649b07 100644 --- a/pages/blog/async-api-spec-3.0-release.md +++ b/pages/blog/async-api-spec-3.0-release.md @@ -11,21 +11,21 @@ authors: - name: Harsh Mishra photo: /img/avatars/harsh.webp link: https://www.linkedin.com/in/harshcasper/ -excerpt: 'Announcing the start of work on AsyncAPI Spec 3.0. Checkout all the major new features coming to AsyncAPI and how you can get involved!' +excerpt: 'Announcing the start of work on AsyncAPI Spec 3.0. Check out all the potential new features coming to AsyncAPI 3.0 and how you can get involved!' featured: false --- AsyncAPI is a specification for describing your event-driven architecture and our specification allows you to describe and document your message-driven APIs into a human-readable format. AsyncAPI community is currently inching towards a 3.0 release that will bring together multiple features, enhancements and breaking changes. We follow [release cadence](https://github.com/asyncapi/spec/blob/master/RELEASE_PROCESS.md#release-cadence) and we will continue to release the Spec to the community as we continue to build on it. -## Major new features +## Potential Changes -Many new features for AsyncAPI Spec 3.0 are being planned and written. Among the new major new features and changes so far: +Many new features for AsyncAPI Spec 3.0 are being planned, written, and discussed. Among them are: - [Introduce Schema Versioning](https://github.com/asyncapi/spec/issues/697) - [Introducing Data Format bindings](https://github.com/asyncapi/spec/issues/694) - [Making servers aware of their service name](https://github.com/asyncapi/spec/issues/654) - [Solving publish/subscribe confusion](https://github.com/asyncapi/spec/issues/618) -- [Defining an AsyncAPI file](https://github.com/asyncapi/spec/issues/628) +- [What does an AsyncAPI file mean](https://github.com/asyncapi/spec/issues/628) - [Fixing schema inconsistencies](https://github.com/asyncapi/spec/issues/583) - [Defining a schema format other than the default one](https://github.com/asyncapi/spec/issues/622) - [Remove `$ref` field from `Channel Item Object`](https://github.com/asyncapi/spec/issues/699)