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
+24-6Lines changed: 24 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This changelog keeps track of work items that have been completed and are ready
10
10
## History
11
11
12
12
-[Unreleased](#unreleased)
13
+
-[v0.8.0](#v080)
13
14
-[v0.7.0](#v070)
14
15
-[v0.6.0](#v060)
15
16
-[v0.5.0](#v050)
@@ -22,14 +23,33 @@ This changelog keeps track of work items that have been completed and are ready
22
23
23
24
### New
24
25
25
-
-**General**: Add support to collect metrics using either a prometheus compatible endpoint or by sending metrics to an OTEL http endpoint ([#910](https://github.com/kedacore/http-add-on/issues/910))
26
-
-**General**: Propagate HTTPScaledObject labels and annotations to ScaledObject ([#840](https://github.com/kedacore/http-add-on/issues/840))
27
-
-**General**: Provide support to allow HTTP scaler to work alongside other core KEDA scalers ([#489](https://github.com/kedacore/http-add-on/issues/489))
28
-
-**General**: Support aggregation windows ([#882](https://github.com/kedacore/http-add-on/issues/882))
26
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
29
27
30
28
### Improvements
31
29
30
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
31
+
32
+
### Fixes
33
+
34
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
35
+
36
+
### Deprecations
37
+
38
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
39
+
40
+
### Other
41
+
42
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
43
+
44
+
## v0.8.0
45
+
46
+
### New
47
+
32
48
-**General**: Add configurable TLS on the wire support to the interceptor proxy ([#907](https://github.com/kedacore/http-add-on/issues/907))
49
+
-**General**: Add support for collecting metrics using a Prometheus compatible endpoint or by sending metrics to an OpenTelemetry's HTTP endpoint ([#910](https://github.com/kedacore/http-add-on/issues/910))
50
+
-**General**: Propagate HTTPScaledObject labels and annotations to ScaledObject ([#840](https://github.com/kedacore/http-add-on/issues/840))
51
+
-**General**: Provide support for allowing HTTP scaler to work alongside other core KEDA scalers ([#489](https://github.com/kedacore/http-add-on/issues/489))
52
+
-**General**: Support aggregation windows ([#882](https://github.com/kedacore/http-add-on/issues/882))
33
53
34
54
### Fixes
35
55
@@ -39,8 +59,6 @@ This changelog keeps track of work items that have been completed and are ready
39
59
40
60
You can find all deprecations in [this overview](https://github.com/kedacore/http-add-on/labels/breaking-change) and [join the discussion here](https://github.com/kedacore/http-add-on/discussions/categories/deprecations).
-**General**: Deprecated `KEDA_HTTP_DEPLOYMENT_CACHE_POLLING_INTERVAL_MS` in favor of `KEDA_HTTP_ENDPOINTS_CACHE_POLLING_INTERVAL_MS` ([#438](https://github.com/kedacore/http-add-on/issues/438))
44
62
-**General**: Deprecated `targetPendingRequests` in favor of `spec.scalingMetric.*.targetValue` ([#959](https://github.com/kedacore/http-add-on/discussions/959))
0 commit comments