You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
### Added
11
11
12
12
- Opentelemetry support. Opentracing is now deprecated [PR #1379](https://github.com/3scale/APIcast/pull/1379)[THREESCALE-7735](https://issues.redhat.com/browse/THREESCALE-7735)
13
+
-`/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)
14
+
15
+
### Removed
16
+
17
+
-`APICAST_LOAD_SERVICES_WHEN_NEEDED` is dropped and the configuration is fetched "when needed" by default [PR #1352](https://github.com/3scale/APIcast/pull/1352)[THREESCALE-8508](https://issues.redhat.com/browse/THREESCALE-8508)
13
18
14
19
## [3.13.2] 2023-02-21
15
20
@@ -74,6 +79,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
74
79
- Fixed issues with OIDC filters [PR #1304](https://github.com/3scale/APIcast/pull/1304)[PR #1306](https://github.com/3scale/APIcast/pull/1306)[THREESCALE-6042](https://issues.redhat.com/browse/THREESCALE-6042)
75
80
- Fixed issues with OIDC filters [PR #1304](https://github.com/3scale/APIcast/pull/1304)[THREESCALE-6042](https://issues.redhat.com/browse/THREESCALE-6042)
76
81
- Fixed issues with Upstream MTLS certs [PR #1307](https://github.com/3scale/APIcast/pull/1307)[THREESCALE-7508](https://issues.redhat.com/browse/THREESCALE-7508)
- Fixed issue with resolving target server hostnames to IP when using CONNECT method [PR #1323](https://github.com/3scale/APIcast/pull/1323)[THREESCALE-7967](https://issues.redhat.com/browse/THREESCALE-7967)
86
+
- Fixed issue with resolving target server hostnames to IPs when forwarding requests through http/s proxy [PR #1323](https://github.com/3scale/APIcast/pull/1323)[THREESCALE-7967](https://issues.redhat.com/browse/THREESCALE-7967)
- Fix to avoid uninitialized variables when request URI is too large [PR #1340](https://github.com/3scale/APIcast/pull/1340)[THREESCALE-7906](https://issues.redhat.com/browse/THREESCALE-7906)
91
+
- Fixed issue where request path is stripped for proxied https requests [PR #1342](https://github.com/3scale/APIcast/pull/1342)[THREESCALE-8426](https://issues.redhat.com/browse/THREESCALE-8426)
92
+
- Bumped liquid-lua to version 0.2.0-2 [PR #1369](https://github.com/3scale/APIcast/pull/1369) - includes: [THREESCALE-8483](https://issues.redhat.com/browse/THREESCALE-8483) and [THREESCALE-8484](https://issues.redhat.com/browse/THREESCALE-8484)
93
+
- New /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)
0 commit comments