Migration Guides
- Migration Guide to and within Akka HTTP 10.2.x
- General Notes
- Akka HTTP 10.1.x -> 10.2.0
- Hiding Materializer
- New ServerBuilder API to create server bindings
- Scala 2.11 support dropped
- HttpRequest.copy / HttpResponse.copy deprecated in favor of withXYZ methods
- HTTP/2 support requires JDK 8 update 252 or later
- Scalatest dependency upgraded to 3.1.0
- Providing route settings, exception and rejection handling
- Strict query strings
- Transparent HEAD requests now disabled by default
- Server-side HTTP pipelining now disabled by default
- X-Real-Ip now takes precedence over Remote-Address in extractClientIP
- max-content-length
- Removal of legacy host connection pool
- headerValueByType (scaladsl)
- parameters / formFields (scaladsl)
- Coding infrastructure is now internal
- Configuring HTTPS connections
- List of deprecated and deleted APIs
- Migration Guide to and within Akka HTTP 10.1.x
- Migration Guide within Akka HTTP 10.0.x
- Migration Guide between Akka HTTP 2.4.x and 10.0.x
- Migration Guide from Spray
- Migration Guide from “old” HTTP JavaDSL