Skip to content

Commit

Permalink
docs: placeholder sections for 2.3.0 release notes
Browse files Browse the repository at this point in the history
Contributes to: asyncapi/spec#675

Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
  • Loading branch information
dalelane committed Jan 5, 2022
1 parent e7ad9d4 commit 19a0ea9
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions pages/blog/release-notes-2.3.0.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: AsyncAPI Spec 2.3.0 Release Notes
date: 2021-12-14T18:00:00+01:00
date: 2022-01-05T10:00:00+01:00
type: Communication
tags:
- specification
- release
- Specification
- Release Notes
cover: /img/posts/release-notes-2.3.0/cover.webp
authors:
- name: Lukasz Gornicki
Expand All @@ -15,6 +15,42 @@ excerpt: 'TODO: write excerpt'
featured: true
---

AsyncAPI specification 2.3.0 release notes

> This is a minor release, and it doesn't bring any breaking changes. You can switch to it by modifying the following value in your AsyncAPI file `asyncapi: '2.2.0'` into `asyncapi: '2.3.0'`
## Make regular expressions ECMA-262 compliant

- pull request: https://github.com/asyncapi/spec-json-schemas/pull/145
- contributor: Sergio Moya

## Make channels optional

- pull request: https://github.com/asyncapi/spec/pull/682
- contributor: Sergio Moya

## Allow servers and channels to be defined as components

- pull request: https://github.com/asyncapi/spec/pull/665
- contributor: Sergio Moya


## Add Solace bindings

- pull request: https://github.com/asyncapi/spec/pull/666
- contributor: Michael Davis

## Look ahead

future minor releases https://github.com/asyncapi/spec/blob/master/RELEASE_PROCESS.md#release-cadence

work on 3.0.0 https://github.com/asyncapi/spec/milestone/18






- put good overview
- each section should represent a feature
- clear info about feature
Expand Down

0 comments on commit 19a0ea9

Please sign in to comment.