This is an automated email from the ASF dual-hosted git repository.

pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new e2521ab0f ATLAS-4932: Update Atlas website for 2.4.0 release
e2521ab0f is described below

commit e2521ab0f17b5bd1afd3b8d5ce3417fa026426ca
Author: Pinal Shah <pinal.s...@freestoneinfotech.com>
AuthorDate: Thu Jan 2 13:55:02 2025 +0700

    ATLAS-4932: Update Atlas website for 2.4.0 release
    
    Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com>
---
 docs/docz-lib/config/menu.js                 |  2 +-
 docs/docz-lib/config/versions.js             | 33 ++++++++++++++--------------
 docs/src/documents/Downloads/Downloads.md    | 25 ++++++++++++++++++++-
 docs/src/documents/Overview.md               |  2 +-
 docs/src/documents/Whats-New/WhatsNew-2.4.md | 31 ++++++++++++++++++++++++++
 5 files changed, 74 insertions(+), 19 deletions(-)

diff --git a/docs/docz-lib/config/menu.js b/docs/docz-lib/config/menu.js
index 54895c2cc..384497bb9 100644
--- a/docs/docz-lib/config/menu.js
+++ b/docs/docz-lib/config/menu.js
@@ -87,7 +87,7 @@ export default [
             "Download",
             {
                 name: "Whats New",
-                menu: ["WhatsNew-2.3", "WhatsNew-2.2", "WhatsNew-2.1", 
"WhatsNew-2.0", "WhatsNew-1.0"]
+                menu: ["WhatsNew-2.4", "WhatsNew-2.3", "WhatsNew-2.2", 
"WhatsNew-2.1", "WhatsNew-2.0", "WhatsNew-1.0"]
             },
             "Migration"
         ]
