Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 6dcca3e

Browse files
author
Michel Davit
committed
release v0.6.0
1 parent 67b6d4d commit 6dcca3e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Unreleased
44

5-
- Use static path dimension to for unhandled requests
5+
## 0.6.0 (2019-08-25)
6+
7+
- Use static path dimension to for unhandled requests
8+
- Add graphite carbon support
69

710
## 0.5.0 (2019-07-27)
811

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The following implementations are supported:
1717

1818
| Version | Release date | Akka Http version | Scala versions |
1919
| ------- | ------------ | ----------------- | ----------------------------- |
20+
| `0.6.0` | 2019-08-25 | `10.1.9` | `2.11.12`, `2.12.8`, `2.13.0` |
2021
| `0.5.0` | 2019-07-27 | `10.1.9` | `2.11.12`, `2.12.8`, `2.13.0` |
2122
| `0.4.0` | 2019-07-06 | `10.1.8` | `2.11.12`, `2.12.8`, `2.13.0` |
2223
| `0.3.0` | 2019-04-12 | `10.1.8` | `2.11.12`, `2.12.8` |

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val repo = "akka-http-metrics"
44

55
lazy val commonSettings = Defaults.itSettings ++ Seq(
66
organization := "fr.davit",
7-
version := "0.5.1-SNAPSHOT",
7+
version := "0.6.0",
88
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0"),
99
scalaVersion := crossScalaVersions.value.last,
1010
Compile / compile / scalacOptions ++= Settings.scalacOptions(scalaVersion.value),

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import sbt._
33
object Dependencies {
44

55
object Versions {
6-
val akka = "2.5.23"
6+
val akka = "2.5.25"
77
val akkaHttp = "10.1.9"
88
val datadog = "2.8"
99
val dropwizard = "5.0.0"
1010
val enumeratum = "1.5.13"
1111
val logback = "1.2.3"
1212
val prometheus = "0.6.0"
13-
val scalaMock = "4.3.0"
13+
val scalaMock = "4.4.0"
1414
val scalaTest = "3.0.8"
1515
}
1616

0 commit comments

Comments
 (0)