Skip to content

Commit

Permalink
Released 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Oct 7, 2024
1 parent 68d2004 commit 7d5389d
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v4.3.3: Oct 2024
=================

This is minor maintenance release which only consists of dependency updates:
metrics-core: 4.2.27 → 4.2.28, pekko 1.0.3 → 1.1.1.

v4.3.2: Aug 2024
=================

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Akka versions see [all available versions](/docs/AvailableVersions.md).
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top">Dropwizard-metrics 4.2.27</td>
<td valign="top">Dropwizard-metrics 4.2.28</td>
</tr>
<tr>
<td valign="top">metrics4-pekko</td>
Expand All @@ -116,7 +116,7 @@ Akka versions see [all available versions](/docs/AvailableVersions.md).
<td valign="top"></td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top">Pekko 1.0.3</td>
<td valign="top">Pekko 1.1.1</td>
</tr>
<tr>
<td valign="top">metrics4-akka_a26</td>
Expand Down Expand Up @@ -170,18 +170,18 @@ is not compatible over major Dropwizard versions.

## Download 4.x

<a href="CHANGELOG.md#v432-aug-2024">Release notes for 4.3.2.</a>
<a href="CHANGELOG.md#v432-aug-2024">Release notes for 4.3.3.</a>

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

SBT:
```
libraryDependencies ++= Seq(
"nl.grons" %% "metrics4-scala" % "4.3.2",
"nl.grons" %% "metrics4-pekko" % "4.3.2",
"nl.grons" %% "metrics4-akka_a26" % "4.3.2",
"nl.grons" %% "metrics4-scala-hdr" % "4.3.2"
"nl.grons" %% "metrics4-scala" % "4.3.3",
"nl.grons" %% "metrics4-pekko" % "4.3.3",
"nl.grons" %% "metrics4-akka_a26" % "4.3.3",
"nl.grons" %% "metrics4-scala-hdr" % "4.3.3"
)
```

Expand All @@ -190,7 +190,7 @@ Maven:
<properties>
<scala.version>3.1.0</scala.version>
<scala.compat.version>3</scala.compat.version>
<metrics.scala.version>4.3.2</metrics.scala.version>
<metrics.scala.version>4.3.3</metrics.scala.version>
</properties>
<dependency>
<groupId>nl.grons</groupId>
Expand Down
61 changes: 61 additions & 0 deletions docs/AvailableVersions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,67 @@ The table shows the available 4.x artifacts of metrics-scala.
<td valign="top">2.5</td>
<td valign="top">2.6</td>
</tr>
<tr>
<td valign="top" rowspan="5"><a href="/CHANGELOG.md#v433-oct-2024">4.3.3</a></td>
<td valign="top">metrics4-scala</td>
<td valign="top">✓</td>
<td valign="top">✓</td>
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top">Dropwizard-metrics 4.2.28</td>
</tr>
<tr>
<td valign="top">metrics4-pekko</td>
<td valign="top"></td>
<td valign="top">✓</td>
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top">Pekko 1.1.1</td>
</tr>
<tr>
<td valign="top">metrics4-akka_a26</td>
<td valign="top"></td>
<td valign="top">✓</td>
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top">✓</td>
<td valign="top">Akka 2.6.20</td>
</tr>
<tr>
<td valign="top">metrics4-akka_a25</td>
<td valign="top"></td>
<td valign="top">✓</td>
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top">✓</td>
<td valign="top">✓</td>
<td valign="top">Akka 2.5.31</td>
</tr>
<tr>
<td valign="top">metrics4-scala-hdr</td>
<td valign="top">✓</td>
<td valign="top">✓</td>
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top">✓</td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top">Hdr 1.1.3/2.2.2 (**)</td>
</tr>
<tr>
<td valign="top" rowspan="5"><a href="/CHANGELOG.md#v432-aug-2024">4.3.2</a></td>
<td valign="top">metrics4-scala</td>
Expand Down

0 comments on commit 7d5389d

Please sign in to comment.