Skip to content

Releases: Netflix/metacat

Minor changes

16 Nov 18:14
Compare
Choose a tag to compare
v0.1.44

Fix build (#11)

Minor optimizations

16 Nov 17:00
Compare
Choose a tag to compare
v0.1.43

1. Fixed bug with handling user metadata with mixed case names.2. Mov…

Minor change

24 Oct 18:17
Compare
Choose a tag to compare
v0.1.42

Refactored partition clean up lohic to optimize the performance for l…

Minor change

13 Oct 21:44
Compare
Choose a tag to compare
v0.1.41

Pin guava version to 19. Also exclude guava when pulling guava-retryi…

Minor changes

13 Oct 16:20
Compare
Choose a tag to compare
v0.1.40

Fixed bug where s3 catalog partition listing was failing when request…

Added process to clean up data metadata

04 Oct 23:01
Compare
Choose a tag to compare
Cleanup deleted data metadata

1. Use a read only connection for read queries to metacat RDS.
2. Mark relevant data metadata records on partition/table deletes as deleted.
3. A separate process deletes the data metadata records after a certain lifetime.
4. Added API getQualifiedNames(List<String> uris, boolean prefixSearch) to PartitionService.

Minor change

16 Sep 21:53
Compare
Choose a tag to compare
v0.1.38

Added commits even after executing read queries in user metadata serv…

Thrift and partition filtering updates

13 Sep 20:54
Compare
Choose a tag to compare
0.1.37

Run functional tests against s3 connector

Bug Fix

24 Aug 22:07
Compare
Choose a tag to compare
v0.1.36

Added support for literal boolean and boolean comparison in partition…

Bug Fix

24 Aug 18:41
Compare
Choose a tag to compare
v0.1.35

Upgrade netflixoss and Gradle version.