Releases: ExpediaGroup/apiary-data-lake
Releases · ExpediaGroup/apiary-data-lake
v7.3.6: fix: add new variable external_database_host_readonly (#275)
Co-authored-by: janli <[email protected]>
release 7.3.4
[7.3.5] - 2024-09-02
Added
- Use unique SID in IAM Policy.
v7.3.4: fix: Add 3 permissions to apiary-bucket-policy (#273)
* Update apiary-bucket-policy.json * Add more permissions * Update CHANGELOG.md
v7.3.3: Added s3_enable_inventory_tables and enabled multipartuploads on bucket policies
What's Changed
- added parameter(s3_enable_inventory_tables) to enable/disable tables and cronjob by @haroldjimenez in #269
- Add 3 permissions to apiary-bucket-policy by @WhaleZ in #273
New Contributors
- @haroldjimenez made their first contribution in #269
- @WhaleZ made their first contribution in #273
Full Changelog: v7.3.2...v7.3.3
v7.3.2: fix: fix deny exception policy (#272)
* fix: fix deny exception policy * fix: change variable type * fix: change deny exception policy * fix: fix condition * fix: fix policy * fix: fix deny exception roles * fix: fix typo * fix: fix list * fix: update change log * fix: update varaible name --------- Co-authored-by: janli <[email protected]>
v7.3.1: fix: fixing s3 inventory service account secret (#271)
Co-authored-by: janli <[email protected]>
Buckets can deny global write access
[7.3.0] - 2024-08-20
Added
- If apiary_managed_schemas has
deny_global_write_access
enabled, onlyproducer_roles
will be able to write in the specified schema.
v7.2.3: fix: update cronjob api to v1 version (#268)
Co-authored-by: janli <[email protected]>
release 7.2.2
release 7.2.1
[7.2.1] - 2024-07-01
Added
- Issue where requests can hit 10min connection timeout, TCP keepalive prevents NLB closing idle connections. Similar to the issue explained here: https://paramount.tech/blog/2021/07/26/mitigation-of-connection-reset-in-aws.html