From b1433392293b1b356e31bd8b6a93691f0060ab29 Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Fri, 5 Oct 2018 11:10:34 +0200 Subject: [PATCH] release: 3.3.0 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d9c76ae..f1eb30fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [3.3.0] - 2018-10-05 + +`3.3.0-cr2` was considered final and became `3.3.0`. + +- The configuration schema of the rate-limit policy has changed from `3.2.0` so +if you were using it, please adapt your configuration file accordingly. +- The Native OAuth 2.0 flow is deprecated. Please consider using the OIDC +integration instead. +- The new conditional policy is considered experimental. The way conditions are +expressed might change in future releases. + ## [3.3.0-cr2] - 2018-09-25 ### Fixed @@ -500,7 +511,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Major rewrite using JSON configuration instead of code generation. -[Unreleased]: https://github.com/3scale/apicast/compare/v3.3.0-cr2...HEAD +[Unreleased]: https://github.com/3scale/apicast/compare/v3.3.0...HEAD [2.0.0]: https://github.com/3scale/apicast/compare/v0.2...v2.0.0 [3.0.0-alpha1]: https://github.com/3scale/apicast/compare/v2.0.0...v3.0.0-alpha1 [3.0.0-alpha2]: https://github.com/3scale/apicast/compare/v3.0.0-alpha1...v3.0.0-alpha2 @@ -527,3 +538,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [3.3.0-beta2]: https://github.com/3scale/apicast/compare/v3.3.0-beta1...v3.3.0-beta2 [3.3.0-cr1]: https://github.com/3scale/apicast/compare/v3.3.0-beta2...v3.3.0-cr1 [3.3.0-cr2]: https://github.com/3scale/apicast/compare/v3.3.0-cr1...v3.3.0-cr2 +[3.3.0]: https://github.com/3scale/apicast/compare/v3.3.0-cr2...v3.3.0