Releases: ExpediaGroup/apiary-metastore-docker
Releases · ExpediaGroup/apiary-metastore-docker
v3.0.14: Merge pull request #119 from ExpediaGroup/feature/upgrade_mvn_ver
upgrade maven version from 3.9.3 to 3.9.4
v3.0.13: Merge pull request #117 from ExpediaGroup/feature/enable_lock_hp
enable hive lock house keeper
Added variable MAX_REQUEST_SIZE to optionally increase the Kafka request size
[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
to7.3.8
(was7.3.7
). - Upgraded
APIARY_GLUESYNC_LISTENER_VERSION
to7.3.8
(was7.3.7
).
Release 3.0.11: Added variable KAFKA_COMPRESSION_TYPE for Kafka
[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
to7.3.7
(was7.3.4
). - Upgraded
APIARY_GLUESYNC_LISTENER_VERSION
to7.3.7
(was7.3.6
).
Added variable LIMIT_PARTITION_REQUEST_NUMBER to protect the cluster
[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
[3.0.9] - 2022-11-23
Added
- Variable
MYSQL_SECRET_USERNAME_KEY
for pulling aws credentials where the key is set to something other thanusername
. Defaults tousername
.
Release 3.0.8: Fix a bug in sortOrders when syncing up Iceberg tables.
[3.0.8] - 2022-11-15
Changed
- Upgraded
APIARY_GLUESYNC_LISTENER_VERSION
to7.3.6
(was7.3.5
). It fixes a bug in sortOrders when syncing up Iceberg tables.
Release 3.0.7: fixes a bug in parsing the table parameter - `lastAccessTime` when syncing up Iceberg tables
[3.0.7] - 2022-11-11
Changed
- Upgraded
APIARY_GLUESYNC_LISTENER_VERSION
to7.3.5
(was7.3.4
). It fixes a bug in parsing the table parameter -lastAccessTime
when syncing up Iceberg tables.
Release 3.0.6: Upgrade apiary-extensions for authenticating with IRSA in glue-sync
[3.0.6] - 2022-11-02
Changed
- Upgraded
APIARY_EXTENSIONS_VERSION
to7.3.4
(was6.0.1
). - Upgraded
APIARY_GLUESYNC_LISTENER_VERSION
to7.3.4
(was7.3.0
).
LDAP Credentials can be now be loaded directly using env variables
[3.0.5] - 2022-05-25
Changed
- LDAP Credentials now can be loaded directly using
LDAP_USERNAME
andLDAP_PASSWORD
, this is useful to load them from Vault.