Skip to content

Commit b738d66

Browse files
committed
Preparing phoenix release 5.2.1RC5; tagging and updates to CHANGES.md and RELEASENOTES.md
1 parent 66f58d9 commit b738d66

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGES.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@
1818
-->
1919
# PHOENIX Changelog
2020

21-
## Release 5.2.1 - Unreleased (as of 2024-10-05)
21+
## Release 5.2.1 - Unreleased (as of 2024-10-22)
2222

2323

2424

2525
### IMPROVEMENTS:
2626

2727
| JIRA | Summary | Priority | Component |
2828
|:---- |:---- | :--- |:---- |
29+
| [PHOENIX-7428](https://issues.apache.org/jira/browse/PHOENIX-7428) | Add usable error message in BackwardCompatibilityIT | Minor | core, test |
30+
| [PHOENIX-7432](https://issues.apache.org/jira/browse/PHOENIX-7432) | getTable for PHYSICAL\_TABLE link should use common utility | Critical | . |
2931
| [PHOENIX-7416](https://issues.apache.org/jira/browse/PHOENIX-7416) | Bump Avro dependency version to 1.11.4 | Major | . |
32+
| [PHOENIX-6982](https://issues.apache.org/jira/browse/PHOENIX-6982) | Exclude Maven descriptors from shaded JARs | Major | . |
3033
| [PHOENIX-7395](https://issues.apache.org/jira/browse/PHOENIX-7395) | Metadata Cache metrics at server and client side | Major | . |
3134
| [PHOENIX-7397](https://issues.apache.org/jira/browse/PHOENIX-7397) | Optimize ClientAggregatePlan/ClientScanPlan when inner query is UnionPlan | Major | core |
3235
| [PHOENIX-7404](https://issues.apache.org/jira/browse/PHOENIX-7404) | Build the HBase 2.5+ profiles with Hadoop 3.3.6 | Major | . |
@@ -58,6 +61,14 @@
5861

5962
| JIRA | Summary | Priority | Component |
6063
|:---- |:---- | :--- |:---- |
64+
| [PHOENIX-7440](https://issues.apache.org/jira/browse/PHOENIX-7440) | TableSnapshotReadsMapReduceIT fails with HBase 2.6.1 | Major | core |
65+
| [PHOENIX-7282](https://issues.apache.org/jira/browse/PHOENIX-7282) | Incorrect data in index column for corresponding BIGINT type column in data table | Major | . |
66+
| [PHOENIX-7427](https://issues.apache.org/jira/browse/PHOENIX-7427) | PHOENIX-7418 breaks backwards compatibility tests | Critical | core |
67+
| [PHOENIX-7418](https://issues.apache.org/jira/browse/PHOENIX-7418) | SystemExitRule errors out because of SecurityManager deprecation / removal | Critical | core, test |
68+
| [PHOENIX-7429](https://issues.apache.org/jira/browse/PHOENIX-7429) | End2EndTestDriver should not extend AbstractHBaseTool | Critical | core, test |
69+
| [PHOENIX-7421](https://issues.apache.org/jira/browse/PHOENIX-7421) | Checkstyle plugin fails in phoenix-client-embedded module | Minor | test |
70+
| [PHOENIX-7420](https://issues.apache.org/jira/browse/PHOENIX-7420) | Bump commons-io:commons-io from 2.11.0 to 2.14.0 | Major | core, queryserver |
71+
| [PHOENIX-7081](https://issues.apache.org/jira/browse/PHOENIX-7081) | Replace /tmp with {java.io.tmpdir} in tests | Minor | core |
6172
| [PHOENIX-7402](https://issues.apache.org/jira/browse/PHOENIX-7402) | Even if a row is updated within TTL its getting expired partially | Critical | . |
6273
| [PHOENIX-7406](https://issues.apache.org/jira/browse/PHOENIX-7406) | Index creation fails when creating a partial index on a table which was created with column names in double quotes | Major | . |
6374
| [PHOENIX-7405](https://issues.apache.org/jira/browse/PHOENIX-7405) | Update Jetty to 9.4.56.v20240826 | Major | . |
@@ -98,6 +109,7 @@
98109

99110
| JIRA | Summary | Priority | Component |
100111
|:---- |:---- | :--- |:---- |
112+
| [PHOENIX-7439](https://issues.apache.org/jira/browse/PHOENIX-7439) | Bump default HBase 2.6 version to 2.6.1 | Major | . |
101113
| [PHOENIX-7362](https://issues.apache.org/jira/browse/PHOENIX-7362) | Update owasp plugin to 10.0.2 | Major | connectors, core, queryserver |
102114
| [PHOENIX-7371](https://issues.apache.org/jira/browse/PHOENIX-7371) | Update Hbase 2.5 version to 2.5.10 | Major | . |
103115
| [PHOENIX-7365](https://issues.apache.org/jira/browse/PHOENIX-7365) | ExplainPlanV2 should get trimmed list for regionserver location | Major | . |

0 commit comments

Comments
 (0)