Skip to content

Releases: ExpediaGroup/apiary-metastore-docker

v3.0.14: Merge pull request #119 from ExpediaGroup/feature/upgrade_mvn_ver

11 Aug 20:06
67e01f2
Compare
Choose a tag to compare

v3.0.13: Merge pull request #117 from ExpediaGroup/feature/enable_lock_hp

11 Aug 17:27
84420a1
Compare
Choose a tag to compare

Added variable MAX_REQUEST_SIZE to optionally increase the Kafka request size

02 Aug 12:02
dae86aa
Compare
Choose a tag to compare

[3.0.12] - 2023-08-02

Added

  • Added variable MAX_REQUEST_SIZE to optionally increase the request size when sending records to Kafka.
  • Upgraded APIARY_EXTENSIONS_VERSION to 7.3.8 (was 7.3.7).
  • Upgraded APIARY_GLUESYNC_LISTENER_VERSION to 7.3.8 (was 7.3.7).

Release 3.0.11: Added variable KAFKA_COMPRESSION_TYPE for Kafka

25 Jul 14:17
cb5623f
Compare
Choose a tag to compare

[3.0.11] - 2023-07-25

Added

  • Added variable KAFKA_COMPRESSION_TYPE to optionally add compression type when sending Metastore events to Kafka through apiary-metastore-listener library.
  • Upgraded APIARY_EXTENSIONS_VERSION to 7.3.7 (was 7.3.4).
  • Upgraded APIARY_GLUESYNC_LISTENER_VERSION to 7.3.7 (was 7.3.6).

Added variable LIMIT_PARTITION_REQUEST_NUMBER to protect the cluster

28 Jun 19:46
e2dca92
Compare
Choose a tag to compare

[3.0.10] - 2023-06-28
Added
Added variable LIMIT_PARTITION_REQUEST_NUMBER to protect the cluster, this controls how many partitions can be scanned for each partitioned table. The default value "-1" means no limit. The limit on partitions does not affect metadata-only queries.
Changed
Upgraded github actions ubuntu runner to 22.04 (was 18.04).
Set amazonlinux version to 2 (was latest).
Upgraded mvn version to 3.9.3(was 3.6.3).

Release 3.0.9

23 Nov 15:41
24a3e00
Compare
Choose a tag to compare

[3.0.9] - 2022-11-23

Added

  • Variable MYSQL_SECRET_USERNAME_KEY for pulling aws credentials where the key is set to something other than username. Defaults to username.

Release 3.0.8: Fix a bug in sortOrders when syncing up Iceberg tables.

15 Nov 12:15
85ca227
Compare
Choose a tag to compare

[3.0.8] - 2022-11-15

Changed

  • Upgraded APIARY_GLUESYNC_LISTENER_VERSION to 7.3.6 (was 7.3.5). It fixes a bug in sortOrders when syncing up Iceberg tables.

Release 3.0.7: fixes a bug in parsing the table parameter - `lastAccessTime` when syncing up Iceberg tables

11 Nov 12:31
49d0f9e
Compare
Choose a tag to compare

[3.0.7] - 2022-11-11

Changed

  • Upgraded APIARY_GLUESYNC_LISTENER_VERSION to 7.3.5 (was 7.3.4). It fixes a bug in parsing the table parameter - lastAccessTime when syncing up Iceberg tables.

Release 3.0.6: Upgrade apiary-extensions for authenticating with IRSA in glue-sync

02 Nov 16:34
1dfdf32
Compare
Choose a tag to compare

[3.0.6] - 2022-11-02

Changed

  • Upgraded APIARY_EXTENSIONS_VERSION to 7.3.4 (was 6.0.1).
  • Upgraded APIARY_GLUESYNC_LISTENER_VERSION to 7.3.4 (was 7.3.0).

LDAP Credentials can be now be loaded directly using env variables

25 May 12:16
92d07d0
Compare
Choose a tag to compare

[3.0.5] - 2022-05-25

Changed

  • LDAP Credentials now can be loaded directly using LDAP_USERNAME and LDAP_PASSWORD, this is useful to load them from Vault.