This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Redis bitpos/bitop/setbit/getbit/incrby/decrby/incrbyfloat/setrange/getrange/mset/msetnx/eval (#367) Fix: #372 (#373) Feature: gRPC static library (#375) Fix: sky_curl_setopt_handler (#378) Fix: segment fault when swoole request header is empty. (#374) Fix: #377 (#381) Feature: Skywalking-eyes (#368) Feature: Swoft (#395)
- Loading branch information
Showing
5 changed files
with
42 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,17 +26,17 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2021-04-30</date> | ||
<date>2021-07-21</date> | ||
<version> | ||
<release>4.1.2</release> | ||
<api>4.1.2</api> | ||
<release>4.1.3</release> | ||
<api>4.1.3</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license> | ||
<notes>Add mysqli</notes> | ||
<notes>Fix bugs</notes> | ||
<contents> | ||
<dir name="/"> | ||
<file role="doc" name="CREDITS"/> | ||
|
@@ -45,7 +45,6 @@ | |
<file role="doc" name="README.md"/> | ||
<file role="src" name="config.m4"/> | ||
<file role="src" name="config.w32"/> | ||
<file role="src" name="docker/Dockerfile"/> | ||
<file role="src" name="docker/Dockerfile.7.0"/> | ||
<file role="src" name="docker/Dockerfile.7.1"/> | ||
<file role="src" name="docker/Dockerfile.7.2"/> | ||
|
@@ -55,8 +54,10 @@ | |
<file role="src" name="docker/index.php"/> | ||
<file role="src" name="docker/nginx.conf"/> | ||
<file role="src" name="docker/service.sh"/> | ||
<file role="doc" name="docs/API.md"/> | ||
<file role="doc" name="docs/BUILDING.md"/> | ||
<file role="doc" name="docs/CONFIG.md"/> | ||
<file role="doc" name="docs/README.md"/> | ||
<file role="doc" name="docs/install.md"/> | ||
<file role="doc" name="docs/quick-start.md"/> | ||
<file role="src" name="e2e/99-skywalking.ini"/> | ||
<file role="src" name="e2e/composer.json"/> | ||
|
@@ -149,6 +150,17 @@ | |
<providesextension>skywalking</providesextension> | ||
<extsrcrelease/> | ||
<changelog> | ||
<release> | ||
<version> | ||
<release>4.1.3</release> | ||
<api>4.1.3</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<notes>Fix bugs</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>4.1.2</release> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters