Skip to content

Releases: ExpediaGroup/apiary-metastore-docker

release 5.2.2

24 Sep 13:53
01994c7
Compare
Choose a tag to compare

[5.2.2] - 2024-09-24

Added

  • Upgrade Apiary extensions to 8.0.2 (was 7.3.9). (Glue Listener fix)

release 5.2.1

23 Aug 09:50
ab1cdc5
Compare
Choose a tag to compare

[5.2.1] - 2024-08-23

Added

  • Upgrade yum repos from EMR-5.36.2 (latest EMR 5 version)

release 5.2.0

22 Aug 08:45
b65bb3e
Compare
Choose a tag to compare

[5.2.0] - 2024-08-22

Added

  • Upgrade HMS to 2.3.9 (was 2.3.7)

release 5.1.0

24 Jun 08:07
c4d35b4
Compare
Choose a tag to compare

[5.1.0] - 2024-06-24

Added

  • Added datanucleus.connectionPoolingType to hive-site.xml, defaults: BoneCP
  • Added DATANUCLEUS_CONNECTION_POOLING_TYPE to support changing the database connection pooling. Valid options are BoneCP, DBCP, DBCP2, C3P0, HikariCP.
  • Added DATANUCLEUS_CONNECTION_POOL_MAX_POOLSIZE - Maximum pool size for the connection pool.
  • Added DATANUCLEUS_CONNECTION_POOL_MIN_POOLSIZE - Minimum pool size for the connection pool.
  • Added DATANUCLEUS_CONNECTION_POOL_INITIAL_POOLSIZE - Initial pool size for the connection pool (C3P0 only).
  • Added DATANUCLEUS_CONNECTION_POOL_MAX_IDLE - Maximum idle connections for the connection pool.
  • Added DATANUCLEUS_CONNECTION_POOL_MIN_IDLE - Minimum idle connections for the connection pool.
  • Added DATANUCLEUS_CONNECTION_POOL_MIN_ACTIVE - Maximum active connections for the connection pool (DBCP/DBCP2 only).
  • Added DATANUCLEUS_CONNECTION_POOL_MAX_WAIT - Maximum wait time for the connection pool (DBCP/DBCP2 only).
  • Added DATANUCLEUS_CONNECTION_POOL_VALIDATION_TIMEOUT - Validation timeout for the connection pool (DBCP/DBCP2/HikariCP only).
  • Added DATANUCLEUS_CONNECTION_POOL_LEAK_DETECTION_THRESHOLD - Leak detection threshold for the connection pool (HikariCP only).
  • Added DATANUCLEUS_CONNECTION_POOL_LEAK_MAX_LIFETIME - Maximum lifetime for the connection pool (HikariCP only).
  • Added DATANUCLEUS_CONNECTION_POOL_AUTO_COMMIT - Auto commit for the connection pool (HikariCP only).
  • Added DATANUCLEUS_CONNECTION_POOL_IDLE_TIMEOUT - Idle timeout for the connection pool (HikariCP only).
  • Added DATANUCLEUS_CONNECTION_POOL_CONNECTION_WAIT_TIMEOUT - Connection wait timeout for the connection pool (HikariCP only).
  • Added DATANUCLEUS_CONNECTION_POOL_READ_ONLY - Read only mode for the connection pool (HikariCP only).
  • Added DATANUCLEUS_CONNECTION_POOL_NAME - Connection pool name (HikariCP only).
  • Added DATANUCLEUS_CONNECTION_POOL_CATALOG - Connection pool catalog (HikariCP only).
  • Added DATANUCLEUS_CONNECTION_POOL_REGISTER_MBEANS - Register MBeans for the connection pool (HikariCP only).

Release 5.0.1 - Added MYSQL_DRIVER_JAR variable and fix default driver connector jar in classpath

19 Jun 12:03
067f659
Compare
Choose a tag to compare

[5.0.1] - 2024-06-19

Fixed

  • Added MYSQL_DRIVER_JAR to add the driver connector JAR to the system classpath. By default it is now using /usr/share/java/mysql-connector-java.jar.

Release v5.0.0 - Added support to use mysql jdbc driver

19 Jun 08:34
ea075d8
Compare
Choose a tag to compare

[5.0.0] - 2024-06-19

Changed

  • Switch from mariadb driver to default mysql driver. (Override settings to keep using mariadb driver).

Added

  • Added MYSQL_CONNECTION_DRIVER_NAME to support use different connection driver, defaults: com.mysql.jdbc.Driver.
  • Added MYSQL_TYPE to support use different type of MySQL, defaults: mysql.
  • Added mysql-connector-java to support to use driver com.mysql.jdbc.Driver.

Release v4.0.1

04 Jun 08:08
0b37df8
Compare
Choose a tag to compare

[4.0.1] - 2024-06-03

Changed

  • Upgraded APIARY_EXTENSIONS_VERSION to 7.3.9 (was 7.3.8).
  • Upgraded APIARY_GLUESYNC_LISTENER_VERSION to 7.3.9 (was 7.3.8).

v4.0.0 Codahale 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.