Skip to content

Commit

Permalink
Bump version to 6.3.1 (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradford D. Boyle authored Apr 26, 2022
1 parent 5b6bae5 commit 21dea1a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/create-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,11 @@ jobs:
tag_name: ${{ github.ref }}
release_name: PXF Version ${{ github.ref }}
body: |
## 6.3.0 (03/16/2022)
### Enhancements:
- [#703](https://github.com/greenplum-db/pxf/pull/703) Added Support for Avro Logical Types for Readable External Tables
- [#707](https://github.com/greenplum-db/pxf/pull/707) Enabled Kerberos Constrained Delegation impersonation for secure clusters
- [#752](https://github.com/greenplum-db/pxf/pull/752) Add support for GPDB6 on RHEL 8
- [#754](https://github.com/greenplum-db/pxf/pull/754) Add scripts for modifying PXF extension to support gpupgrade
## 6.3.1 (04/27/2022)
### Bug Fixes:
- [#738](https://github.com/greenplum-db/pxf/pull/738) Fix: For reading the records correctly from a MultiLine JSON file
- [#756](https://github.com/greenplum-db/pxf/pull/756) Fixed HiveDataFragmenter not closing connections to Hive Metastore
- [#760](https://github.com/greenplum-db/pxf/pull/760) Update bundled postgresql to 42.3.3
- [#788](https://github.com/greenplum-db/pxf/pull/788) Replace prefix macro with environment variable in scriptlets
- [#794](https://github.com/greenplum-db/pxf/pull/794) Fix NPE in Hive ORC vectorized query execution
draft: false
prerelease: false
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 6.3.1 (04/27/2022)

### Bug Fixes:

- [#788](https://github.com/greenplum-db/pxf/pull/788) Replace prefix macro with environment variable in scriptlets
- [#794](https://github.com/greenplum-db/pxf/pull/794) Fix NPE in Hive ORC vectorized query execution

## 6.3.0 (03/16/2022)

### Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.1-SNAPSHOT
6.3.1

0 comments on commit 21dea1a

Please sign in to comment.