1.1.0 (2022-09-12)
Features
- add support for sending custom payload to webhook source (#2315) (8c0d811)
- cpRouter Multitenant Support (#2233) (3c86dab)
- honour anonId only from header (#2323) (cbe74b6)
- improvements in rudder-sources integration (#2366) (54133d1)
- introduce context, timeout and retries in jobsDB queries (#2217) (32b2f40)
- isolate destID in router (#2369) (0708615)
- jobsdb: thread safe addNewDSLoop (#2356) (8ef6c39)
- perform ADD_DS operation in a single transaction (#2324) (7ee2d11)
- thread safe Job Storage (#2403) (a123b10)
Bug Fixes
- add trailing slash for licensing link (ca00c32)
- add www and trailing slash to RS links (7574509)
- safe webhook concurrent map access (#2389) (b72f6be)
- use jsoniter when unmarshaling to avoid perfromance issues (#2381) (35ad8e4)
Miscellaneous
- add token type for success message (#2408) (92600fd)
- added metrics to track failed DS backup (#2370) (1d3cd42)
- change proto message names (#2394) (689edd6)
- disable parallel test execution and refactor jobsdb tests (#2410) (3bd27ee)
- fix cache bug (#2412) (4f83ba7)
- fix for TestNewForDeployment test (#2425) (1c4a36d)
- log improvements (#2365) (95a24ca)
- migrate small tables (#2327) (1ca1faa)
- modified regulation-worker response code handling from 404 to 204, when no job is available (#2422) (44e8553)
- router: include original client creation error when circuit breaker is open (#2373) (4d8a9bc)
- router: new event ordering algorithm with proper aborted job limiting (#2344) (097c61b)
- skip double mutex unlock (#2415) (366e1b9)
- upgrade golangci and linting fixes (#2347) (6348406)
- use generics for contains function (#2396) (2134c54)
- use right id to allocate worker (#2399) (312a301)
- using go test (#2411) (7eb62d9)
- warehouse: remove tokens from logs for redshift and snowflake (#2359) (7409c56)
- warehouse: skip warehouse snowflake test (#2404) (09bc408)
- warehouse: unnecessary join in fetch schema for postgres and snowflake (#2360) (2de0d68)