Releases: ExpediaGroup/apiary-metastore-docker
Releases · ExpediaGroup/apiary-metastore-docker
release 5.2.2
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).
Release 5.0.1 - Added MYSQL_DRIVER_JAR variable and fix default driver connector jar in classpath
[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
[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 drivercom.mysql.jdbc.Driver
.
Release v4.0.1
[4.0.1] - 2024-06-03
Changed
- Upgraded
APIARY_EXTENSIONS_VERSION
to7.3.9
(was7.3.8
). - Upgraded
APIARY_GLUESYNC_LISTENER_VERSION
to7.3.9
(was7.3.8
).
v4.0.0 Codahale metrics
What's Changed
- Coadhale metrics sent to Datadog with JMX enabled by @DhrubajyotiSadhu in #123
Full Changelog: v3.0.17...v4.0.0
Enable prometheus jmx agent when running on ECS
What's Changed
- Feature/snapshot docker image push by @DhrubajyotiSadhu in #122
- Enable prometheus jmx agent when running on ECS by @DhrubajyotiSadhu in #121
New Contributors
- @DhrubajyotiSadhu made their first contribution in #122
Full Changelog: v3.0.15...v3.0.17
Release v3.0.15
[3.0.15] - 2023-10-03
Fixed
- Safeguard AWS account id call to prevent incorrect DB locations.