Skip to content

Commit

Permalink
Draft release 0.8.0 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Jul 6, 2022
1 parent 4090933 commit 23aef6d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
31 changes: 23 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Change Logs

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

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

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

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

### 0.7.0

- Feature:
Expand Down Expand Up @@ -58,7 +73,7 @@
- Fix module wrapt as normal install dependency (#123)
- Explicit component inheritance (#132)
- Provide dockerfile & images for easy integration in containerized scenarios (#159)

### 0.6.0

- Fixes:
Expand Down Expand Up @@ -105,7 +120,7 @@
- PyMongo Plugin (#60)
- Rabbitmq Plugin (#53)
- Make plugin compatible with Django (#52)

- API
- Add process propagation (#67)
- Add tags to decorators (#65)
Expand All @@ -114,16 +129,16 @@
- Add trace ignore (#59)
- Support snapshot context (#56)
- Support correlation context (#55)

- Chores and tests
- Test: run multiple versions of supported libraries (#66)
- Chore: add pull request template for plugin (#61)
- Chore: add dev doc and reorganize the structure (#58)
- Test: update test health check (#57)
- Chore: add make goal to package release tar ball (#54)



### 0.2.0

- New plugins
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='apache-skywalking',
version='0.7.0',
version='0.8.0',
description='Python Agent for Apache SkyWalking',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 23aef6d

Please sign in to comment.