Skip to content

Commit 429a819

Browse files
authored
Merge pull request #1455 from 3scale/release-3.15
release 3.15.0
2 parents 284abf3 + a63be97 commit 429a819

File tree

3 files changed

+2979
-2
lines changed

3 files changed

+2979
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [3.15.0] 2024-04-04
11+
1012
### Fixed
1113

1214
- 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/).
4042
- 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)
4143

4244
- 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)
45+
4346
- 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)
4447

48+
- Update luacheck settings and fix issues reported [PR #1451](https://github.com/3scale/APIcast/pull/1451)
49+
50+
- Disable \_G write guard warning [PR #1454](https://github.com/3scale/APIcast/pull/1454)
51+
4552
### Added
4653

4754
- 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
10101017

10111018
- Major rewrite using JSON configuration instead of code generation.
10121019

1013-
[Unreleased]: https://github.com/3scale/apicast/compare/v3.14.0...HEAD
1020+
[Unreleased]: https://github.com/3scale/apicast/compare/v3.15.0...HEAD
10141021
[2.0.0]: https://github.com/3scale/apicast/compare/v0.2...v2.0.0
10151022
[3.0.0-alpha1]: https://github.com/3scale/apicast/compare/v2.0.0...v3.0.0-alpha1
10161023
[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
10711078
[3.13.0]: https://github.com/3scale/apicast/compare/v3.12.2..v3.13.0
10721079
[3.13.2]: https://github.com/3scale/apicast/compare/v3.13.0..v3.13.2
10731080
[3.14.0]: https://github.com/3scale/apicast/compare/v3.13.2..v3.14.0
1081+
[3.15.0]: https://github.com/3scale/apicast/compare/v3.14.0..v3.15.0

0 commit comments

Comments
 (0)