v0.6.0
v0.6 is a major overhaul of the akka internals and tracing libraries used.
Specifically:
- replaces akka gRPC With scalapb-grpc
- removes lagom-pb dependency
- moves to opentracing via the jaeger client
NOTE: The environment variables for tracing have changed. See the README for details.
Changelog:
ba42b8f Fix ID and Tags bugs (#130)
efe03c3 Remove Lagom-pb, Akka gRPC and use Akka persistence and scalapb-grpc(#123)