Releases: arenadata/pxf
Releases · arenadata/pxf
6.11.0_arenadata17
Update version to 6.11.0
6.10.1_arenadata16
Merge pull request #129 from arenadata/feature/ADBDEV-6363 ADBDEV-6363: Change the default base image to CentOs
6.10.1_arenadata15
Merge pull request #100 from arenadata/feature/ADBDEV-5595 [ADBDEV-5595] - Add support for new types in PXF
6.10.1_arenadata14
Merge pull request #96 from arenadata/feature/ADBDEV-5568 [ADBDEV-5568] [Java] PXF: Add pushdown filter support for new datatypes
6.9.0_arenadata13
What's Changed
- ADBDEV-4886 6.9.0 sync by @deart2k in #74
- ADBDEV-4980: Implement reload and reloadAll methods for profiles by @RomaZe in #76
- ADBDEV-4985: Implemented a new endpoint POST /pxf/reload by @RomaZe in #77
- ADBDEV-4979: Implement pxf profile reload CLI by @RomaZe in #81
- ADBDEV-5095: Add spring security to protect endpoints by @RomaZe in #82
- ADBDEV-4980: Refactoring reloader methods by @RomaZe in #79
- ADBDEV-4986: Implemented service to reload profile by @RomaZe in #78
- ADBDEV-4987: Implementation of queries termination by @RomaZe in #80
- ADBDEV-5139: Convert profile to lower case by @RomaZe in #83
- Feature/adbdev 4978 by @iamlapa in #84
Full Changelog: 6.8.0_arenadata12...6.9.0_arenadata13
6.8.0_arenadata12
What's Changed
- ADBDEV-4042: Add test environment for integration tests by @RomaZe in #57
- ADBDEV-4489: Revert patch that implements closing connection for libchurl context by @RekGRpth in #61
- ADBDEV-4490: Add resource release callback to pxf external tables and fdw by @RekGRpth in #70
- ADBDEV-4253: Cancel read requests in PXF service by @RekGRpth in #54
- ADBDEV-4556: Reapply patch replacing multiple check_reponse usage by @KnightMurloc in #72
- ADBDEV-4436: Add PXF integration tests for custom features by @RomaZe in #69
- ADBDEV-4581: Implement monitoring metrics in PXF service by @SidorovGreg in #71
- Init foreign modify state early like it's done in 6.6.0 by @InnerLife0 in #73
New Contributors
- @KnightMurloc made their first contribution in #72
Full Changelog: 6.8.0_arenadata11...6.8.0_arenadata12
6.8.0_arenadata11
Refactor closing connection to pxf external-table and fdw The C-part of the PXF external table releases the context (cleanup_context) only on the last call in the pxfprotocol_export and pxfprotocol_import functions. The C-part of the PXF fdw releases the context (PxfBridgeCleanup) only in the FinishForeignModify function. That is, on errors, the context is not released, including curl-connections to the Java-part are not closed. Therefore, I added a callback to release resources on errors, which releases the context, including closing curl-connections.
6.8.0_arenadata10
Merge pull request #55 from arenadata/6.8.0-sync ADBDEV-3954 6.8.0 sync
6.7.0_arenadata10
Merge pull request #52 from arenadata/fix/ADBDEV-4083 ADBDEV-4083: Downgrade snappy-java to 1.1.8.4
6.7.0_arenadata9
Merge pull request #45 from arenadata/6.7.0-sync ADBDEV-4011 6.7.0 sync