mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +00:00
* feat: added owner filter to test case list from search * refactor: deprecated `orderByLatestExecution` param BREAKING CHANGE: `orderByLatestExecution` param from list endpoint `GET` has been removed in favor of `sortField` and `sortType` from the `search/list` endpoint * style: ran java linting * fix: increase es async time