mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-02-02 00:37:32 +00:00
* feat: added repository logic to list all versions (including latest) for a specific entity type * feat: added list all versions for all the entity resources * feat: moved endpoint to EntityResource * feat: renamed endpoint to /history and methods to EntityHistory * feat: ran java linting * feat: remove v1 implementation left over code * feat: fix failing tests * feat: ran klinting * feat: fix psql query * feat: address PR comments * feat: ran klinting * feat: increase cache duration * feat: address query edge cases