Skip to content

Releases: Netflix/metacat

1.3.0-rc.61

14 Oct 21:20
8ba2741
Compare
Choose a tag to compare
1.3.0-rc.61 Pre-release
Pre-release

Metacat 1.3.0 Release Candidate 61

1.3.0-rc.60

22 Sep 22:12
7a6639a
Compare
Choose a tag to compare
1.3.0-rc.60 Pre-release
Pre-release

Metacat 1.3.0 Release Candidate 60.

1.3.0-rc.59

20 Sep 19:31
251cc66
Compare
Choose a tag to compare
1.3.0-rc.59 Pre-release
Pre-release

adding back keysets:
For sources using JDBC connector (s3, snowflake, mysql) append partition keys to response.
new table GET response includes set of partition/primary/sort/index keys.

1.3.0-rc.58

17 Sep 22:09
a8f434b
Compare
Choose a tag to compare
1.3.0-rc.58 Pre-release
Pre-release

Metacat 1.3.0 Release Candidate 58.

1.3.0-rc.57

17 Sep 19:40
2046449
Compare
Choose a tag to compare
1.3.0-rc.57 Pre-release
Pre-release

Fixes a bug where Iceberg commits can get lost when schema updates race with data updates, and add logging for Iceberg commits

1.3.0-rc.56

17 Sep 00:35
6bb1a68
Compare
Choose a tag to compare
1.3.0-rc.56 Pre-release
Pre-release

For sources using JDBC connector (s3, snowflake, mysql) append partition keys to response.
new table GET response includes set of partition/primary/sort/index keys.
existing clients expecting partition_keys array should not break as it is backwards compatible.

"keys":
{
"partition":
[],
"primary":
[
{
"name": "PRIMARY",
"fields":
[
"id"
]
}
],
"sort":
[],
"index":
[]
},

1.3.0-rc.55

29 Jul 21:12
7c64d4a
Compare
Choose a tag to compare
1.3.0-rc.55 Pre-release
Pre-release

Publish the list of partition ids on TABLE_PARTITION_UPDATE event (PR #449)

  • Adds and deletes are both published.
  • The list of partitions ids does not classify if the updated partition(s) were added or deleted, but either all partitions in the list are added or all are deleted. We can infer whether it was added or deleted using the numCreatedPartitions and numDeletedPartitions values. Only of the values will be non-zero.

1.3.0-rc.54

09 Jul 05:41
Compare
Choose a tag to compare
1.3.0-rc.54 Pre-release
Pre-release

Avoid wrapping MetacatException (and subclasses) in a new MetacatException.

1.3.0-rc.53

07 Jul 23:18
Compare
Choose a tag to compare
1.3.0-rc.53 Pre-release
Pre-release

RequestWrapper invokes rate limiter check within try-catch block.

1.3.0-rc.52

29 Jun 06:36
Compare
Choose a tag to compare
1.3.0-rc.52 Pre-release
Pre-release
  • Added a table type metric dimension to requests.
  • Added ability to refresh jdbc connection pools.