From 3515d20e8ab67d4e992a53252bb52c1499e031d7 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Thu, 4 Apr 2024 10:05:10 +0200 Subject: [PATCH] release 3.15.0 --- CHANGELOG.md | 10 +++++++++- gateway/src/apicast/version.lua | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3adac38fc..1236f9e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [3.15.0] 2024-04-04 + ### Fixed - Fix GRPC on HTTP2 POST method [PR #1419](https://github.com/3scale/apicast/pull/1419) [THREESCALE-9976](https://issues.redhat.com/browse/THREESCALE-9976) @@ -40,8 +42,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Replace luafilesystem-ffi with [luafilesystem](https://github.com/lunarmodules/luafilesystem) [PR #1445](https://github.com/3scale/APIcast/pull/1445) [THREESCALE-10662](https://issues.redhat.com/browse/THREESCALE-10662) - Fix "Upstream cannot be null" error in APIcast logs [PR #1449](https://github.com/3scale/APIcast/pull/1449) [THREESCALE-5225](https://issues.redhat.com/browse/THREESCALE-5225) + - Fixed 3scale Batcher policy unable to handle base64 encoded `user_key` [PR #1453](https://github.com/3scale/APIcast/pull/1453) [THREESCALE-10934](https://issues.redhat.com/browse/THREESCALE-10934) +- Update luacheck settings and fix issues reported [PR #1451](https://github.com/3scale/APIcast/pull/1451) + +- Disable \_G write guard warning [PR #1454](https://github.com/3scale/APIcast/pull/1454) + ### Added - Detect number of CPU shares when running on Cgroups V2 [PR #1410](https://github.com/3scale/apicast/pull/1410) [THREESCALE-10167](https://issues.redhat.com/browse/THREESCALE-10167) @@ -1010,7 +1017,7 @@ Apart from the changes mentioned in this section, this version also includes the - Major rewrite using JSON configuration instead of code generation. -[Unreleased]: https://github.com/3scale/apicast/compare/v3.14.0...HEAD +[Unreleased]: https://github.com/3scale/apicast/compare/v3.15.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 @@ -1071,3 +1078,4 @@ Apart from the changes mentioned in this section, this version also includes the [3.13.0]: https://github.com/3scale/apicast/compare/v3.12.2..v3.13.0 [3.13.2]: https://github.com/3scale/apicast/compare/v3.13.0..v3.13.2 [3.14.0]: https://github.com/3scale/apicast/compare/v3.13.2..v3.14.0 +[3.15.0]: https://github.com/3scale/apicast/compare/v3.14.0..v3.15.0 diff --git a/gateway/src/apicast/version.lua b/gateway/src/apicast/version.lua index 81bfe1715..dbd4c2475 100644 --- a/gateway/src/apicast/version.lua +++ b/gateway/src/apicast/version.lua @@ -1 +1 @@ -return "3.14.0" +return "3.15.0"