Releases: ExpediaGroup/apiary-metastore-docker
Releases · ExpediaGroup/apiary-metastore-docker
v5.2.8: Merge pull request #141 from ExpediaGroup/githubjianli-patch-1
Added support for linux/arm64
Release 5.2.7
[5.2.7] - 2025-05-05
Added
- Updating all
APIARY_EXTENSIONS
modules to8.1.4
(was8.1.3
). Improved RENAME support in Glue listener.
Release 5.2.6
[5.2.6] - 2025-04-22
Added
- Updating all
APIARY_EXTENSIONS
modules to8.1.3
(was8.1.2
). Added RENAME support in Glue listener.
Release-5.2.5
Merge pull request #137 from hlegarda/chore/updating-apiary-extensions chore: updating apiary extensions
release 5.2.4
[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
[5.2.3] - 2025-02-25
Added
- Option to start gluesync listener without intializing glue databases.
release 5.2.2
[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
[5.2.1] - 2024-08-23
Added
- Upgrade yum repos from EMR-5.36.2 (latest EMR 5 version)
release 5.2.0
[5.2.0] - 2024-08-22
Added
- Upgrade HMS to 2.3.9 (was 2.3.7)
release 5.1.0
[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 areBoneCP
,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).