Skip to content

Releases: namely/chief-of-state

v0.6.4-beta.1

03 Dec 05:16
Compare
Choose a tag to compare
v0.6.4-beta.1 Pre-release
Pre-release

Fixes read side tracing

v0.6.3

02 Dec 22:28
0bf3207
Compare
Choose a tag to compare

Adds the grpc status as a prometheus metric label

v0.6.2

02 Dec 17:40
354596b
Compare
Choose a tag to compare

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

02 Dec 17:03
354596b
Compare
Choose a tag to compare
v0.6.2-beta.1 Pre-release
Pre-release

Fixes Journal and Store auto-creation and adds prometheus metrics

354596b Issue 135: add prometheus metrics (#136)
82d339c Miscellaneous (#134)

v0.6.1

19 Nov 20:45
0003eaf
Compare
Choose a tag to compare

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

18 Nov 17:55
ba42b8f
Compare
Choose a tag to compare

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

18 Nov 16:30
ba42b8f
Compare
Choose a tag to compare
Pre-release

this addresses bugs in v0.6-beta.1

v0.6-beta.1 prerelease

17 Nov 21:49
efe03c3
Compare
Choose a tag to compare
Pre-release

this prereleases the v0.6 changes. This release completely removes akka gRPC and replaces it with scalapb-grpc!

v0.5.1

05 Nov 03:05
9e72707
Compare
Choose a tag to compare

9e72707 handle gRPC status error with no description (#128)

v0.5

04 Nov 19:20
f34b222
Compare
Choose a tag to compare

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)