Skip to content

Releases: namely/chief-of-state

v0.2-alpha.5 prerelease

10 Sep 00:00
89f4ca2
Compare
Choose a tag to compare
Pre-release

changes:
89f4ca2 Preparing for open source, first pass (#89)
00f3830 Update COS to snapshot prerelease of lagompb > v0.8.2 (#88)

v0.2-alpha.4

04 Sep 15:59
2df2938
Compare
Choose a tag to compare
v0.2-alpha.4 Pre-release
Pre-release

moves us to 1.0 protos

changes:
2df2938 Bugfix: mismatched states after lagom-pb upgrade (#87)
4867014 Eliminate nested wrapper messages, use V1 protos (#86)
ba6444f update lagom-pb => v0.7.3 (#85)
6aacde1 use jenkins lib v0.1.0 (#84)
db8f6b5 Revert "Convert to alpine base image (#81)" (#82)
e476750 Convert to alpine base image (#81)
47b3c7b Optimize earth builds with chown (#80)
4737f88 optimize earth PR builds

v0.2-alpha.3 prerelease

27 Aug 06:24
8ede524
Compare
Choose a tag to compare
Pre-release

Prerelease built on jenkins with earth!

changes:
8ede524 Update codecov settings (#79)
58543b9 remove .drone.yml
4f9ee61 Use Earthly + Jenkins! (#78)
05d0e3e (tag: v0.2-alpha.2) Issue-75: GetState returns gRPC NOT_FOUND (#76)
b608e9d add db auto creation env var 🎉
7c5b687 add db auto creation env var 🎉
69056b9 Fix event handler error (#73)
487a6a7 quick readme update 🎉 (#72) kudos to @gamid
56aab39 scalafmt
f3e1ecc Issue 70: move settings to subpackage (#71)
b9f15d8 fix docs for encryption
f5c3a9c (tag: v0.2-alpha) Issue 51: Make event/state proto registration optional (#63)
cba819f issue #64: upgrade to lagom-pb 0.6.0
16a6848 issue #64: upgrade to lagom-pb 0.6.0 (#65) 🎉
7141eea hotfix: make propagated/persisted gRPC optional
54f5d46 fix formatting issue 🎉
a65b378 gRPC header propagation and persistence (#62)
4aa06a5 Issue #49: Add eventTag to metadata (#60)
8c52488 issue #29: fix env var naming 🚑
3f6d37b hotfix: downgrade dotenv plugin (#61)
8480691 Issue-49: lagom pb update (#56)
c2c6d7a Issue-58: Optional Encryptors for lagom-pb v0.6 (#57)

v0.2-alpha.2 prerelease

26 Aug 20:40
05d0e3e
Compare
Choose a tag to compare
Pre-release

changes:

05d0e3e Issue-75: GetState returns gRPC NOT_FOUND (#76)
b608e9d add db auto creation env var 🎉
7c5b687 add db auto creation env var 🎉
69056b9 Fix event handler error (#73)
487a6a7 quick readme update 🎉 (#72) kudos to @gamid
56aab39 scalafmt
f3e1ecc Issue 70: move settings to subpackage (#71)
b9f15d8 fix docs for encryption
f5c3a9c Issue 51: Make event/state proto registration optional (#63)
cba819f issue #64: upgrade to lagom-pb 0.6.0
16a6848 issue #64: upgrade to lagom-pb 0.6.0 (#65) 🎉
7141eea hotfix: make propagated/persisted gRPC optional
54f5d46 fix formatting issue 🎉
a65b378 gRPC header propagation and persistence (#62)
4aa06a5 Issue #49: Add eventTag to metadata (#60)
8c52488 issue #29: fix env var naming 🚑
3f6d37b hotfix: downgrade dotenv plugin (#61)
8480691 Issue-49: lagom pb update (#56)
c2c6d7a Issue-58: Optional Encryptors for lagom-pb v0.6 (#57)

v0.2-alpha

11 Aug 22:37
f5c3a9c
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Pre-release for COS v0.2

Features:

  • event tags in metadata
  • gRPC header propagation and persistence
  • optional lagom-pb encryptors
  • upgrades to lagom-pb v0.6.0
  • optional events and state proto validation

commits:
f5c3a9c Issue 51: Make event/state proto registration optional (#63)
16a6848 issue #64: upgrade to lagom-pb 0.6.0 (#65) 🎉
7141eea hotfix: make propagated/persisted gRPC optional
54f5d46 fix formatting issue 🎉
a65b378 gRPC header propagation and persistence (#62)
4aa06a5 Issue #49: Add eventTag to metadata (#60)
8c52488 issue #29: fix env var naming 🚑
3f6d37b hotfix: downgrade dotenv plugin (#61)
8480691 Issue-49: lagom pb update (#56)
c2c6d7a Issue-58: Optional Encryptors for lagom-pb v0.6 (#57)

v0.1.1

29 Jul 17:43
82718ef
Compare
Choose a tag to compare

Features:

  • adds gRPC endpoint GetState for current state
  • adds support for multiple readsides
  • improves gRPC errors
  • allows configurable encryptor

changes:
82718ef Issue 45: rich gRPC errors (#48)
8504a03 Issue 44 remove deprecated var (#47)
9cff638 Issue #33, add gRPC for getting current state (#43)
5abf8cd issue #41: fix typos in readme 🎉
1cb8bcf Small howto (#42)
b578862 Feature mix (#39)
3ccf9cd Issue #28, configurable encryption (#38)
7efaddf add codeowners
f30eccd Issue 31 multiple grpc read sides (#34)
bf7efdc add python sample link
8eb847d issue #29: lagom-pb 0.4.0 update, including default encryptor (#30)
441d329 Update readme.md

v0.1.0

16 Jun 19:00
Compare
Choose a tag to compare

Features

  • gRPC based readSide handler service

  • Code refactored

v0.1-alpha

20 May 20:31
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Features

  • gRPC-based commands handlers
  • gRPC-based events handlers
  • Journal and Snapshot are persisted in postgres as byte array (serialized using protocol buffer)
  • Instrumentation via jaeger and prometheus