Skip to content

Commit 0e9f7f2

Browse files
committed
Released 4.3.2
1 parent f73a34c commit 0e9f7f2

File tree

4 files changed

+78
-13
lines changed

4 files changed

+78
-13
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ v4.3.2: Aug 2024
44
This is minor maintenance release which only consists of dependency updates:
55
metrics-core: 4.2.25 → 4.2.27, pekko 1.0.2 → 1.0.3.
66

7-
In addition, the metrics4-pekko library was missing maven central for a yet unknown reason. That should be fixed with
8-
this release.
7+
In addition, the metrics4-pekko library was missing in maven central due to authentication problems.
8+
As of this version, the pekko module is present again. Unfortunately, older versions could not be restored.
99

1010
v4.3.1: Jun 2024
1111
=================

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Akka versions see [all available versions](/docs/AvailableVersions.md).
106106
<td valign="top">✓</td>
107107
<td valign="top"></td>
108108
<td valign="top"></td>
109-
<td valign="top">Dropwizard-metrics 4.2.25</td>
109+
<td valign="top">Dropwizard-metrics 4.2.27</td>
110110
</tr>
111111
<tr>
112112
<td valign="top">metrics4-pekko</td>
@@ -116,7 +116,7 @@ Akka versions see [all available versions](/docs/AvailableVersions.md).
116116
<td valign="top"></td>
117117
<td valign="top"></td>
118118
<td valign="top"></td>
119-
<td valign="top">Pekko 1.0.2</td>
119+
<td valign="top">Pekko 1.0.3</td>
120120
</tr>
121121
<tr>
122122
<td valign="top">metrics4-akka_a26</td>
@@ -170,18 +170,18 @@ is not compatible over major Dropwizard versions.
170170

171171
## Download 4.x
172172

173-
<a href="CHANGELOG.md#v431-jun-2024">Release notes for 4.3.1.</a>
173+
<a href="CHANGELOG.md#v432-aug-2024">Release notes for 4.3.2.</a>
174174

175175
WARNING: `nl.grons:metrics-scala:4.0.0` was accidentally released as well. *Do not use it* as it will give
176176
binary compatibility problems. Instead, use `"nl.grons" %% "metrics4-scala" % "4.0.1"` or later as described below.
177177

178178
SBT:
179179
```
180180
libraryDependencies ++= Seq(
181-
"nl.grons" %% "metrics4-scala" % "4.3.1",
182-
"nl.grons" %% "metrics4-pekko" % "4.3.1",
183-
"nl.grons" %% "metrics4-akka_a26" % "4.3.1",
184-
"nl.grons" %% "metrics4-scala-hdr" % "4.3.1"
181+
"nl.grons" %% "metrics4-scala" % "4.3.2",
182+
"nl.grons" %% "metrics4-pekko" % "4.3.2",
183+
"nl.grons" %% "metrics4-akka_a26" % "4.3.2",
184+
"nl.grons" %% "metrics4-scala-hdr" % "4.3.2"
185185
)
186186
```
187187

@@ -190,7 +190,7 @@ Maven:
190190
<properties>
191191
<scala.version>3.1.0</scala.version>
192192
<scala.compat.version>3</scala.compat.version>
193-
<metrics.scala.version>4.3.1</metrics.scala.version>
193+
<metrics.scala.version>4.3.2</metrics.scala.version>
194194
</properties>
195195
<dependency>
196196
<groupId>nl.grons</groupId>

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ lazy val metricsPekko = project
9797
"org.apache.pekko" %% "pekko-testkit" % "1.0.3" % Test
9898
),
9999
sourceDirectory := baseDirectory.value.getParentFile / "metrics-pekko" / "src",
100-
mimaPreviousArtifacts := mimaPrevious(scalaVersion.value)
100+
mimaPreviousArtifacts := Set("nl.grons" %% "metrics4-pekko" % "4.3.2")
101101
)
102102

103103
lazy val metricsAkka26 = project

docs/AvailableVersions.md

