website: remove backwards compat warning

In practice, we strive for compatibility given the usage of the API in the wild, and don't need to make this warning as we once felt we should.
This commit is contained in:
Jack Pearkes 2018-06-21 12:02:16 -07:00 committed by GitHub
parent 1b8f4e1697
commit 1a64f9aac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 8 deletions

View File

@ -14,14 +14,7 @@ CRUD operations on nodes, services, checks, configuration, and more.
## Version Prefix ## Version Prefix
All API routes are prefixed with `/v1/`. All API routes are prefixed with `/v1/`. This documentation is only for the v1 API.
This documentation is only for the v1 API.
~> **Backwards compatibility:** At the current version, Consul does not yet
promise backwards compatibility even with the v1 prefix. We'll remove this
warning when this policy changes. We expect to reach API stability by Consul
1.0.
## ACLs ## ACLs