Fix unsupported doc format. (#8837)

This commit is contained in:
吴晟 Wu Sheng 2022-04-08 22:46:58 +08:00 committed by GitHub
parent 0e7b25d986
commit bb7a6ad9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 36 additions and 104 deletions

View File

@ -1,5 +1,5 @@
5.1.0
------------------
## 5.1.0
#### Agent Changes
- Fix spring inherit issue in another way
- Fix classloader dead lock in jdk7+ - 5.x
@ -10,8 +10,7 @@
- Fix too many open files.
- Fix the buffer file cannot delete.
5.0.0-GA
------------------
## 5.0.0-GA
#### Agent Changes
- Add several package names ignore in agent settings. Classes in these packages would be enhanced, even plugin declared.
@ -27,8 +26,7 @@
- Update new live demo address.
5.0.0-RC2
------------------
## 5.0.0-RC2
#### Agent Changes
- Support ActiveMQ 5.x
@ -67,8 +65,7 @@
[Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/27?closed=1)
5.0.0-beta2
------------------
## 5.0.0-beta2
#### UI -> Collector GraphQL query protocol
- Add order and status in trace query.
@ -130,9 +127,8 @@
- Add incubating sections in doc.
[Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/28?closed=1)
5.0.0-beta
------------------
## 5.0.0-beta
#### UI -> Collector GraphQL query protocol
- Replace all tps to throughput/cpm(calls per min)
@ -192,9 +188,8 @@
- Sync all English document to Chinese.
[Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/24?closed=1)
5.0.0-alpha
------------------
## 5.0.0-alpha
#### Agent -> Collector protocol
- Remove C++ keywords

View File

@ -1,5 +1,4 @@
6.6.0
------------------
## 6.6.0
#### Project
- [**IMPORTANT**] Local span and exit span are not treated as endpoint detected at client and local. Only entry span is the endpoint. Reduce the load of register and memory cost.
@ -52,8 +51,7 @@
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/37?closed=1)
6.5.0
------------------
## 6.5.0
#### Project
- TTL E2E test (#3437)
@ -127,8 +125,7 @@ All issues and pull requests are [here](https://github.com/apache/skywalking/mil
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/36?closed=1)
6.4.0
------------------
## 6.4.0
#### Project
* Highly recommend to upgrade due to Pxx metrics calculation bug.
@ -185,8 +182,7 @@ All issues and pull requests are [here](https://github.com/apache/skywalking/mil
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/35?closed=1)
6.3.0
------------------
## 6.3.0
#### Project
* e2e tests have been added, and verify every pull request.
@ -254,8 +250,7 @@ All issues and pull requests are [here](https://github.com/apache/skywalking/mil
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/34?closed=1)
6.2.0
------------------
## 6.2.0
#### Project
* ElasticSearch implementation performance improved, and CHANGED totally. Must delete all existing indexes to do upgrade.
@ -317,8 +312,7 @@ All issues and pull requests are [here](https://github.com/apache/skywalking/mil
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/33?closed=1)
6.1.0
------------------
## 6.1.0
#### Project
**SkyWalking graduated as Apache Top Level Project**.
@ -389,8 +383,7 @@ Significantly cost less CPU in low payload.**
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/32?closed=1)
6.0.0-GA
------------------
## 6.0.0-GA
#### Java Agent
- Support gson plugin(optional).
@ -429,8 +422,7 @@ All issues and pull requests are [here](https://github.com/apache/skywalking/mil
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/30?closed=1)
6.0.0-beta
------------------
## 6.0.0-beta
#### Protocol
- Provide Trace Data Protocol v2
@ -488,8 +480,7 @@ All issues and pull requests are [here](https://github.com/apache/skywalking/mil
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/31?closed=1)
6.0.0-alpha
------------------
## 6.0.0-alpha
SkyWalking 6 is totally new milestone for the project. At this point, we are not just a distributing
tracing system with analysis and visualization capabilities. We are an **Observability Analysis Platform(OAL)**.

View File

@ -1,5 +1,4 @@
7.0.0
------------------
## 7.0.0
#### Project
* SkyWalking discards the supports of JDK 1.6 and 1.7 on the java agent side. The minimal requirement of JDK is JDK8.

View File

@ -1,5 +1,4 @@
8.0.0
------------------
## 8.0.0
#### Project
* v3 protocol is added and implemented. All previous releases are incompatible with 8.x releases.

View File

@ -1,5 +1,4 @@
8.0.1
------------------
## 8.0.1
#### OAP-Backend
* Fix `no-init` mode is not working in ElasticSearch storage.

View File

@ -1,5 +1,5 @@
8.1.0
------------------
## 8.1.0
#### Project
* Support Kafka as an optional trace, JVM metrics, profiling snapshots and meter system data transport layer.
* Support Meter system, including the native metrics APIs and the Spring Sleuth adoption.

View File

@ -1,5 +1,5 @@
8.2.0
------------------
## 8.2.0
#### Project
* Support Browser monitoring.
* Add e2e test for ALS solution of service mesh observability.

View File

@ -1,8 +1,4 @@
Changes by Version
==================
Release Notes.
8.3.0
## 8.3.0
------------------
#### Project
* Test: ElasticSearch version 7.0.0 and 7.9.3 as storage are E2E tested.

View File

@ -1,9 +1,5 @@
Changes by Version
==================
Release Notes.
## 8.4.0
8.4.0
------------------
#### Project
* Incompatible with previous releases when use H2/MySQL/TiDB storage options, due to support multiple alarm rules triggered for one entity.
* Chore: adapt `create_source_release.sh` to make it runnable on Linux.

View File

@ -1,9 +1,5 @@
Changes by Version
==================
Release Notes.
## 8.5.0
8.5.0
------------------
#### Project
* **Incompatible Change**. Indices and templates of ElasticSearch(6/7, including zipkin-elasticsearch7) storage option have been changed.
* Update frontend-maven-plugin to 1.11.0, for Download node x64 binary on Apple Silicon.

View File

@ -1,9 +1,5 @@
Changes by Version
==================
Release Notes.
## 8.6.0
8.6.0
------------------
#### Project
* Add OpenSearch as storage option.
* Upgrade Kubernetes Java client dependency to 11.0.

View File

@ -1,9 +1,4 @@
Changes by Version
==================
Release Notes.
8.7.0
------------------
## 8.7.0
#### Project

View File

@ -1,9 +1,4 @@
Changes by Version
==================
Release Notes.
8.8.0
------------------
## 8.8.0
#### Project

View File

@ -1,9 +1,4 @@
Changes by Version
==================
Release Notes.
8.8.1
------------------
## 8.8.1
#### OAP Server
* Fix wrong (de)serializer of ElasticSearch client for OpenSearch storage.

View File

@ -1,9 +1,4 @@
Changes by Version
==================
Release Notes.
8.9.0
------------------
## 8.9.0
#### Project

View File

@ -1,9 +1,4 @@
Changes by Version
==================
Release Notes.
8.9.1
------------------
## 8.9.1
#### Project

View File

@ -1,9 +1,4 @@
Changes by Version
==================
Release Notes.
9.0.0
------------------
## 9.0.0
#### Project

View File

@ -1,9 +1,4 @@
Changes by Version
==================
Release Notes.
9.1.0
------------------
## 9.1.0
#### Project