Releases: namely/chief-of-state
Releases · namely/chief-of-state
v0.6.3
Adds the grpc status as a prometheus metric label
v0.6.2
Fixes Journal and Store auto-creation and adds prometheus metrics
354596b Issue 135: add prometheus metrics (#136)
82d339c Miscellaneous (#134)
v0.6.2-beta.1
Fixes Journal and Store auto-creation and adds prometheus metrics
354596b Issue 135: add prometheus metrics (#136)
82d339c Miscellaneous (#134)
v0.6.1
This release:
- addresses a bug with write handler event metadata on the handleEvent rpc.
- updates the default RPC timeout to 1 minute
Changes:
0003eaf Bug Fix: Write handler event metadata (#132)
b59d423 reasonable rpc deadline timeout to 1mn instead of 100ms (#131)
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)
v0.6-beta.2 prerelease
this addresses bugs in v0.6-beta.1
v0.6-beta.1 prerelease
this prereleases the v0.6 changes. This release completely removes akka gRPC and replaces it with scalapb-grpc!
v0.5.1
9e72707 handle gRPC status error with no description (#128)
v0.5
This release changes read side ID's to exclude the service name.
changes:
f34b222 fix typo in read side log (#126)
3358cb4 remove service name from projection id (#125)
0503fbd Fix persisted headers, quiet noisy logs (#124)