Skip to content

Releases: ExpediaGroup/apiary-metastore-docker

v4.0.0 Coadhale metrics

12 Mar 11:07
154f83d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.17...v4.0.0

Enable prometheus jmx agent when running on ECS

01 Feb 00:29
0e975ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.15...v3.0.17

Release v3.0.15

03 Oct 12:19
078494d
Compare
Choose a tag to compare

[3.0.15] - 2023-10-03

Fixed

  • Safeguard AWS account id call to prevent incorrect DB locations.

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.