Skip to content

Releases: arenadata/pxf

6.9.0_arenadata13

19 Mar 05:40
1a66599
Compare
Choose a tag to compare

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

08 Dec 22:19
a4999c5
Compare
Choose a tag to compare

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

Full Changelog: 6.8.0_arenadata11...6.8.0_arenadata12

6.8.0_arenadata11

06 Oct 14:55
Compare
Choose a tag to compare
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

02 Oct 08:53
f6ee1ce
Compare
Choose a tag to compare
Merge pull request #55 from arenadata/6.8.0-sync

ADBDEV-3954 6.8.0 sync

6.7.0_arenadata10

18 Sep 07:56
561c3e1
Compare
Choose a tag to compare
Merge pull request #52 from arenadata/fix/ADBDEV-4083

ADBDEV-4083: Downgrade snappy-java to 1.1.8.4

6.7.0_arenadata9

04 Aug 11:46
8ad87e9
Compare
Choose a tag to compare
Merge pull request #45 from arenadata/6.7.0-sync

ADBDEV-4011 6.7.0 sync

6.6.0_arenadata9

09 Jun 11:37
bd6a7fc
Compare
Choose a tag to compare
Merge pull request #43 from arenadata/6.6.0-sync

ADBDEV-3637 6.6.0 sync

6.5.0_arenadata9

19 May 12:55
0c78f16
Compare
Choose a tag to compare
Merge pull request #41 from arenadata/ADBDEV-3683

ADBDEV-3683: Downgrade to Spring Boot 2.4.3

6.5.0_arenadata8: ADBDEV-3099: Fix TIMESTAMP_WITH_TIME_ZONE for readable tables

05 Apr 15:24
Compare
Choose a tag to compare
We don't need to convert OffsetDateTime to LocalDateTime on the PXF site as it has its own time zone that might be not the same as in GP.

6.5.0_arenadata6

27 Mar 08:40
f87fac8
Compare
Choose a tag to compare
Merge pull request #35 from arenadata/feature/pxf-6.x-ADBDEV-3099

ADBDEV-3099: Add support year if it contains more than 4 digits