Skip to content

Commit

Permalink
docs(*) update DBs deprecation notices for 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 12, 2018
1 parent d4475b6 commit 376fa44
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ Path](https://github.com/Kong/kong/blob/master/UPGRADE.md#upgrade-to-012x)
for more details regarding breaking changes and migrations before planning to
upgrade your Kong cluster.

### Deprecation notices

Starting with 0.12.0, we are announcing the deprecation of older versions
of our supported databases:

- Support for PostgreSQL 9.4 is deprecated. Users are advised to upgrade to
9.5+
- Support for Cassandra 2.1 and below is deprecated. Users are advised to
upgrade to 2.2+

Note that the above deprecated versions are still supported in this release,
but will be dropped in subsequent ones.

### Breaking changes

##### Core
Expand Down
27 changes: 14 additions & 13 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,22 @@ complete list of changes and new features.
See below the breaking changes section for a detailed list of steps recommended
to **run migrations** and upgrade from a previous version of Kong.

#### Deprecation notices

Starting with 0.12.0, we are announcing the deprecation of older versions
of our supported databases:

- Support for PostgreSQL 9.4 is deprecated. Users are advised to upgrade to
9.5+
- Support for Cassandra 2.1 and below is deprecated. Users are advised to
upgrade to 2.2+

Note that the above deprecated versions are still supported in this release,
but will be dropped in subsequent ones.

#### Breaking changes

#### Configuration
##### Configuration

- Several updates were made to the NGINX configuration template. If you are
using a custom template, you **must** apply those modifications. See below
Expand Down Expand Up @@ -101,18 +114,6 @@ to **run migrations** and upgrade from a previous version of Kong.
- In logging plugins, the `request.request_uri` field has been renamed to
`request.url`.

#### Deprecations

##### Databases

- Starting with Kong 0.12.0, we have updated our databases support policy.
- Support for PostgreSQL 9.4 has been deprecated. We recommend using
PostgreSQL 9.5 or above.
- Support for Cassandra 2.0 has been deprecated. We recommend using
Cassandra 2.1 or above.
- Support for Redis versions 3.1 or below has been deprecated. We
recommend using Redis 3.2 or above.

---

If you use a custom NGINX configuration template from Kong 0.11, before
Expand Down

0 comments on commit 376fa44

Please sign in to comment.