You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/04/03 08:23:12 UTC

[incubator-skywalking-website] branch master updated: Update website for new release.

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new edd55fa  Update website for new release.
edd55fa is described below

commit edd55fac155730ab82ba9a473d90316bd80ce233
Author: wusheng <wu...@foxmail.com>
AuthorDate: Tue Apr 3 16:23:03 2018 +0800

    Update website for new release.
---
 jekyll-source/_data/index/careers.yml           |  2 +-
 jekyll-source/_data/landing.yml                 |  9 +++-
 jekyll-source/_includes/sections/release.html   |  0
 jekyll-source/_posts/2012-12-20-support-list.md | 29 ++++++++----
 jekyll-source/downloads/index.md                | 63 +++++++++++++++++++++++++
 5 files changed, 92 insertions(+), 11 deletions(-)

diff --git a/jekyll-source/_data/index/careers.yml b/jekyll-source/_data/index/careers.yml
index 0ac851a..6721164 100644
--- a/jekyll-source/_data/index/careers.yml
+++ b/jekyll-source/_data/index/careers.yml
@@ -1,7 +1,7 @@
 # careers section data
 # if you don't have language feature(language.yml is empty), ignore "i18n" items
 - name:
-    detail: Working on Apache SkyWalking APM 5
+    detail: Release Apache SkyWalking APM 5
     i18n: company_a
   desc:
     detail: Fully functional APM system. Improve streaming analysis and provide a whole new UI.
diff --git a/jekyll-source/_data/landing.yml b/jekyll-source/_data/landing.yml
index ae70062..e9b3551 100644
--- a/jekyll-source/_data/landing.yml
+++ b/jekyll-source/_data/landing.yml
@@ -29,12 +29,19 @@
   tpl: projects.html
   css:
 
+- id: release
+  i18n: nav.downloads
+  name: Downloads
+  tpl: release.html
+  page: downloads/
+  css:
+
 - id: blog
   i18n: nav.blog
   name: Documents
   tpl: blog.html
   page: blog/
-  css: 
+  css:
 
 - id: links
   i18n: nav.link
