0.2.0 (2022-07-06)
Features
- core: add support for managing failed records in rsources.JobService (#2087) (c22541c)
- core: introduce new failed-records endpoint (#2120) (70cbdcd)
- destination: putting support for AVRO in Kafka. (#2042) (b9677a8)
- expose robots.txt to disable crawling (#2090) (506e9aa)
- warehouse: enable postgres query execution (#2106) (66a8846)
Bug Fixes
- calculate consistent tagStr cache keys in stats (#2108) (fea8e30)
- kafka multiple hosts (#2103) (30ee189)
- make sure jobsdb is started when using the replay feature (#2071) (b64a37f)
- multi-tenant: removed unused mock calls (#2073) (7e33ede)
- processor: include test for sources fields in transform event metadata (#2143) (5a0f854)
- properly start a new badgerdb transaction on ErrTxnTooBig (#2061) (ea839f4)
- removed the output of goRoutine count from the HTTP GET / of the server (#2079) (ca6450b)
- update failedJobIDMap after draining a job in router (#2065) (19d1e3d)
- use a writer jobsdb for writing to gw tables during replay (#2086) (bad7dea)
- warehouse: close connections after validation steps (#2122) (6491d65)
Miscellaneous Chores
- change release to 0.2.0 (3cd36f4)