|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 0.4.0 |
| 3 | +## 0.5.0-SNAPSHOT |
| 4 | + |
4 | 5 | * _core_:
|
5 |
| - * add metrics configuration so that histogram (bucket) is enabled for http.client metrics from webclient (http_client_requests_seconds_bucket). |
| 6 | + * remove metrics configuration for http client metrics which was introduced in 0.4.0 because it could be configured |
| 7 | + via spring application properties (`management.metrics.distribution`) and should not be part of this library. |
| 8 | + * Introduce property `babbage.metrics.custom-html-client-metric.enabled` to not enable aggregated http client |
| 9 | + metrics by default. |
6 | 10 |
|
| 11 | +## 0.4.0 |
| 12 | + |
| 13 | +* _core_: |
| 14 | + * add metrics configuration so that histogram (bucket) is enabled for http.client metrics from webclient ( |
| 15 | + http_client_requests_seconds_bucket). |
| 16 | + * add `ClientRequestMetricsTagContributor` to limit the number of metrics for http.client metrics from webclient (it |
| 17 | + only takes the first path of the url and removes all query parameters). |
7 | 18 |
|
8 | 19 | ## 0.3.1
|
| 20 | + |
9 | 21 | * _core_:
|
10 |
| - * Fix: Just pass commit time from `git.properties` to status page, because the formats in the generated files are different. |
| 22 | + * Fix: Just pass commit time from `git.properties` to status page, because the formats in the generated files are |
| 23 | + different. |
11 | 24 |
|
12 | 25 | ## 0.3.0
|
| 26 | + |
13 | 27 | * _core_:
|
14 |
| - * Upgrade to bootstrap 5.3.3 |
15 |
| - * Add status detail indicator infos to status page |
16 |
| - * Enhance git infos on status page |
| 28 | + * Upgrade to bootstrap 5.3.3 |
| 29 | + * Add status detail indicator infos to status page |
| 30 | + * Enhance git infos on status page |
17 | 31 |
|
18 | 32 | ## 0.2.0
|
| 33 | + |
19 | 34 | * Upgrade all modules to spring boot 3.2.2
|
20 | 35 |
|
21 | 36 | ## 0.1.0
|
| 37 | + |
22 | 38 | * _core_:
|
23 |
| - * Fix: Load bootstrap js in footer of logger console |
| 39 | + * Fix: Load bootstrap js in footer of logger console |
24 | 40 | * _validation_:
|
25 |
| - * Feature: Expose validation message in http response body |
| 41 | + * Feature: Expose validation message in http response body |
26 | 42 |
|
27 | 43 | ## 0.0.3
|
28 |
| -* _core_: |
29 |
| - * Fix: Logger overview now uses the correct links for changing log levels. |
30 |
| - * Fix: Long loggers are now scrollable and are not hidden behind the log-level buttons. |
31 |
| - * Feature: Add option to add custom management pages by extending your Controller with `ManagementController`. Documentation about is added [here](core/README.md) |
32 |
| -* _validation_: |
33 |
| - * add `SafeId` annotation to validation String input parameters |
| 44 | + |
| 45 | +* _core_: |
| 46 | + * Fix: Logger overview now uses the correct links for changing log levels. |
| 47 | + * Fix: Long loggers are now scrollable and are not hidden behind the log-level buttons. |
| 48 | + * Feature: Add option to add custom management pages by extending your Controller with `ManagementController`. |
| 49 | + Documentation about is added [here](core/README.md) |
| 50 | +* _validation_: |
| 51 | + * add `SafeId` annotation to validation String input parameters |
34 | 52 |
|
35 | 53 | ## 0.0.2
|
| 54 | + |
36 | 55 | * _aws-paramstore:_ Fix: Add missing `@ConfigurationProperties` for AWS ParamStore Properties.
|
37 | 56 |
|
38 | 57 | ## 0.0.1
|
| 58 | + |
39 | 59 | * Initial version
|
0 commit comments