A new section called Production Management was added. This section contains guidance on managing and deploying releases of APIs to minimize impact to dependent systems.
A new section called API Design Patterns was added. This section will contain API design best
practices and standards for reusable solutions to common problems encountered while designing
and developing APIs.
A Pagination subsection was added to the API Design Patterns section.
The monitoring section was expanded to include information and guidance on Service Level Objectives (SLOs).
This content explains what SLOs are, how to create and monitor them, and, why they are important.
Updated the deprecation page with expanded
governance details on the process, such as when to deprecate, headers marking
an API as deprecated, and suggested deprecation/deactivation timelines.
Updated the versioning page to recommend that
there should be no more than one active version of API at a time.
Added a decomposition page with guidance on
splitting a single API into multiple standalone APIs.