1.0.0 (2022-08-19)
Features
- backend config namespace support (#2232) (30da9ec)
- core: secure customer s3 bucket access for backups using cross-account role (#2250) (964c2d9)
- destination: onboarding Lambda destination (#2229) (581aef4)
- introduce retention for datasets (#2214) (beb7be8)
- minor changes for namespace config endpoint (#2307) (8c5c2bc)
- processor: filter unsupported messages (type & event fields) (#2211) (e701950)
- update namespace endpoint according to the latest changes (#2269) (eb67dca)
- use different http client timeouts for different components (#2300) (9dc3d48)
- warehouse: handle bucket config change (#2084) (7f83f0b)
Bug Fixes
- awsutils to support secretAccessKey (#2306) (801355e)
- backend config auth (#2259) (4c014a0)
- backend config refactoring (#2200) (e242c7d)
- core: configSubscriber lock, router_status_events count (#2181) (3c89b96)
- core: order inserts(updates) to avoid deadlocks (#2167) (28c8872)
- destination: oauth expired secret type change to json.RawMessage from string (#2236) (b001747)
- destination: transformer proxy respond with timeout for slow or unresponsive dests. (#2258) (c592462)
- dockerfile issues related to scripts (#2298) (7348cb2)
- fetch filemanagers timeout from config instead of registering (#2213) (b764798)
- gateway: make gateway user logic synonymous to proxy logic (#2205) (8c889ae)
- group errors swallowed + honouring ctx (#2309) (ae53e6e)
- jobsdb: fix ANALYSE for Negative Indices during internal migration (#2192) (69ae857)
- multi_tenant_test.go improvements (#2247) (b644468)
- only tag images with
:latest
if they are part of a release (#2174) (b8c5353) - parse JSON error field as a string (#2246) (fbb9b62)
- reinstate bugsnag notifications (#2265) (781862c)
- restore / endpoint (#2237) (2316604)
- router: handle transformer in/out inconsistencies (#2276) (ecca8ec)
- stream manager logging format string (#2263) (5aea319)
- warehouse: marshall pg_notifier_queue payload during the time of inserting the data (#2243) (a3d1632)
- warehouse: reset priority if earlier upload is already in progress (b9e2674)
- warehouse: support skipping escaping of reserved keywords (#2115) (2b4425a)
- warehouse: use correct config for destination name (#2221) (666654e)
- warehouse: use global config for parquet patallel writers (#2184) (54091ed)
Miscellaneous Chores
- prepare v1 release (040b734)