Skip to content

Commit

Permalink
Releasing 4.1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Nov 24, 2020
1 parent 089d995 commit bb29823
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ target/
.project
.settings/
.cache
.bsp/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.1.14: Nov 2020
=================

* Updates: metrics-core: 4.1.9 -> 4.1.14.

v4.1.9: Jun 2020
================

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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.1.9</td>
<td valign="top">Dropwizard-metrics 4.1.14</td>
</tr>
<tr>
<td valign="top">metrics4-akka_a25</td>
Expand Down Expand Up @@ -149,17 +149,17 @@ is not compatible over major Dropwizard versions.

## Download 4.x

<a href="CHANGELOG.md#v419-jun-2020">Release notes for 4.1.9.</a>
<a href="CHANGELOG.md#v4114-nov-2020">Release notes for 4.1.14.</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.1.9",
"nl.grons" %% "metrics4-akka_a25" % "4.1.9",
"nl.grons" %% "metrics4-scala-hdr" % "4.1.9"
"nl.grons" %% "metrics4-scala" % "4.1.14",
"nl.grons" %% "metrics4-akka_a25" % "4.1.14",
"nl.grons" %% "metrics4-scala-hdr" % "4.1.14"
)
```

Expand All @@ -168,7 +168,7 @@ Maven:
<properties>
<scala.version>2.13.0</scala.version>
<scala.compat.version>2.13</scala.compat.version>
<metrics.scala.version>4.1.9</metrics.scala.version>
<metrics.scala.version>4.1.14</metrics.scala.version>
</properties>
<dependency>
<groupId>nl.grons</groupId>
Expand Down
41 changes: 41 additions & 0 deletions docs/AvailableVersions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,47 @@ 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="4"><a href="/CHANGELOG.md#v4114-nov-2020">4.1.14</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">Dropwizard-metrics 4.1.14</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">Akka 2.5.31</td>
</tr>
<tr>
<td valign="top">metrics4-akka_a24</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.4.20</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">Hdr 1.1.0/2.1.12 (**)</td>
</tr>
<tr>
<td valign="top" rowspan="4"><a href="/CHANGELOG.md#v419-jun-2020">4.1.9</a></td>
<td valign="top">metrics4-scala</td>
Expand Down

0 comments on commit bb29823

Please sign in to comment.