Skip to content

Releases: ExpediaGroup/apiary-metastore-docker

v5.2.8: Merge pull request #141 from ExpediaGroup/githubjianli-patch-1

04 Jun 18:03
3dd54a1
Compare
Choose a tag to compare

Release 5.2.7

05 May 15:14
ea8a0be
Compare
Choose a tag to compare

[5.2.7] - 2025-05-05

Added

  • Updating all APIARY_EXTENSIONS modules to 8.1.4 (was 8.1.3). Improved RENAME support in Glue listener.

Release 5.2.6

22 Apr 11:30
fd764c1
Compare
Choose a tag to compare

[5.2.6] - 2025-04-22

Added

  • Updating all APIARY_EXTENSIONS modules to 8.1.3 (was 8.1.2). Added RENAME support in Glue listener.

Release-5.2.5

09 Apr 17:28
cbcec4c
Compare
Choose a tag to compare
Merge pull request #137 from hlegarda/chore/updating-apiary-extensions

chore: updating apiary extensions

release 5.2.4

02 Apr 10:18
2cecd5d
Compare
Choose a tag to compare

[5.2.4] - 2025-04-01
Added
Updating APIARY_EXTENSIONS_VERSION to 8.1.0 (was 8.0.2). Supports MSK cluster.

Release 5.2.3

26 Feb 14:22
687a80f
Compare
Choose a tag to compare

[5.2.3] - 2025-02-25

Added

  • Option to start gluesync listener without intializing glue databases.

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).