|
| 1 | +OpenAPI Initiative is pleased to announce a patch release of the 3.0 and 3.1 OpenAPI specifications. |
| 2 | +In patch releases, no changes are made to the way that APIs are described, but the specification wording itself contains many updates, expansions, and clarifications where previous the points may have been unclear or not covered. |
| 3 | +Think of this release as the "Words Mean Things" edition. |
| 4 | + |
| 5 | +## Released versions |
| 6 | + |
| 7 | +3.1.1 is the newest and recommended version of OpenAPI. |
| 8 | +If you are starting a new project today, or have the option to upgrade, this is your target version. |
| 9 | +Tooling that supports 3.1.0 is expected to work without problems on 3.1.1 since the patch releases don't contain structure changes. |
| 10 | + |
| 11 | +3.0.4 is an additional release on the 3.0 branch to incorporate the improved wording to the 3.0 branch of the specification where the changes applied there. |
| 12 | +It is expected that 3.0.4 will be the final release in the 3.0.x line. |
| 13 | + |
| 14 | +## Summary of changes |
| 15 | + |
| 16 | +The releases include as many explanations, clarifications and expanded sections as we could manage, driven mostly by the questions and comments we get from the users and tools creators of OpenAPI. |
| 17 | +The highlights include a lot of new content to expand on existing content and reduce ambiguity. |
| 18 | +The sections regarding parameters, encoding and schemas have had significant updates and expansion to cover more cases. |
| 19 | +You will also find some security clarifications and a whole new "Security Considerations" section has been added. |
| 20 | + |
| 21 | +Look out for additional apendices with some great additional explanations that support the additions to the main body of the specification. |
| 22 | +We added a great collection of new content sections and appendix entries about handling data including data types, serialization and encoding. |
| 23 | +In 3.1, there is more information about parsing documents and resolving references since the adoption of JSON Schema. |
| 24 | + |
| 25 | +The updates also strayed into distinctly "meta" areas, so we've also got: |
| 26 | + |
| 27 | +- examples of using the `example(s)` fields |
| 28 | +- reference to a schema to represent the OpenAPI schema |
| 29 | +- we have clearly defined when something was undefined |
| 30 | + |
| 31 | +## Beyond the specification |
| 32 | + |
| 33 | +In addition to the main specifications that you can always find at https://spec.openapis.org, there are a number of other resources that you may find helpful: |
| 34 | + |
| 35 | +- OpenAPI's documentation and examples is available at https://learn.openapis.org. |
| 36 | + This site holds all the examples used in the main OpenAPI specification, and much more additional information besides. |
| 37 | +- A [non-authoritative JSON Schema representation of the OpenAPI specification](https://spec.openapis.org/#non-normative-json-schemas) is available. |
| 38 | + This representation should not require changes between 3.1.0 and 3.1.1 since patch releases don't change the structure. |
| 39 | +- The [formats registry](https://spec.openapis.org/registry/format/index.html) and the [extensions registry](https://spec.openapis.org/registry/extension/index.html) list some common patterns in specification use. |
| 40 | + |
| 41 | +We also updated the tooling that publishes the specification, changed the GitHub repository structure, cleaned up and reformatted all the Markdown content, and improved our workflow automation. |
| 42 | +Which doesn't affect the specification but does make it a nicer place to be and hopefully makes the next release easier too. |
| 43 | + |
| 44 | +## Upgrade process |
| 45 | + |
| 46 | +Most users and tool vendors should have no action to take, since the patch releases contain only wording changes or clarifications and no structure changes. |
| 47 | +That said, especially if you publish OpenAPI tools, take a look at the release notes on GitHub to check that there are no surprises! |
| 48 | + |
| 49 | +## Acknowledgements |
| 50 | + |
| 51 | +So many contributors have contributed to this release, it's not possible to name them all. |
| 52 | +If you suggested an idea, joined our regular calls to discuss the changes, opened or reviewed a pull request, or participated in any of the discussions about the changes, then we thank you! |
| 53 | +We had a LOT of help, and the new releases are very much improved for it (also the previous release was quite some time ago, a lot of people added to the project in the meantime). |
| 54 | + |
| 55 | +Particular thanks goes to the Technical Steering Committee members who teamed up and shepherded the whole thing through, and to Henry Andrews whose counsel and hands-on help were a very welcome addition to the process. |
| 56 | + |
| 57 | +## Get involved |
| 58 | + |
| 59 | +There are lots of ways to get involved with OpenAPI, and we like to hear from everyone who uses OpenAPI (or wants to)! |
| 60 | + |
| 61 | +- Start with [the OpenAPI Initiative website](https://openapis.org) to find out more about all our activities. |
| 62 | +- Your organization can [become an OpenAPI Initiative member](https://www.openapis.org/membership/join). |
| 63 | +- All the standards and resources are developed in the open on GitHub. |
| 64 | + Try one of these projects [OpenAPI specification](https://github.com/OAI/OpenAPI-Specification), the new [Arazzo specification](https://github.com/OAI/Arazzo-Specification), the upcoming [Overlay specification](https://github.com/OAI/Overlay-Specification), or the [learn.openapis.org site](https://github.com/OAI/learn.openapis.org). |
| 65 | + All the projects have open issues/discussions and welcome new contributors. |
| 66 | +- Join one of our [regular open meetings](https://www.openapis.org/calendar) to find out what's coming up and to get involved. |
| 67 | +- We have a Slack group that you can also [get an invitation to join](https://communityinviter.com/apps/open-api/openapi). |
| 68 | + |
0 commit comments