Skip to content

v0.5.2

Compare
Choose a tag to compare
@z3z1ma z3z1ma released this 04 Jan 22:24
· 56 commits to main since this release

Full Changelog: 0.5.0...0.5.2

This release is a patch release since there is no breaking change on the surface level but under the hood we have moved all worker management logic up from the stream level to the target level creating much more intuitive worker pool. Architecturally, it simplifies all of the sink implementations as can be observed in the code. This also includes general improvements in the storage write API implementation and dynamic protocol buffer schema generation. The worker pool by default is based on CPU cores.