|
7 | 7 | * [ENHANCEMENT] ... |
8 | 8 | * [BUGFIX] ... |
9 | 9 |
|
| 10 | +## 0.63.0 / 2025-09-22 |
| 11 | + |
| 12 | +**Important news and breaking changes** |
| 13 | + |
| 14 | +- NOTE: As of Prometheus 3.0, UTF-8 strings are valid for metric names and label names. However, for backward compatibility, this version of YACE still uses the old, stricter legacy validation scheme. UTF-8 validation will be enabled with the next version of YACE, thus requiring that your remote destination is compatible with UTF-8 support. |
| 15 | + |
| 16 | +- BREAKING CHANGE: the AWS SDK v2 is now the default in YACE. Use the flag `aws-sdk-v1` to switch back to SDK v2. Flag `aws-sdk-v2` has been removed. |
| 17 | + |
| 18 | +- NEW FEATURE: `exportAllDataPoints`, enables the inclusion of past metric data points from the CloudWatch response if available. |
| 19 | + |
| 20 | +* [CHANGE] Make aws sdk v2 the default choice by @cristiangreco |
| 21 | +* [FEATURE] Support history data export by @woehrl01 |
| 22 | +* [FEATURE] Add AWS/Transfer as available service by @thepalbi |
| 23 | +* [FEATURE] Add auto-discovery for Directory Services(MicrosoftAD) by @RuslanMustaev |
| 24 | +* [FEATURE] Add support for Redshift-Serverless by @nickbazinet |
| 25 | +* [FEATURE] Add db connections avg panel to RDS dashboard by @yduartep |
| 26 | +* [FEATURE] Add example for lambda_edge by @tyagian |
| 27 | +* [FEATURE] sagemaker: additional InferenceComponent support by @tristanburgess |
| 28 | +* [ENHANCEMENT] Update Go version by @SuperQ |
| 29 | +* [ENHANCEMENT] Use Prometheus common version library by @SuperQ |
| 30 | +* [ENHANCEMENT] Update container repositories by @SuperQ |
| 31 | +* [ENHANCEMENT] Speed up build metric name by @jeschkies |
| 32 | +* [ENHANCEMENT] Add guard to hot logging location in associator by @thepalbi |
| 33 | +* [ENHANCEMENT] Update resource association logic to try both with and without dimension fixes by @tristanburgess |
| 34 | +* [ENHANCEMENT] Change discovery runtime model field from Type -> Namespace by @kgeckhart |
| 35 | +* [BUGFIX] Fix `CachingFactory` concurrent usage issues by @andriikushch |
| 36 | +* [BUGFIX] Correctly run tests in CI and fix failing tests by @jeschkies |
| 37 | +* [BUGFIX] Fix doc about non-existing `debug` flag by @zipkid |
| 38 | +* [BUGFIX] Update URL to Helm Chart in docs by @koralowiec |
| 39 | +* [BUGFIX] Add missing license header to `associator_logging_test.go` by @cristiangreco |
| 40 | +* [BUGFIX] Dashboards: replace `scrape_job` label with `job` by @yduartep |
| 41 | +* [BUGFIX] RDS dashboard: use average for cpu utilization to align with AWS best practices by @yduartep |
| 42 | + |
10 | 43 | ## 0.62.1 / 2025-01-03 |
11 | 44 |
|
12 | 45 | **Important news and breaking changes** |
|
0 commit comments