Skip to content

Commit

Permalink
Update about.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zorro90093 authored Jan 11, 2024
1 parent 99bf5ec commit 05f5129
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,26 @@
title: About
layout: home
---
<!DOCTYPE html>
<html>
<body>

<h1>About Page</h1>

About Page.
<h2>OpenDSU Major Release</h2>

<ol>
<li>0.x.x releases under PrivateSky research project leadership (2019-2020)</li>
<li>1.x.x releases under Axiologic Research leadership (2020 - march 2023): RFC proposed the major APis in OpenDSK</li>
<li>2.x.x releases under Axiologic Research leadership (2023 - 202x):</li>
</ol>

<p>Release notes</p>
<ol>
<li>Major RFCs approved (check the opendsu.com site). The DSU APIs proven stable in OpenDSU SDK will be preserved in all future versions.</li>
<li>Release 2.0.0 declares the "legacy" DSU APIs stable. However, we changed the caching mechanism of the DSU (removed any long-term caching). We introduced "startOrAttachBatch" as the best method for working in batch mode.</li>
<li>Release 2.0.1 is declared the first production-ready release. (It does not have changes on public APIs but has many stability and security-related fixes).</li>
</ol>

</body>
</html>

0 comments on commit 05f5129

Please sign in to comment.