v0.3.0 (2023-06-21)
Features
- add client auth via TLS (#70)
- enable gRPC-web connections (#69)
- introduce StateDB (#66)
- sync: introduce apply stage (#67)
Docs
Code Refactoring
Test
- add upstream integration test (#64)
Chore
- fix lint issues (#73)
- prepare for multiple dbs (#63)
- deps: bump docker/login-action from 1 to 2 in /.github/workflows (#53)
- deps: bump tokio from 1.28.1 to 1.28.2 (#59)
- deps: bump tracing-subscriber from 0.3.16 to 0.3.17 (#36)
- deps: bump config from 0.13.2 to 0.13.3 (#40)
- deps: bump miette from 5.5.0 to 5.9.0 (#55)
- deps: bump clap from 4.0.32 to 4.3.0 (#56)
- deps: bump docker/setup-buildx-action in /.github/workflows (#54)
- deps: bump log from 0.4.17 to 0.4.18 (#60)
- deps: bump actions/setup-go from 2 to 4 in /.github/workflows (#52)
- deps: bump tokio from 1.27.0 to 1.28.1 (#43)
- deps: bump rocksdb from 0.19.0 to 0.21.0 (#42)
- deps: bump docker/metadata-action in /.github/workflows (#33)
- deps: bump actions/checkout from 2 to 3 in /.github/workflows (#34)
- deps: bump actions/upload-artifact in /.github/workflows (#35)
- deps: bump docker/build-push-action in /.github/workflows (#37)
- deps: bump actions/download-artifact in /.github/workflows (#38)
- deps: bump actions/cache in /.github/workflows (#39)