You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by ra...@apache.org on 2017/08/25 01:16:55 UTC

svn commit: r1806119 - /incubator/s2graph/site/releases/s2graph-release-0.2.0-incubating.html

Author: rain
Date: Fri Aug 25 01:16:54 2017
New Revision: 1806119

URL: http://svn.apache.org/viewvc?rev=1806119&view=rev
Log:
add releases/s2graph-release-0.2.0-incubating.html

Added:
    incubator/s2graph/site/releases/s2graph-release-0.2.0-incubating.html

Added: incubator/s2graph/site/releases/s2graph-release-0.2.0-incubating.html
URL: http://svn.apache.org/viewvc/incubator/s2graph/site/releases/s2graph-release-0.2.0-incubating.html?rev=1806119&view=auto
==============================================================================
--- incubator/s2graph/site/releases/s2graph-release-0.2.0-incubating.html (added)
+++ incubator/s2graph/site/releases/s2graph-release-0.2.0-incubating.html Fri Aug 25 01:16:54 2017
@@ -0,0 +1,108 @@
+<!DOCTYPE html>
+<html>
+   <head>
+      <meta charset="UTF-8">
+      <title>S2Graph</title>
+      <meta property="og:title" content="S2Graph" />
+      <meta property="og:type" content="website" />
+      <meta property="og:url" content="https://s2graph.incubator.apache.org/" />
+      <meta property="og:image" content="http://s2graph.incubator.apache.org/images/s2graph_og_logo.jpg" />
+      <link rel="shortcut icon" type="image/x-icon" href="../images/favicon.ico" />
+      <!-- Latest compiled and minified CSS -->
+      <link rel="stylesheet" href="../css/bootstrap.min.css">
+      <!-- Optional theme -->
+      <link rel="stylesheet" href="../css/bootstrap-theme.min.css">
+      <link rel="stylesheet" href="../css/custom.css">
+      <!-- Latest compiled and minified JavaScript -->
+      <script src="../js/jquery-1.12.3.min.js"></script>
+      <script src="../js/bootstrap.min.js"></script>
+   </head>
+   <body>
+      <div class="navbar navbar-default navbar-fixed-top" role="navigation">
+         <div class="container">
+            <div class="navbar-header">
+               <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+               <span class="sr-only">Toggle navigation</span>
+               <span class="icon-bar"></span>
+               <span class="icon-bar"></span>
+               <span class="icon-bar"></span>
+               </button>
+               <a class="navbar-brand" href="/">
+               <img src="../images/s2graph_logo1.png" width="50" alt="S2Graph">
+               Apache S2Graph <small>(incubating)</small>
+               </a>
+            </div>
+            <nav class="navbar-collapse collapse" role="navigation">
+               <ul class="nav navbar-nav"></ul>
+               <ul class="nav navbar-nav navbar-right">
+                  <li><a href="../community.html">Community</a></li>
+                  <li><a href="../download.html">Download</a></li>
+                  <li><a href="https://steamshon.gitbooks.io/s2graph-book/content/" target="_blank">Docs</a></li>
+                  <li><a href="https://github.com/apache/incubator-s2graph" target="_blank">GitHub</a></li>
+                  <!-- Apache -->
+                  <li id="apache">
+                     <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+                     <ul class="dropdown-menu">
+                        <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+                        <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Sponsorship</a></li>
+                        <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li>
+                     </ul>
+                  </li>
+               </ul>
+            </nav>
+            <!--/.navbar-collapse -->
+         </div>
+      </div>
+      <!-- /.navbar -->
+      <div class="container">
+         <div class="row row-offcanvas row-offcanvas-right">
+            <div class="col-xs-12 col-sm-12">
+               <p class="pull-xs-right hidden-sm-up">
+                  <button type="button" class="btn btn-primary btn-sm" data-toggle="offcanvas">Toggle nav</button>
+               </p>
+               <div class="row top-article">
+                  <div class="col-md-12">
+                     Release Notes - S2Graph - Version 0.2.0
+                     <h2>        Sub-task</h2>
+                     <ul>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-129'>S2GRAPH-129</a>] -         Restrict direct access on Edge&#39;s properties from other classes.</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-130'>S2GRAPH-130</a>] -         Edge.propsWithTs data type should be changed into mutable to support setter interface exist in tp3.</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-131'>S2GRAPH-131</a>] -         Add actual implementation on interfaces from TinkerPop3 structure package.</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-148'>S2GRAPH-148</a>] -         Provide Gremlin Plugin</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-152'>S2GRAPH-152</a>] -         Add IndexType on Management&#39;s createIndex</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-153'>S2GRAPH-153</a>] -         Implement IndexProvider(for Mixed IndexType) class</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-157'>S2GRAPH-157</a>] -         Check proper apache license header on all files for release 0.2.0</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-158'>S2GRAPH-158</a>] -         Bug fix on String type InnerVal encoding to use UTF-8 charsetName.</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-160'>S2GRAPH-160</a>] -         Remove warning while package</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-161'>S2GRAPH-161</a>] -         Update CHANGES file for 0.2.0 release</li>
+                     </ul>
+                     <h2>        Bug</h2>
+                     <ul>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-159'>S2GRAPH-159</a>] -         Wrong syntax at a bash script under Linux</li>
+                     </ul>
+                     <h2>        Improvement</h2>
+                     <ul>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-72'>S2GRAPH-72</a>] -         Support Apache TinkerPop and Gremlin</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-121'>S2GRAPH-121</a>] -         Create `Result` class to hold traverse result edges.</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-122'>S2GRAPH-122</a>] -         Change data types of Edge/IndexEdge/SnapshotEdge.</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-132'>S2GRAPH-132</a>] -         Support buffering for &#39;Increment RPC&#39;</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-133'>S2GRAPH-133</a>] -         Deprecating Vagrant environment.</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-135'>S2GRAPH-135</a>] -         Change the way LabelIndexOption is implemented and improve it</li>
+                     </ul>
+                     <h2>        New Feature</h2>
+                     <ul>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-123'>S2GRAPH-123</a>] -         Support different index on out/in direction.</li>
+                        <li>[<a href='https://issues.apache.org/jira/browse/S2GRAPH-125'>S2GRAPH-125</a>] -         Add options field on Label model for controlling advanced options.</li>
+                     </ul>
+                     <h2>        Task</h2>
+                  </div>
+               </div>
+            </div>
+            <!--/span-->
+         </div>
+         <!--/row-->
+      </div>
+      <hr />
+   </body>
+</html>
\ No newline at end of file