Releases: txpipe/oura
Releases · txpipe/oura
v0.3.5
v0.3.5 (2021-12-18)
Features
- include event type tag in serde output
- elastic: Add Elasticsearch MVP Sink (#5)
Bug Fixes
- Add all features in the binary releases
- use correct cfg feature syntax
- valid entrypoint on Dockerfile
Docs
- improve binary install example
- add context field to data dictionary
- fill data dictionary and installation info
- point readme to mdbook
- add draft documentation in mdbook format
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.3.0 (2021-12-10)
Features
- add certificate data mappings
- sources: implement node-to-node soure using chainsync + blockfetch
- terminal: improve output style
Docs
- add cli instructions
Style
- fix lint warnings
Chore
- bump version minor
- improve source folder structure
- improve readme
- explain extra dep on cargo
v0.2.0
v0.2.0 (2021-12-08)
Features
- compute and output tx hashes
- daemon: implement basic daemon cli subcommand
- kafka: add basic kafka sink implementation
Chore
- fix missing openssl in release workflow
- apply cargo fmt
- fix missing openssl in release workflow
- bump version for release
- add missing info to cargo metadata
- fix license year typo
- fix lint issues
- fix lint issues
- improve args in log subcommand
- add use-cases to readme
- remove makefile
- framework: define bootstrap traits for components