diff --git a/jekyll-source/_includes/sections/release.html b/jekyll-source/_includes/sections/release.html
new file mode 100644
index 0000000..e69de29
diff --git a/jekyll-source/_posts/2012-12-20-support-list.md b/jekyll-source/_posts/2012-12-20-support-list.md
index 7d81813..4ca3d74 100644
--- a/jekyll-source/_posts/2012-12-20-support-list.md
+++ b/jekyll-source/_posts/2012-12-20-support-list.md
@@ -12,12 +12,13 @@ icon: icon-html
 * HTTP Server
   * [Tomcat](https://github.com/apache/tomcat) 7
   * [Tomcat](https://github.com/apache/tomcat) 8
+  * [Tomcat](https://github.com/apache/tomcat) 9
   * [Spring Boot](https://github.com/spring-projects/spring-boot) Web 4.x
   * Spring MVC 3.x, 4.x with servlet 3.x
   * [Nutz Web Framework](https://github.com/nutzam/nutz)  1.x
   * [Struts2 MVC](http://struts.apache.org/)  2.3.x -> 2.5.x
-  * [Resin](http://www.caucho.com/resin-4.0/) 3
-  * [Resin](http://www.caucho.com/resin-4.0/) 4
+  * [Resin](http://www.caucho.com/resin-4.0/) 3 (Optional¹)
+  * [Resin](http://www.caucho.com/resin-4.0/) 4 (Optional¹)
   * [Jetty Server](http://www.eclipse.org/jetty/) 9
 * HTTP Client
   * [Feign](https://github.com/OpenFeign/feign) 9.x
@@ -26,22 +27,25 @@ icon: icon-html
   * [Apache httpcomponent HttpClient](http://hc.apache.org/) 4.2, 4.3
   * [Spring RestTemplete](https://github.com/spring-projects/spring-framework) 4.x
   * [Jetty Client](http://www.eclipse.org/jetty/) 9
+  * [Apache httpcomponent AsyncClient](https://hc.apache.org/httpcomponents-asyncclient-dev/) 4.x
 * JDBC
   * Mysql Driver 5.x, 6.x
-  * Oracle Driver
-  * H2 Driver
+  * Oracle Driver (Optional¹)
+  * H2 Driver 1.3.x -> 1.4.x
   * [Sharding-JDBC](https://github.com/shardingjdbc/sharding-jdbc) 1.5.x
   * PostgreSQL Driver 8.x, 9.x, 42.x
 * RPC Frameworks
-  * [Dubbo](https://github.com/alibaba/dubbo) 2.5.3
+  * [Dubbo](https://github.com/alibaba/dubbo) 2.5.4 -> 2.6.0
   * [Dubbox](https://github.com/dangdangdotcom/dubbox) 2.8.4
-  * [Motan](https://github.com/weibocom/motan) 0.2
-  * [gRPC](https://github.com/grpc/grpc-java) 1.6+
+  * [Motan](https://github.com/weibocom/motan) 0.2.x -> 1.1.0
+  * [gRPC](https://github.com/grpc/grpc-java) 1.x
+  * [Apache ServiceComb Java Chassis](https://github.com/apache/incubator-servicecomb-java-chassis) 0.1 -> 0.5
 * MQ
   * [RocketMQ](https://github.com/apache/rocketmq) 4.x
+  * [Kafka](http://kafka.apache.org) 0.11.0.0 -> 1.0
 * NoSQL
   * Redis
-    * [Jedis](https://github.com/xetorthio/jedis) 2.8
+    * [Jedis](https://github.com/xetorthio/jedis) 2.x
   * [MongoDB Java Driver](https://github.com/mongodb/mongo-java-driver) 2.13-2.14,3.3+
   * Memcached Client
     * [Spymemcached](https://github.com/couchbase/spymemcached) 2.x
@@ -49,9 +53,16 @@ icon: icon-html
 * Service Discovery
   * [Netflix Eureka](https://github.com/Netflix/eureka)
 * Spring Ecosystem
+  * Spring Bean annotations(@Bean, @Service, @Component, @Repository) 3.x and 4.x (Optional²)
   * Spring Core Async SuccessCallback/FailureCallback/ListenableFutureCallback 4.x
+* [Hystrix: Latency and Fault Tolerance for Distributed Systems](https://github.com/Netflix/Hystrix) 1.4.20 -> 1.5.12
 * Scheduler
   * [Elastic Job](https://github.com/elasticjob/elastic-job) 2.x
-* OpenTracing
+* OpenTracing community supported
+
+¹Required dependencies for these components must be first manually downloaded before being built, due to license incompatibilities. For this reason these components are not by default included in the SkyWalking releases.
+
+²These plugins affect the performance or must be used under some conditions, from experiences. So only released in `/optional-plugins`, copy to `/plugins` in order to make them work.
+
 
 _Click [here](https://github.com/SkywalkingTest/agent-integration-test-report) to see the status of all test cases._
diff --git a/jekyll-source/downloads/index.md b/jekyll-source/downloads/index.md
new file mode 100644
index 0000000..e76500c
--- /dev/null
+++ b/jekyll-source/downloads/index.md
@@ -0,0 +1,63 @@
+---
+layout: post
+title:  "Dowload the SkyWalking releases"
+date:   2018-04-03
+desc: ""
+keywords: "release, source codes"
+categories: [HTML]
+tags: [release, source codes]
+icon: icon-html
+---
+
+Use the links below to download the Apache SkyWalking (incubating) from one of our mirrors.
+
+# Stable Release - Latest Version
+
+## 5.0.0-alpha
+Released at April 3rd, 2018
+  - Source codes: [src](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz)
+  - [Documents](https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md) for this release.
+  - Windows: [zip](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip)
+  - Linux: [tar](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz)
+
+<br/>
+# Changes in lastest Version
+
+#### Agent -> Collector protocol
+ - Remove C++ keywords
+ - Move **Ref** into Span from Segment
+ - Add span type, when register an operation
+
+#### UI -> Collector GraphQL query protocol
+ - First version protocol
+
+#### Agent Changes
+ - Support gRPC 1.x plugin
+ - Support kafka 0.11 and 1.x plugin
+ - Support ServiceComb 0.x plugin
+ - Support optional plugin mechanism.
+ - Support Spring 3.x and 4.x bean annotation optional plugin
+ - Support Apache httpcomponent AsyncClient 4.x plugin
+ - Provide automatic agent daily tests, and release reports [here](https://github.com/SkywalkingTest/agent-integration-test-report).
+ - Refactor Postgresql, Oracle, MySQL plugin for compatible.
+ - Fix jetty client 9 plugin error
+ - Fix async APIs of okhttp plugin error
+ - Fix log config didn't work
+ - Fix a class loader error in okhttp plugin
+
+#### Collector Changes
+ - Support metrics analysis and aggregation for application, application instance and service in minute, hour, day and month.
+ - Support new GraphQL query protocol
+ - Support alarm
+ - Provide a prototype instrument for collector.
+ - Support node speculate in cluster and application topology. (Provider Node -> Consumer Node) -> (Provider Node -> MQ Server -> Consumer Node)
+
+#### UI Changes
+ - New 5.0.0 UI!!!
+
+ [Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/17)
+<br/>
+# Old releases
+<br/>
+# All Changes
+[Changes](https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md) document.

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.