This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/master by this push:
new 85a34b7b5d Update Drill website for the release of Drill 1.21.2.
85a34b7b5d is described below
commit 85a34b7b5d00c2cbe535d351eaed6575d02ba122
Author: James Turton <[email protected]>
AuthorDate: Sun Jun 23 09:11:37 2024 +0200
Update Drill website for the release of Drill 1.21.2.
---
_data/version.json | 10 ++--
_docs/en/rn/040-1.21.2-rn.md | 64 ++++++++++++++++++++++
blog/_posts/en/2024-06-23-drill-1.21.2-released.md | 11 ++++
3 files changed, 80 insertions(+), 5 deletions(-)
diff --git a/_data/version.json b/_data/version.json
index 4afc54096a..0752f74cfd 100644
--- a/_data/version.json
+++ b/_data/version.json
@@ -1,7 +1,7 @@
{
- "display_version": "1.21.1",
- "full_version": "1.21.1",
- "release_date": "April 29, 2023",
- "blog_post":"/blog/2023/04/29/drill-1.21.1-released",
- "release_notes": "/docs/apache-drill-1-21-1-release-notes/"
+ "display_version": "1.21.2",
+ "full_version": "1.21.2",
+ "release_date": "June 23, 2024",
+ "blog_post":"/blog/2024/06/23/drill-1.21.2-released",
+ "release_notes": "/docs/apache-drill-1-21-2-release-notes/"
}
diff --git a/_docs/en/rn/040-1.21.2-rn.md b/_docs/en/rn/040-1.21.2-rn.md
new file mode 100644
index 0000000000..00d5d65822
--- /dev/null
+++ b/_docs/en/rn/040-1.21.2-rn.md
@@ -0,0 +1,64 @@
+---
+title: "Apache Drill 1.21.2 Release Notes"
+slug: "Apache Drill 1.21.2 Release Notes"
+parent: "Release Notes"
+---
+
+**Release date:** Jun 23, 2024
+
+Today, we're happy to announce the availability of Drill 1.21.2. You can
download it [here](https://drill.apache.org/download/).
+
+
+Release Notes - Apache Drill - Version 1.21.2
+
+## Sub-task
+* [DRILL-8459](https://issues.apache.org/jira/DRILL-8459) - Bump avro to
1.11.3 due to CVE
+* [DRILL-8460](https://issues.apache.org/jira/DRILL-8460) - Upgrade ZooKeeper
3.5.7 → 3.5.10 and Curator 5.2.0 → 5.5.0
+
+## Bug
+* [DRILL-8375](https://issues.apache.org/jira/DRILL-8375) - Incomplete support
for non-projected complex vectors
+* [DRILL-8426](https://issues.apache.org/jira/DRILL-8426) - Endless retrying
zk set data for a large query
+* [DRILL-8428](https://issues.apache.org/jira/DRILL-8428) - ElasticSearch
Config Missing Getters
+* [DRILL-8442](https://issues.apache.org/jira/DRILL-8442) - NPE on
DeltaRowGroupScan
+* [DRILL-8446](https://issues.apache.org/jira/DRILL-8446) - Incorrect use of
OperatingSystemMXBean
+* [DRILL-8449](https://issues.apache.org/jira/DRILL-8449) - Typo in FreeMarker
templates
+* [DRILL-8451](https://issues.apache.org/jira/DRILL-8451) - Options and
profile pages have bad order symbols style
+* [DRILL-8458](https://issues.apache.org/jira/DRILL-8458) - Reading Parquet v2
data page with repetition levels larger than column data throws
IllegalArgumentException
+* [DRILL-8461](https://issues.apache.org/jira/DRILL-8461) - Prevent XXE
Attacks in XML Format Plugin
+* [DRILL-8468](https://issues.apache.org/jira/DRILL-8468) - Drill doesn't
perform drill.exec.storage.action_on_plugins_override_file action
+* [DRILL-8475](https://issues.apache.org/jira/DRILL-8475) - Update the binary
distributions LICENSE
+* [DRILL-8478](https://issues.apache.org/jira/DRILL-8478) - HashPartition
memory leak when exception
+* [DRILL-8479](https://issues.apache.org/jira/DRILL-8479) - Merge Join Memory
Leak Depleting Incoming Batches Throw Exception
+* [DRILL-8480](https://issues.apache.org/jira/DRILL-8480) - Cleanup before
finished. 0 out of 1 streams have finished
+* [DRILL-8482](https://issues.apache.org/jira/DRILL-8482) - Assign region
throw exception when some region is deployed on affinity node and some on
non-affinity node
+* [DRILL-8483](https://issues.apache.org/jira/DRILL-8483) - SpilledRecordBatch
memory leak when the program threw an exception during the process of building
a hash table
+* [DRILL-8484](https://issues.apache.org/jira/DRILL-8484) - HashJoinPOP memory
leak is caused by an oom exception when read data from Stream with container
+* [DRILL-8485](https://issues.apache.org/jira/DRILL-8485) - HashJoinPOP memory
leak is caused by an oom exception when read data from InputStream
+* [DRILL-8486](https://issues.apache.org/jira/DRILL-8486) -
ParquetDecodingException: could not read bytes at offset
+* [DRILL-8488](https://issues.apache.org/jira/DRILL-8488) - HashJoinPOP memory
leak is caused by OutOfMemoryException
+* [DRILL-8489](https://issues.apache.org/jira/DRILL-8489) - Sender memory leak
when rpc encode exception
+* [DRILL-8493](https://issues.apache.org/jira/DRILL-8493) - Drill Unable to
Read XML Files with Namespaces
+* [DRILL-8494](https://issues.apache.org/jira/DRILL-8494) - HTTP Caching Not
Saving Pages
+* [DRILL-8495](https://issues.apache.org/jira/DRILL-8495) - Tried to remove
unmanaged buffer
+
+## Improvement
+* [DRILL-8385](https://issues.apache.org/jira/DRILL-8385) - Add support for
disabling SSL certificate verification in the Elasticsearch plugin
+* [DRILL-8415](https://issues.apache.org/jira/DRILL-8415) - Upgrade Jackson
2.14.3 → 2.16.1
+* [DRILL-8452](https://issues.apache.org/jira/DRILL-8452) - Library upgrades
+* [DRILL-8456](https://issues.apache.org/jira/DRILL-8456) - Upgrade POI to
5.2.4
+* [DRILL-8462](https://issues.apache.org/jira/DRILL-8462) - Upgrade to poi
5.2.5
+* [DRILL-8463](https://issues.apache.org/jira/DRILL-8463) - upgrade to bouncy
castle jdk1.8 jars
+* [DRILL-8464](https://issues.apache.org/jira/DRILL-8464) - GitHubActions:
checkout action needs to be upgraded to v4 due to node16 deprecation
+* [DRILL-8466](https://issues.apache.org/jira/DRILL-8466) - Logback 1.3.14
(due to CVE)
+* [DRILL-8469](https://issues.apache.org/jira/DRILL-8469) - Retire the
EasyOutOfMemory test category
+* [DRILL-8481](https://issues.apache.org/jira/DRILL-8481) - Ability to query
XML root attributes
+
+## Task
+* [DRILL-8429](https://issues.apache.org/jira/DRILL-8429) - Upgrade Jackson to
2.14.3
+* [DRILL-8430](https://issues.apache.org/jira/DRILL-8430) - Add factory method
for creating Jackson ObjectMappers
+* [DRILL-8438](https://issues.apache.org/jira/DRILL-8438) - Bump YAUAA to
7.19.2
+* [DRILL-8445](https://issues.apache.org/jira/DRILL-8445) - Upgrade Janino
3.1.8 → 3.1.11
+* [DRILL-8467](https://issues.apache.org/jira/DRILL-8467) - Update netty to
4.1.101
+* [DRILL-8470](https://issues.apache.org/jira/DRILL-8470) - Bump MongoDB
Driver to Latest Version
+* [DRILL-8471](https://issues.apache.org/jira/DRILL-8471) - Bump DeltaLake
Driver to Version 3.0.0
+* [DRILL-8472](https://issues.apache.org/jira/DRILL-8472) - Bump Image
Metadata Library to Latest Version
diff --git a/blog/_posts/en/2024-06-23-drill-1.21.2-released.md
b/blog/_posts/en/2024-06-23-drill-1.21.2-released.md
new file mode 100644
index 0000000000..0193cad33b
--- /dev/null
+++ b/blog/_posts/en/2024-06-23-drill-1.21.2-released.md
@@ -0,0 +1,11 @@
+---
+layout: post
+title: "Drill 1.21.2 Released"
+code: drill-1.21.2-released
+excerpt: Apache Drill 1.21.2 has been released.
+
+authors: ["jturton"]
+---
+
+Today, we're happy to announce the availability of Drill 1.21.2. You can
download it [here](https://drill.apache.org/download/). You can find a complete
list of improvements and JIRAs resolved in the 1.21.2 release
[here]({{site.baseurl}}/docs/apache-drill-1-21-2-release-notes/).
+