You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2021/06/29 18:53:12 UTC

[directory-site] branch master updated: Release LDAP API 2.1.0

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

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 302d6f1  Release LDAP API 2.1.0
302d6f1 is described below

commit 302d6f123b72010f72a21cfddc9cac3368abf9dd
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Tue Jun 29 20:52:33 2021 +0200

    Release LDAP API 2.1.0
---
 config.toml                         |  2 +-
 source/api/download-old-versions.md |  1 +
 source/api/news.md                  | 25 +++++++++++++++++++++++++
 static/api/gen-docs/.htaccess       |  4 ++--
 4 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/config.toml b/config.toml
index 553a532..2bb274d 100644
--- a/config.toml
+++ b/config.toml
@@ -35,7 +35,7 @@ date = ["date", ":filename", "publishDate", "lastmod"]
 [params]
 version_apacheds = "2.0.0.AM26"
 version_api = "1.0.3"
-version_api2 = "2.0.2"
+version_api2 = "2.1.0"
 version_fortress = "2.0.5"
 version_kerby = "2.0.1"
 version_mavibot = "1.0.0-M8"
diff --git a/source/api/download-old-versions.md b/source/api/download-old-versions.md
index 587d1c5..29cd87a 100644
--- a/source/api/download-old-versions.md
+++ b/source/api/download-old-versions.md
@@ -10,6 +10,7 @@ title: Download Old Versions
 
 | Version| Download Link | Javadoc & XRef |  Date |
 |:-:|:-:|:-:|:-:|
+| Apache LDAP API 2.0.2 | [Download](https://archive.apache.org/dist/directory/api/dist/2.0.2) | [Javadoc](https://svn.apache.org/repos/infra/websites/production/directory/content/api/gen-docs/2.0.2/apidocs/index.html), [Xref](https://svn.apache.org/repos/infra/websites/production/directory/content/api/gen-docs/2.0.2/xref/index.html) |25/May/2021 |
 | Apache LDAP API 2.0.1 | [Download](https://archive.apache.org/dist/directory/api/dist/2.0.1) | [Javadoc](https://svn.apache.org/repos/infra/websites/production/directory/content/api/gen-docs/2.0.1/apidocs/index.html), [Xref](https://svn.apache.org/repos/infra/websites/production/directory/content/api/gen-docs/2.0.1/xref/index.html) |26/Mar/2020 |
 | Apache LDAP API 2.0.0 | [Download](https://archive.apache.org/dist/directory/api/dist/2.0.0) | [Javadoc](https://svn.apache.org/repos/infra/websites/production/directory/content/api/gen-docs/2.0.0/apidocs/index.html), [Xref](https://svn.apache.org/repos/infra/websites/production/directory/content/api/gen-docs/2.0.0/xref/index.html) |13/Nov/2019 |
 | Apache LDAP API 2.0.0.AM4 | [Download](https://archive.apache.org/dist/directory/api/dist/2.0.0.AM4) | [Javadoc](https://svn.apache.org/repos/infra/websites/production/directory/content/api/gen-docs/2.0.0.AM4/apidocs/index.html), [Xref](https://svn.apache.org/repos/infra/websites/production/directory/content/api/gen-docs/2.0.0.AM4/xref/index.html) |09/Jun/2019 |
diff --git a/source/api/news.md b/source/api/news.md
index 799fb2c..7389d9a 100644
--- a/source/api/news.md
+++ b/source/api/news.md
@@ -3,6 +3,31 @@ title: News
 ---
 
 # News 
+
+<h2 class="news">Apache Directory LDAP API 2.1.0 released <em>posted on June 29th, 2021</em></h2>
+
+The Apache Directory Team is proud to announce the availability of version 2.1.0 of the Apache Directory LDAP API.
+
+The Apache Directory LDAP API is an ongoing effort to provide an enhanced LDAP API, as a replacement for JNDI and the existing LDAP API (jLdap and Mozilla LDAP API).
+
+This is a schema aware API, with some convenient ways to access a LDAP server. This API is not only targeting the Apache Directory Server, but should work pristine with any LDAP server.
+
+It's also an extensible API : new Controls, schema elements and network layer could be added or used in the near future. It's also OSGi capable.
+
+This is a security enhancement release:
+
+
+**Improvement:**
+
+* [DIRAPI-373]https://issues.apache.org/jira/browse/DIRAPI-373) - Implement SASL integrity and confidentiality layer
+* [DIRAPI-374]https://issues.apache.org/jira/browse/DIRAPI-374) - Consistify LdapConnectionConfig useTls and useSsl flags
+* [DIRAPI-375]https://issues.apache.org/jira/browse/DIRAPI-375) - Add TLSv1.3 to default protocols
+* [DIRAPI-376]https://issues.apache.org/jira/browse/DIRAPI-376) - Change getRootDse() to return all user and operational attibutes
+* [DIRAPI-377]https://issues.apache.org/jira/browse/DIRAPI-377) - Add LDAP Relax Rules Control
+
+Downloads are available [here](downloads-2.html) and the User's Guide is [there](user-guide.html)
+
+
 <h2 class="news">Apache Directory LDAP API 2.0.2 released <em>posted on May 25th, 2021</em></h2>
 
 The Apache Directory Team is proud to announce the availability of version 2.0.2 of the Apache Directory LDAP API.
diff --git a/static/api/gen-docs/.htaccess b/static/api/gen-docs/.htaccess
index 8bd3be8..c692b9b 100644
--- a/static/api/gen-docs/.htaccess
+++ b/static/api/gen-docs/.htaccess
@@ -5,8 +5,8 @@ RewriteEngine On
 RewriteRule ^latest$ https://nightlies.apache.org/directory/api/1.0.2/ [QSA,L]
 RewriteRule ^latest/(.*)$ https://nightlies.apache.org/directory/api/1.0.2/$1 [QSA,L]
 
-RewriteRule ^latest2$ https://nightlies.apache.org/directory/api/2.0.2/ [QSA,L]
-RewriteRule ^latest2/(.*)$ https://nightlies.apache.org/directory/api/2.0.2/$1 [QSA,L]
+RewriteRule ^latest2$ https://nightlies.apache.org/directory/api/2.1.0/ [QSA,L]
+RewriteRule ^latest2/(.*)$ https://nightlies.apache.org/directory/api/2.1.0/$1 [QSA,L]
 
 # Redirect everything else
 RewriteRule ^(.*)$ https://nightlies.apache.org/directory/api/$1 [QSA,L]