+67-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,67 @@ The table shows the available 4.x artifacts of metrics-scala.
3232
<td valign="top">2.5</td>
3333
<td valign="top">2.6</td>
3434
</tr>
35+
<tr>
36+
<td valign="top" rowspan="5"><a href="/CHANGELOG.md#v432-aug-2024">4.3.2</a></td>
37+
<td valign="top">metrics4-scala</td>
38+
<td valign="top">✓</td>
39+
<td valign="top">✓</td>
40+
<td valign="top">✓</td>
41+
<td valign="top"></td>
42+
<td valign="top">✓</td>
43+
<td valign="top"></td>
44+
<td valign="top"></td>
45+
<td valign="top"></td>
46+
<td valign="top">Dropwizard-metrics 4.2.27</td>
47+
</tr>
48+
<tr>
49+
<td valign="top">metrics4-pekko</td>
50+
<td valign="top"></td>
51+
<td valign="top">✓</td>
52+
<td valign="top">✓</td>
53+
<td valign="top"></td>
54+
<td valign="top">✓</td>
55+
<td valign="top"></td>
56+
<td valign="top"></td>
57+
<td valign="top"></td>
58+
<td valign="top">Pekko 1.0.3</td>
59+
</tr>
60+
<tr>
61+
<td valign="top">metrics4-akka_a26</td>
62+
<td valign="top"></td>
63+
<td valign="top">✓</td>
64+
<td valign="top">✓</td>
65+
<td valign="top"></td>
66+
<td valign="top">✓</td>
67+
<td valign="top"></td>
68+
<td valign="top"></td>
69+
<td valign="top">✓</td>
70+
<td valign="top">Akka 2.6.20</td>
71+
</tr>
72+
<tr>
73+
<td valign="top">metrics4-akka_a25</td>
74+
<td valign="top"></td>
75+
<td valign="top">✓</td>
76+
<td valign="top">✓</td>
77+
<td valign="top"></td>
78+
<td valign="top"></td>
79+
<td valign="top"></td>
80+
<td valign="top">✓</td>
81+
<td valign="top">✓</td>
82+
<td valign="top">Akka 2.5.31</td>
83+
</tr>
84+
<tr>
85+
<td valign="top">metrics4-scala-hdr</td>
86+
<td valign="top">✓</td>
87+
<td valign="top">✓</td>
88+
<td valign="top">✓</td>
89+
<td valign="top"></td>
90+
<td valign="top">✓</td>
91+
<td valign="top"></td>
92+
<td valign="top"></td>
93+
<td valign="top"></td>
94+
<td valign="top">Hdr 1.1.3/2.2.2 (**)</td>
95+
</tr>
3596
<tr>
3697
<td valign="top" rowspan="5"><a href="/CHANGELOG.md#v431-jun-2024">4.3.1</a></td>
3798
<td valign="top">metrics4-scala</td>
@@ -46,7 +107,7 @@ The table shows the available 4.x artifacts of metrics-scala.
46107
<td valign="top">Dropwizard-metrics 4.2.25</td>
47108
</tr>
48109
<tr>
49-
<td valign="top">metrics4-pekko</td>
110+
<td valign="top">metrics4-pekko (*4)</td>
50111
<td valign="top"></td>
51112
<td valign="top">✓</td>
52113
<td valign="top">✓</td>
@@ -107,7 +168,7 @@ The table shows the available 4.x artifacts of metrics-scala.
107168
<td valign="top">Dropwizard-metrics 4.2.19</td>
108169
</tr>
109170
<tr>
110-
<td valign="top">metrics4-pekko</td>
171+
<td valign="top">metrics4-pekko (*4)</td>
111172
<td valign="top"></td>
112173
<td valign="top">✓</td>
113174
<td valign="top">✓</td>
@@ -977,6 +1038,10 @@ the second the version of `"org.hdrhistogram" % "HdrHistogram"`.
9771038
(***) `nl.grons:metrics-scala:4.0.0` was accidentally released as well. *Do not use it* as it will give
9781039
binary compatibility problems.
9791040

1041+
(*4) Due to problems with authentication at maven central, the metrics4-pekko modules 4.3.0 and 4.3.1 got lost and are no
1042+
longer present in maven central.
1043+
1044+
9801045

9811046
Available Versions 2.x and 3.x
9821047
==============================

0 commit comments

Comments
 (0)