This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.3.0 (2019-04-12)
6
+
5
7
Use status group dimension on responses and duration
6
8
Change response metric names for more consistency
7
9
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ The following implementations are supported:
18
18
| ------- | ------------ | ----------------- | ------------------- |
19
19
| ` 0.2.0 ` | 2018-12-28 | ` 10.1.6 ` | ` 2.11.12 ` , ` 2.12.8 ` |
20
20
| ` 0.2.1 ` | 2019-03-23 | ` 10.1.8 ` | ` 2.11.12 ` , ` 2.12.8 ` |
21
+ | ` 0.3.0 ` | 2019-04-12 | ` 10.1.8 ` | ` 2.11.12 ` , ` 2.12.8 ` |
21
22
22
23
The complete list can be found in the [ CHANGELOG] ( CHANGELOG.md ) file.
23
24
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val repo = "akka-http-metrics"
4
4
5
5
lazy val commonSettings = Seq (
6
6
organization := " fr.davit" ,
7
- version := " 0.3.0-SNAPSHOT " ,
7
+ version := " 0.3.0" ,
8
8
crossScalaVersions := Seq (" 2.11.12" , " 2.12.8" ),
9
9
scalaVersion := (ThisBuild / crossScalaVersions).value.last,
10
10
Compile / compile / scalacOptions ++= Settings .scalacOptions(scalaVersion.value),
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import sbt._
3
3
object Dependencies {
4
4
5
5
object Versions {
6
- val akka = " 2.5.21 "
6
+ val akka = " 2.5.22 "
7
7
val akkaHttp = " 10.1.8"
8
8
val datadog = " 2.7"
9
9
val dropwizard = " 5.0.0"
You can’t perform that action at this time.
0 commit comments