From 5ff80d90888f2796cbc552d78ce37463436efee0 Mon Sep 17 00:00:00 2001 From: Arianna Vespri Date: Tue, 15 Jul 2025 14:55:15 +0200 Subject: [PATCH 1/4] Cut v1.23.0-rc.0 Signed-off-by: Arianna Vespri --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e407756e..126e545ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Unreleased +## 1.23.0-rc.0 / 2025-07-15 + +* [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812 +* [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766 +* [FEATURE] Add exemplars for native histograms #1686 +* [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823 +* [ENHANCEMENT] Update runtime metrics for Go v1.23 and v1.24 #1833 +* [BUGFIX] fix: client prompt return on context cancellation #1729 +* [BUGIFX] Fix errNotImplemented reference #1835 + ## 1.22.0 / 2025-04-07 :warning: This release contains potential breaking change if you use experimental `zstd` support introduce in #1496 :warning: diff --git a/VERSION b/VERSION index 57807d6d0..4c1a5c52a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0-rc.0 From 470d1729bbd117c28f9ac33dab7ab6094f26568f Mon Sep 17 00:00:00 2001 From: Arianna Vespri <36129782+vesari@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:11:07 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md Co-authored-by: Kemal Akkoyun Signed-off-by: Arianna Vespri <36129782+vesari@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 126e545ec..02278927a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ * [FEATURE] Add exemplars for native histograms #1686 * [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823 * [ENHANCEMENT] Update runtime metrics for Go v1.23 and v1.24 #1833 -* [BUGFIX] fix: client prompt return on context cancellation #1729 +* [BUGFIX] exp/api: client prompt return on context cancellation #1729 * [BUGIFX] Fix errNotImplemented reference #1835 ## 1.22.0 / 2025-04-07 From 2efd182cba1702c821513e08cadc3c96b491beec Mon Sep 17 00:00:00 2001 From: Arianna Vespri <36129782+vesari@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:11:18 +0200 Subject: [PATCH 3/4] Update CHANGELOG.md Co-authored-by: Kemal Akkoyun Signed-off-by: Arianna Vespri <36129782+vesari@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02278927a..e2f827235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766 * [FEATURE] Add exemplars for native histograms #1686 * [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823 -* [ENHANCEMENT] Update runtime metrics for Go v1.23 and v1.24 #1833 +* [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833 * [BUGFIX] exp/api: client prompt return on context cancellation #1729 * [BUGIFX] Fix errNotImplemented reference #1835 From 35449fd2b14f40a46430e167fbb290c308ef51fe Mon Sep 17 00:00:00 2001 From: Arianna Vespri Date: Tue, 15 Jul 2025 15:19:18 +0200 Subject: [PATCH 4/4] remove unnecessary changelog entry Signed-off-by: Arianna Vespri --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f827235..e749591e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ * [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823 * [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833 * [BUGFIX] exp/api: client prompt return on context cancellation #1729 -* [BUGIFX] Fix errNotImplemented reference #1835 ## 1.22.0 / 2025-04-07