Skip to content

Commit 32b8f07

Browse files
authored
Merge pull request #1407 from 3scale/release-3.14
release 3.14.0
2 parents 6e520b1 + fbcb818 commit 32b8f07

File tree

3 files changed

+2962
-2
lines changed

3 files changed

+2962
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [3.14.0] 2023-07-25
11+
1012
### Fixed
1113

1214
- In boot mode on `init_worker` check configuration expiration [PR #1399](https://github.com/3scale/APIcast/pull/1399) [THREESCALE-9003](https://issues.redhat.com/browse/THREESCALE-9003)
1315
- Removes the warning message at the bootstrap [PR #1398](https://github.com/3scale/APIcast/pull/1398) [THREESCALE-7942](https://issues.redhat.com/browse/THREESCALE-7942)
1416
- Set NGiNX variable variables_hash_max_size to 2048 to avoid startup warning [PR #1395](https://github.com/3scale/APIcast/pull/1395) [THREESCALE-7941](https://issues.redhat.com/browse/THREESCALE-7941)
17+
- Dev environment on aarch64 host [PR #1381](https://github.com/3scale/APIcast/pull/1381)
1518

1619
### Added
1720

21+
- Doc: Policy Development Tutorial [PR #1384](https://github.com/3scale/APIcast/pull/1384)
1822
- Opentelemetry support. Opentracing is now deprecated [PR #1379](https://github.com/3scale/APIcast/pull/1379) [THREESCALE-7735](https://issues.redhat.com/browse/THREESCALE-7735)
1923
- `/admin/api/account/proxy_configs` endpoint for configuration loading [PR #1352](https://github.com/3scale/APIcast/pull/1352) [THREESCALE-8508](https://issues.redhat.com/browse/THREESCALE-8508)
2024
- Pagination of services and proxy config endpoints [PR #1397](https://github.com/3scale/APIcast/pull/1397) [THREESCALE-8373](https://issues.redhat.com/browse/THREESCALE-8373)
2125
- Upstream TLS v1.3 [PR #1400](https://github.com/3scale/APIcast/pull/1400) [THREESCALE-9193](https://issues.redhat.com/browse/THREESCALE-9193)
2226
- Updated policy list for v3.13.2 [PR #1404](https://github.com/3scale/APIcast/pull/1404)
27+
- Updated policy list for v3.14.0 [PR #1407](https://github.com/3scale/APIcast/pull/1407)
2328

2429
### Removed
2530

@@ -952,7 +957,7 @@ Apart from the changes mentioned in this section, this version also includes the
952957

953958
- Major rewrite using JSON configuration instead of code generation.
954959

955-
[Unreleased]: https://github.com/3scale/apicast/compare/v3.10.0...HEAD
960+
[Unreleased]: https://github.com/3scale/apicast/compare/v3.14.0...HEAD
956961
[2.0.0]: https://github.com/3scale/apicast/compare/v0.2...v2.0.0
957962
[3.0.0-alpha1]: https://github.com/3scale/apicast/compare/v2.0.0...v3.0.0-alpha1
958963
[3.0.0-alpha2]: https://github.com/3scale/apicast/compare/v3.0.0-alpha1...v3.0.0-alpha2
@@ -1012,3 +1017,4 @@ Apart from the changes mentioned in this section, this version also includes the
10121017
[3.12.2]: https://github.com/3scale/apicast/compare/v3.12.0..v3.12.2
10131018
[3.13.0]: https://github.com/3scale/apicast/compare/v3.12.2..v3.13.0
10141019
[3.13.2]: https://github.com/3scale/apicast/compare/v3.13.0..v3.13.2
1020+
[3.14.0]: https://github.com/3scale/apicast/compare/v3.13.2..v3.14.0

0 commit comments

Comments
 (0)