diff --git a/docs/docz-lib/config/versions.js b/docs/docz-lib/config/versions.js
index 9ccbee419..fea87bf8d 100644
--- a/docs/docz-lib/config/versions.js
+++ b/docs/docz-lib/config/versions.js
@@ -1,41 +1,42 @@
 export default  [
-       { id: 1, href: "/2.3.0/index.html", title: "2.3.0", label: "2.3.0" },
-       { id: 2, href: "/2.2.0/index.html", title: "2.2.0", label: "2.2.0" },
-       { id: 3, href: "/2.1.0/index.html", title: "2.1.0", label: "2.1.0" },
-       { id: 4, href: "/2.0.0/index.html", title: "2.0.0", label: "2.0.0" },
-       { id: 5, href: "/1.2.0/index.html", title: "1.2.0", label: "1.2.0" },
-       { id: 6, href: "/1.1.0/index.html", title: "1.1.0", label: "1.1.0" },
-       { id: 7, href: "/1.0.0/index.html", title: "1.0.0", label: "1.0.0" },
-       { id: 8, href: "/0.8.4/index.html", title: "0.8.4", label: "0.8.4" },
-       { id: 9, href: "/0.8.3/index.html", title: "0.8.3", label: "0.8.3" },
-       { id: 10, href: "/0.8.2/index.html", title: "0.8.2", label: "0.8.2" },
-       { id: 11, href: "/0.8.1/index.html", title: "0.8.1", label: "0.8.1" },
+    { id: 1, href: "/2.4.0/index.html", title: "2.4.0", label: "2.4.0" },
+       { id: 2, href: "/2.3.0/index.html", title: "2.3.0", label: "2.3.0" },
+       { id: 3, href: "/2.2.0/index.html", title: "2.2.0", label: "2.2.0" },
+       { id: 4, href: "/2.1.0/index.html", title: "2.1.0", label: "2.1.0" },
+       { id: 5, href: "/2.0.0/index.html", title: "2.0.0", label: "2.0.0" },
+       { id: 6, href: "/1.2.0/index.html", title: "1.2.0", label: "1.2.0" },
+       { id: 7, href: "/1.1.0/index.html", title: "1.1.0", label: "1.1.0" },
+       { id: 8, href: "/1.0.0/index.html", title: "1.0.0", label: "1.0.0" },
+       { id: 9, href: "/0.8.4/index.html", title: "0.8.4", label: "0.8.4" },
+       { id: 10, href: "/0.8.3/index.html", title: "0.8.3", label: "0.8.3" },
+       { id: 11, href: "/0.8.2/index.html", title: "0.8.2", label: "0.8.2" },
+       { id: 12, href: "/0.8.1/index.html", title: "0.8.1", label: "0.8.1" },
        {
-               id: 12,
+               id: 13,
                href: "/0.8.0-incubating/index.html",
                title: "0.8-incubating",
                label: "0.8-incubating"
        },
        {
-               id: 13,
+               id: 14,
                href: "/0.7.1-incubating/index.html",
                title: "0.7.1-incubating",
                label: "0.7.1-incubating"
        },
        {
-               id: 14,
+               id: 15,
                href: "/0.7.0-incubating/index.html",
                title: "0.7-incubating",
                label: "0.7-incubating"
        },
        {
-               id: 15,
+               id: 16,
                href: "/0.6.0-incubating/index.html",
                title: "0.6-incubating",
                label: "0.6-incubating"
        },
        {
-               id: 16,
+               id: 17,
                href: "/0.5.0-incubating/index.html",
                title: "0.5-incubating",
                label: "0.5-incubating"
diff --git a/docs/src/documents/Downloads/Downloads.md 
b/docs/src/documents/Downloads/Downloads.md
index e98ef35b9..9585fe305 100644
--- a/docs/src/documents/Downloads/Downloads.md
+++ b/docs/src/documents/Downloads/Downloads.md
@@ -18,7 +18,8 @@ artifacts can be found in our published [KEYS 
file](https://www.apache.org/dist/
 
 | **Version** | **Release Date** | **Tarball** | **GPG** | **Hash** |
 | : ------------- : | : ------------- : | : ------------- : | : ------------- 
: |: ------------- :|
-| 2.3.0 | 2022-12-06 | 
[source](https://www.apache.org/dyn/closer.cgi/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz)
 | 
[signature](https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.asc)
 | 
[SHA512](https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.sha512)
 |
+|      2.4.0       |    2025-01-02    |              
[source](https://www.apache.org/dyn/closer.cgi/atlas/2.4.0/apache-atlas-2.4.0-sources.tar.gz)
              |                   
[signature](https://www.apache.org/dist/atlas/2.4.0/apache-atlas-2.4.0-sources.tar.gz.asc)
                   |                  
[SHA512](https://www.apache.org/dist/atlas/2.4.0/apache-atlas-2.4.0-sources.tar.gz.sha512)
                   |
+|      2.3.0       |    2022-12-06    |                
[source](https://archive.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz)
                  |                   
[signature](https://archive.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.asc)
                   |                
[SHA512](https://archive.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.sha512)
                 |
 | 2.2.0 | 2021-08-17 | 
[source](https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz)
 | 
[signature](https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.asc)
 | 
[SHA512](https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.sha512)
 |
 | 2.1.0 | 2020-07-15 | 
[source](https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz)
 | 
[signature](https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.asc)
 | 
[SHA512](https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.sha512)
 |
 | 0.8.4 | 2019-06-21 | 
[source](https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz)
 | 
[signature](https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.asc)
 | 
[SHA512](https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.sha512)
 |
@@ -67,6 +68,28 @@ pgp downloaded_file.asc`}
 </SyntaxHighlighter>
 
 ## Release Notes
+
+**[Atlas 2.4.0](../2.4.0/index) (Released on 2025/01/02)**
+   * Search: added support to download the search results of Basic and 
Advanced search.
+   * Hook: added CouchBase bridge
+   * Audits: implemented aging for audits
+   * Notification: utility to analyze hook notifications
+   * Ignore/Prune Pattern: support ignore patterns to be generic for all the 
hooks
+   * Provide Liveness and Readyness probes
+   * Export/Import: fixes and enhancements in this feature
+   * Dynamic Index Recovery: improvements in handling index recovery 
dynamically
+   * Relationship: performance improvements in dealing with large number of 
relationhips
+   * Lineage: performance improvements by handling data where there is no 
scope of lineage.
+   * Notification Hook Consumer: message processing improvement by skipping to 
retry for specific cases
+   * Hbase Compression Algotithm: identified SNAPPY compression performs 
faster, hence support is added to change compression
+   * Search: support for Chinese character in Atlas entities is added
+   * Dependencies Upgrade: JanusGraph, Spring Security, Netty, Tinkerpop, 
Spring Framework, Hbase, Sqoop, Storm, Jetty, Testng
+   * UI Dependencies Upgrade: Swagger-UI, DomPurify, send, serve-static, 
elliptic
+   * UI: fixes and improvements in multiple areas like Glossary, Entity Detail 
Page, Property tab, Text Editor, Search
+   * Log: replace use of log4j with logback
+   * Docker image: improvements to Docker support
+   * [List of JIRAs resolved in Apache Atlas 2.4.0 
release](https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20fixVersion%20%3D%202.4.0%20ORDER%20BY%20key%20DESC)
+
 **[Atlas 2.3.0](../2.3.0/index) (Released on 2022/12/06)**
    * (new) Relationship search: API and UI to search relationships based on 
type and properties
    * Resiliency: improvements in handling of index update failures
diff --git a/docs/src/documents/Overview.md b/docs/src/documents/Overview.md
index 344a0641c..ded1e3206 100644
--- a/docs/src/documents/Overview.md
+++ b/docs/src/documents/Overview.md
@@ -48,7 +48,7 @@ capabilities around these data assets for data scientists, 
analysts and the data
 
 ## Getting Started
 
-   * [What's new in Apache Atlas 2.3?](#/WhatsNew-2.3)
+   * [What's new in Apache Atlas 2.4?](#/WhatsNew-2.4)
    * [Build & Install](#/Installation)
    * [Quick Start](#/QuickStart)
 
diff --git a/docs/src/documents/Whats-New/WhatsNew-2.4.md 
b/docs/src/documents/Whats-New/WhatsNew-2.4.md
new file mode 100644
index 000000000..e836bff67
--- /dev/null
+++ b/docs/src/documents/Whats-New/WhatsNew-2.4.md
@@ -0,0 +1,31 @@
+---
+name: WhatsNew-2.4
+route: /WhatsNew-2.4
+menu: Downloads
+submenu: Whats New
+---
+
+# What's new in Apache Atlas 2.4?
+
+## Features
+* **Search**: added support to download the search results of Basic and 
Advanced search.
+* **Hook**: added CouchBase bridge
+* **Audits**: implemented aging for audits
+* **Notification**: utility to analyze hook notifications
+* **Ignore/Prune Pattern** : support ignore patterns to be generic for all the 
hooks
+* Provide Liveness and Readyness probes
+
+## Enhancements
+* **Export/Import**: fixes and enhancements in this feature
+* **Dynamic Index Recovery**: improvements in handling index recovery 
dynamically
+* **Relationship**: performance improvements in dealing with large number of 
relationhips
+* **Lineage**: performance improvements by handling data where there is no 
scope of lineage.
+* **Notification Hook Consumer**: message processing improvement by skipping 
to retry for specific cases
+* **Hbase Compression Algotithm**: identified SNAPPY compression performs 
faster, hence support is added to change compression
+* **Search**: support for Chinese character in Atlas entities is added
+* **Dependencies Upgrade**: JanusGraph, Spring Security, Netty, Tinkerpop, 
Spring Framework, Hbase, Sqoop, Storm, Jetty, Testng
+* **UI Dependencies Upgrade**: Swagger-UI, DomPurify, send, serve-static, 
elliptic
+* **UI**: fixes and improvements in multiple areas like Glossary, Entity 
Detail Page, Property tab, Text Editor, Search
+* **Log**: replace use of log4j with logback
+* **Docker image**: improvements to Docker support
+* [List of JIRAs resolved in Apache Atlas 2.4.0 
release](https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20fixVersion%20%3D%202.4.0%20ORDER%20BY%20key%20DESC)

Reply via email to