@@ -17,13 +17,11 @@ The following implementations are supported:
1717
1818| Version | Release date | Akka Http version | Scala versions |
1919| ------- | ------------ | ----------------- | ------------------- |
20+ | ` 1.5.0 ` | 2021-01-12 | ` 10.2.2 ` | ` 2.13.4 ` , ` 2.12.12 ` |
2021| ` 1.4.1 ` | 2020-12-14 | ` 10.2.2 ` | ` 2.13.4 ` , ` 2.12.12 ` |
2122| ` 1.4.0 ` | 2020-12-12 | ` 10.2.2 ` | ` 2.13.4 ` , ` 2.12.12 ` |
2223| ` 1.3.0 ` | 2020-11-09 | ` 10.2.1 ` | ` 2.13.3 ` , ` 2.12.12 ` |
2324| ` 1.2.0 ` | 2020-08-29 | ` 10.2.0 ` | ` 2.13.3 ` , ` 2.12.12 ` |
24- | ` 1.1.1 ` | 2020-06-10 | ` 10.1.12 ` | ` 2.13.2 ` , ` 2.12.11 ` |
25- | ` 1.1.0 ` | 2020-04-18 | ` 10.1.11 ` | ` 2.13.1 ` , ` 2.12.10 ` |
26- | ` 1.0.0 ` | 2020-03-14 | ` 10.1.11 ` | ` 2.13.1 ` , ` 2.12.10 ` |
2725
2826
2927The complete list can be found in the [ CHANGELOG] ( CHANGELOG.md ) file.
@@ -36,20 +34,6 @@ Libraries are published to Maven Central. Add to your `build.sbt`:
3634libraryDependencies += " fr.davit" %% " akka-http-metrics-<backend>" % <version >
3735```
3836
39- ** Important** : Since akka-http 10.1.0, akka-stream transitive dependency is marked as provided. You should now explicitly
40- include it in your build.
41-
42- > [ ...] we changed the policy not to depend on akka-stream explicitly anymore but mark it as a provided dependency in our build.
43- That means that you will always have to add a manual dependency to akka-stream. Please make sure you have chosen and
44- added a dependency to akka-stream when updating to the new version
45-
46- ``` scala
47- libraryDependencies += " com.typesafe.akka" %% " akka-stream" % <version > // Only Akka 2.5 supported
48- ```
49-
50- For more details, see the akka-http 10.1.x [ release notes] ( https://doc.akka.io/docs/akka-http/current/release-notes/10.1.x.html )
51-
52-
5337### Server metrics
5438
5539The library enables you to easily record the following metrics from an akka-http server into a registry. The
0 commit comments