Skip to content

Commit 23aef6d

Browse files
authored
Draft release 0.8.0 (#219)
1 parent 4090933 commit 23aef6d

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## Change Logs
22

3-
### 1.0.0
3+
### 0.8.0
44
- Feature:
5+
- Update mySQL plugin to support two different parameter keys. (#186)
6+
- Add a `SW_AGENT_LOG_REPORTER_SAFE_MODE` option to control the HTTP basic auth credential filter (#200)
57

68
- Plugins:
79
- Add Psycopg(3.x) support (#168)
@@ -21,15 +23,28 @@
2123
- Fix instance property wrongly shown as UNKNOWN in OAP (#194)
2224
- Fix multiple components inconsistently named on SkyWalking UI (#199)
2325
- Fix SW_AGENT_LOGGING_LEVEL not properly set during startup (#196)
26+
- Unify the http tag name with other agents (#208)
27+
- Remove namespace to instance properties and add pid property (#205)
28+
- Fix the properties are not set correctly (#198)
29+
- Improved ignore path regex (#210)
30+
- Fix sw_psycopg2 register_type() (#211)
31+
- Fix psycopg2 register_type() second arg default (#212)
32+
- Enhance Traceback depth (#206)
33+
- Set spans whose http code > 400 to error (#187)
2434

2535
- Docs:
2636
- Add a FAQ doc on `how to use with uwsgi` (#188)
2737

2838
- Others:
39+
- Refactor current Python agent docs to serve on SkyWalking official website (#162)
40+
- Refactor SkyWalking Python to use the CLI for CI instead of legacy setup (#165)
2941
- Add support for Python 3.10 (#167)
42+
- Move flake configs all together (#169)
43+
- Introduce another set of flake8 extensions (#174)
3044
- Add E2E test coverage for trace and logging (#199)
31-
- Add a `SW_AGENT_LOG_REPORTER_SAFE_MODE` option to control the HTTP basic auth credential filter (#TBD)
3245
- Now Log reporter `cause_exception_depth` traceback limit defaults to 10
46+
- Enable faster CI by categorical parallelism (#170)
47+
3348
### 0.7.0
3449

3550
- Feature:
@@ -58,7 +73,7 @@
5873
- Fix module wrapt as normal install dependency (#123)
5974
- Explicit component inheritance (#132)
6075
- Provide dockerfile & images for easy integration in containerized scenarios (#159)
61-
76+
6277
### 0.6.0
6378

6479
- Fixes:
@@ -105,7 +120,7 @@
105120
- PyMongo Plugin (#60)
106121
- Rabbitmq Plugin (#53)
107122
- Make plugin compatible with Django (#52)
108-
123+
109124
- API
110125
- Add process propagation (#67)
111126
- Add tags to decorators (#65)
@@ -114,16 +129,16 @@
114129
- Add trace ignore (#59)
115130
- Support snapshot context (#56)
116131
- Support correlation context (#55)
117-
132+
118133
- Chores and tests
119134
- Test: run multiple versions of supported libraries (#66)
120135
- Chore: add pull request template for plugin (#61)
121136
- Chore: add dev doc and reorganize the structure (#58)
122137
- Test: update test health check (#57)
123138
- Chore: add make goal to package release tar ball (#54)
124-
125-
126-
139+
140+
141+
127142
### 0.2.0
128143

129144
- New plugins

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.7.0',
28+
version='0.8.0',
2929
description='Python Agent for Apache SkyWalking',
3030
long_description=README,
3131
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)