Skip to content

Commit 3672a51

Browse files
authored
Draft release notes for 0.7.0 (#158)
1 parent ee3ee13 commit 3672a51

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,32 @@
44

55
- Feature:
66
- Support collecting and reporting logs to backend (#147)
7+
- Support profiling Python method level performance (#127
78
- Add a new `sw-python` CLI that enables agent non-intrusive integration (#156)
8-
9-
- New plugins:
10-
- Falcon Plugin (#146)
9+
- Add exponential reconnection backoff strategy when OAP is down (#157)
10+
- Suport ignoring traces by http method (#143)
11+
- `NoopSpan` on queue full, propagation downstream (#141)
12+
- Support agent namespace. (#126)
13+
- Added `grpc.max_connection_age_grace_ms` (#130)
14+
- Support secure connection option for GRPC and HTTP (#134)
15+
16+
- Plugins:
17+
- Add Falcon Plugin (#146)
18+
- Update `sw_pymongo.py` to be compatible with cluster mode (#150)
19+
- Add Python celery plugin (#125)
20+
- Support tornado5+ and tornado6+ (#119)
21+
- Add psycopg plugin (#122)
1122

1223
- Fixes:
1324
- Now properly removes HTTP basic auth credentials from segments and logs (#152)
25+
- Remove HTTP basic auth credentials from log, stacktrace, segment (#152)
26+
- Fix `@trace` decorator not work (#136)
27+
- Fix grpc disconnect, add `SW_AGENT_MAX_BUFFER_SIZE` to control buffer queue size (#138)
28+
29+
- Others:
30+
- chore: bump up `requests` version to avoid license issue (#142)
31+
- fix module wrapt as normal install dependancy (#123)
32+
- Explicit component inheritance (#132)
1433

1534
### 0.6.0
1635

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="apache-skywalking",
28-
version="0.6.0",
28+
version="0.7.0",
2929
description="Python Agent for Apache SkyWalking",
3030
long_description=README,
3131
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)