8000 Finalize v1.1 by dgeb · Pull Request #1669 · json-api/json-api · GitHub
[go: up one dir, main page]

Skip to content

Finalize v1.1 #1669

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

Merged
merged 5 commits into from
Sep 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,10 @@ defaults:
is_spec_page: false
show_sidebar: true

latest_version: 1.0
latest_version: 1.1
excerpt_separator: ""
announcement: |
**[JSON:API v1.1 RC4](/format/1.1/) has been published! 🎉**

Please review and try out this upcoming version of the spec before its planned
release date of **September 30, 2022**.
**[JSON:API v1.1](/format/) was finalized September 30, 2022! 🎉**

navigation:
- title: JSON API
Expand Down
7 changes: 0 additions & 7 deletions _format/1.1/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
---
version: 1.1
status: rc
---

> **ATTENTION:** As of August 22, 2022, this release candidate is considered
> feature complete. It will be released as the next official version of the
> JSON:API specification on **September 30, 2022** unless any significant
> changes are required. Please review and try out this release candidate prior
> to its finalization.

## <a href="#introduction" id="introduction" class="headerlink"></a> Introduction

JSON:API is a specification for how a client should request that resources be
Expand Down
Loading
0