diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5c559541b7..918b04c0318b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/UPGRADE.md b/UPGRADE.md index 33ed0c3ca71d..9e3e6746d2ad 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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 @@ -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