File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed
Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525
2626setup (
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" ,
You can’t perform that action at this time.
0 commit comments